bigbuffet-rw/app/styles/soapbox/components/buttons.scss
2020-05-28 19:58:37 -05:00

24 lines
466 B
SCSS

button,
a.button {
&.standard {
// NOTE - will define the larger standard buttons here and apply class where used.
&-small {
@include font-size(11);
@include line-height(11);
@include font-weight(bold);
height: 20px;
padding: 5px 15px;
border: 0;
border-radius: 4px;
text-transform: uppercase;
color: #fff;
background: $gab-small-cta-primary;
}
}
i.fa {
margin-right: 0.6em;
}
}