mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update no-text class to BEM
This commit is contained in:
parent
ec99452ce1
commit
78a385c16a
@ -14,7 +14,8 @@
|
||||
line-height: 13px;
|
||||
}
|
||||
|
||||
.no-text[class*="font-icon-"]::before {
|
||||
// Btn icons with no text require .btn--no-text
|
||||
.btn--no-text[class*="font-icon-"]::before {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
@ -184,7 +184,7 @@ $font-size-h6: 12px; /* 1rem; */
|
||||
// $display3-weight: 300;
|
||||
// $display4-weight: 300;
|
||||
|
||||
$line-height: 1.538;
|
||||
$line-height: 1.539;
|
||||
$line-height-base: 20px; /* can be used with varying font-sizes, holds grid sizing */
|
||||
|
||||
$headings-margin-bottom: $spacer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user