This commit is contained in:
mgabdev
2020-01-24 16:18:17 -05:00
parent 3af35f4840
commit a2b5d72e08
40 changed files with 539 additions and 873 deletions

View File

@@ -1,22 +0,0 @@
button,
a.button {
&.standard {
// NOTE - will define the larger standard buttons here and apply class where used.
&-small {
height: 20px;
padding: 5px 15px;
border: none;
border-radius: 4px;
text-transform: uppercase;
color: white;
background: $gab-small-cta-primary;
@include text-sizing(11px, 700, 11px);
}
}
}