mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-61341 theme_boost: Modify variables used for calculations
Variables must be of the same type for Math to take place. We cannot mix REM and EM because they have different relative roots.
This commit is contained in:
parent
a409707794
commit
2bc3246f93
1 changed files with 3 additions and 3 deletions
|
@ -252,13 +252,13 @@ fieldset.coursesearchbox label {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin-top: $font-size-base * $line-height-base + $tag-padding-y;
|
||||
margin-top: $font-size-base * $line-height-base + $input-padding-y-sm;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.form-autocomplete-selection {
|
||||
margin: $tag-padding-y;
|
||||
margin: $input-padding-y-sm;
|
||||
// Padding top and bottom, plus m-b-1 and the 100% lineheight.
|
||||
min-height: 2 * $tag-padding-y + 2 * $font-size-base;
|
||||
min-height: 2 * $input-padding-y-sm + 2 * $font-size-base;
|
||||
}
|
||||
|
||||
.form-autocomplete-multiple [role=listitem] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue