Use typography mixin in buttons

old
Javi Velasco 2015-10-06 23:17:38 +02:00
parent a48e735cc2
commit c5d6c5bd19
1 changed files with 1 additions and 3 deletions

View File

@ -47,8 +47,6 @@ $button-floating-height-mini: $unit * 4;
%squared {
min-width: 9 * $unit;
padding: 0 $unit * 1.2;
font-size: 1.4 * $unit;
text-transform: uppercase;
border-radius: $border-radius;
.icon {
@ -66,7 +64,7 @@ $button-floating-height-mini: $unit * 4;
//-- Local styles
.label {
font-weight: 500;
@include typo-button();
vertical-align: middle;
}