mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
MDL-63044 theme_boost: add line-height classes
This commit is contained in:
parent
edd7fa33d0
commit
2d41f5b2fa
@ -2135,3 +2135,8 @@ div.editor_atto_toolbar button .icon {
|
||||
}
|
||||
}
|
||||
|
||||
@each $size, $length in $spacers {
|
||||
.line-height-#{$size} {
|
||||
line-height: $length !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
}
|
@ -10438,6 +10438,30 @@ div.editor_atto_toolbar button .icon {
|
||||
100% {
|
||||
background-color: #f8f9fa; } }
|
||||
|
||||
.line-height-0 {
|
||||
line-height: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.line-height-1 {
|
||||
line-height: 0.25rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.line-height-2 {
|
||||
line-height: 0.5rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.line-height-3 {
|
||||
line-height: 1rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.line-height-4 {
|
||||
line-height: 1.5rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.line-height-5 {
|
||||
line-height: 3rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user