.btn { | |
font-weight: $headings-font-weight; | |
svg { | |
vertical-align: sub; | |
margin-left: $spacer / 2; | |
} | |
} | |
.btn-primary { | |
fill: currentColor; | |
} | |
.btn-secondary { | |
fill: currentColor; | |
} | |
.btn-link { | |
fill: $primary; | |
text-decoration: none !important; | |
&:focus { | |
box-shadow: $btn-focus-box-shadow; | |
} | |
&:hover { | |
fill: darken($primary, 15%); | |
} | |
} |