|
|
@@ -4,8 +4,8 @@
|
|
|
display: inline-block;
|
|
|
background-color: $black;
|
|
|
color: $white;
|
|
|
- font-family: $font-family-special;
|
|
|
+ @include display();
|
|
|
@include solidBoxShadow();
|
|
|
- padding: $spacing-small/2;
|
|
|
+ padding: 0 $spacing-xs;
|
|
|
letter-spacing: $letter-spacing-enhanced;
|
|
|
}
|