9637e35e17
Removed button style spec from group form into a re-usable class.
20 lines
265 B
SCSS
20 lines
265 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|