soapbox/app/styles/components/buttons.scss

25 wiersze
466 B
SCSS
Czysty Zwykły widok Historia

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