MDL-63044 theme_boost: add line-height classes

This commit is contained in:
Ryan Wyllie 2018-08-27 16:51:59 +08:00
parent edd7fa33d0
commit 2d41f5b2fa
2 changed files with 29 additions and 0 deletions

View File

@ -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 */
}
}

View File

@ -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;