Added a "buttons" component file to css stack.

Removed button style spec from group form into a re-usable class.
This commit is contained in:
Dank Gabs
2019-07-20 00:10:29 -04:00
parent e008cb292a
commit 9637e35e17
4 changed files with 22 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
button {
&.standard {
&-small {
background: $gab-blue;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
border: none;
border-radius: 4px;
height: 25px;
padding: 1px 12px;
font-weight: bold;
}
}
}