diff --git a/resources/assets/stylesheets/scss/questionnaire.scss b/resources/assets/stylesheets/scss/questionnaire.scss index f5e726bc81396f9eb6c5c2161acce492745c37b4..f55b50f36b0d76ae3066cb7593026cbb8ea104b9 100644 --- a/resources/assets/stylesheets/scss/questionnaire.scss +++ b/resources/assets/stylesheets/scss/questionnaire.scss @@ -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,