httpx/www/_sass/_buttons.scss
2018-02-19 22:49:48 +00:00

25 lines
371 B
SCSS

.btn {
display: inline-block;
padding: 0.75em 1.25em;
background: $color-primary-link;
border-radius: 0.5em;
color: #fff;
font-weight: inherit;
text-shadow: none;
&:hover,
&:focus {
background: shade($color-primary-link, 15%);
text-decoration: none;
color: #fff;
}
svg {
vertical-align: -1px;
}
}
.badge {
margin: 10px 5px;
}