d6ebbad3c9
Keep color names out of color variables so they can be changed later and still make sense. Name based on primary function.
20 lines
278 B
SCSS
20 lines
278 B
SCSS
button {
|
|
&.standard {
|
|
&-small {
|
|
background: $gab-small-cta-primary;
|
|
color: white;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
font-size: 14px;
|
|
border: none;
|
|
border-radius: 4px;
|
|
height: 25px;
|
|
padding: 1px 12px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|