Add label macro

This commit is contained in:
leigh-mil
2019-10-21 14:48:44 -04:00
parent b1a18f83f3
commit 750ea6568b
5 changed files with 14 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
padding: 0 $gap;
border-radius: $gap / 3;
white-space: nowrap;
text-transform: uppercase;
&--info {
background-color: $color-primary;