MDL-70004 theme_boost: Do not extend alert style for question containers

This commit is contained in:
Jun Pataleta
2020-10-27 17:17:02 +08:00
parent f61badb187
commit 7670873a09
3 changed files with 40 additions and 93 deletions
+5 -1
View File
@@ -288,7 +288,11 @@ body.path-question-type {
.que .formulation,
.que .outcome,
.que .comment {
@extend .alert;
position: relative;
padding: $alert-padding-y $alert-padding-x;
margin-bottom: $alert-margin-bottom;
border: $alert-border-width solid transparent;
@include border-radius($alert-border-radius);
}
.que .outcome,
.que .comment {
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long