Skip to content
Snippets Groups Projects
Commit cb738f5f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3917

Closes #3917

Merge request studip/studip!2793
parent 372c24be
No related branches found
No related tags found
No related merge requests found
......@@ -387,40 +387,6 @@ $width: 270px;
}
}
}
.centerline {
border-top: 1px solid var(--base-color);
position: relative;
top: 35px;
margin-left: -5px;
margin-right: -5px;
z-index: 2;
}
.questionnaire-evaluation-circle-container {
text-align: center;
display: block;
.questionnaire-evaluation-circle {
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
z-index: 3;
position: relative;
> .value {
border-radius: 100px;
color: white;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--base-color);
width: 100%;
height: 100%;
}
}
}
}
.courseselector,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment