Yoshie Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 1 | .btn { |
| 2 | font-weight: $headings-font-weight; |
| 3 | svg { |
| 4 | vertical-align: sub; |
| 5 | margin-left: $spacer / 2; |
| 6 | } |
| 7 | } |
| 8 | |
| 9 | .btn-primary { |
Derick Montague | 7f970a1 | 2020-03-02 17:56:09 -0600 | [diff] [blame] | 10 | fill: currentColor; |
Yoshie Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 11 | } |
| 12 | |
| 13 | .btn-secondary { |
Derick Montague | 7f970a1 | 2020-03-02 17:56:09 -0600 | [diff] [blame] | 14 | fill: currentColor; |
Yoshie Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | .btn-link { |
| 18 | fill: $primary; |
| 19 | text-decoration: none !important; |
| 20 | &:focus { |
| 21 | box-shadow: $btn-focus-box-shadow; |
| 22 | } |
| 23 | &:hover { |
| 24 | fill: darken($primary, 15%); |
| 25 | } |
| 26 | } |