Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .primary-btn{ |
| 2 | border: 1px solid; |
| 3 | border-color: $blue; |
| 4 | color: $blue; |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 5 | @extend .body-1-semibold; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 6 | text-align: center; |
| 7 | padding: 7px; |
| 8 | border-radius: 5px; |
| 9 | cursor: pointer; |
| 10 | align-self: center; |
| 11 | background-color: $white; |
| 12 | .primary-btn-text { |
| 13 | width: 100%; |
| 14 | } |
| 15 | &:hover { |
| 16 | color: $blue; |
| 17 | border-color: $blue; |
| 18 | background-color: $tlv-hover; |
| 19 | &:active { |
| 20 | color: $blue; |
| 21 | border-color: $blue; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | &:focus:not(:hover) { |
| 26 | color: $blue; |
| 27 | border-color: $blue; |
| 28 | background-color: $white; |
| 29 | } |
| 30 | } |