You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/buttons.scss

25 lines
451 B

5 years ago
button,
a.button {
&.standard {
5 years ago
// NOTE - will define the larger standard buttons here and apply class where used.
5 years ago
&-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: #607cf5;
}
}
5 years ago
i.fa {
margin-right: 0.6em;
}
}