bigbuffet-rw/app/styles/gabsocial/components/buttons.scss

25 lines
470 B
SCSS
Raw Normal View History

2020-03-27 13:59:38 -07:00
button,
a.button {
2020-04-21 17:44:55 -07:00
&.standard {
2020-03-27 13:59:38 -07:00
2020-04-21 17:44:55 -07:00
// NOTE - will define the larger standard buttons here and apply class where used.
2020-03-27 13:59:38 -07:00
2020-04-21 17:44:55 -07:00
&-small {
height: 20px;
padding: 5px 15px;
border: none;
border-radius: 4px;
@include font-size(11);
@include line-height(11);
@include font-weight(bold);
text-transform: uppercase;
color: white;
background: $gab-small-cta-primary;
}
}
2020-03-27 13:59:38 -07:00
2020-04-21 17:44:55 -07:00
i.fa {
margin-right: 0.6em;
}
}