Update no-text class to BEM

This commit is contained in:
Paul Clarke 2016-04-26 10:47:45 +12:00 committed by Ingo Schommer
parent ec99452ce1
commit 78a385c16a
2 changed files with 3 additions and 2 deletions

View File

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

View File

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