Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 1 | //Export button |
| 2 | .btn-export { |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 3 | color: $black; |
| 4 | font-size: .9em; |
| 5 | font-weight: 700; |
| 6 | position: relative; |
Iftekharul Islam | 8947e70 | 2017-07-27 10:28:07 -0500 | [diff] [blame] | 7 | padding: 0 0 0 2em; |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 8 | margin-right: .6em; |
Michael Davis | 5194655 | 2017-05-01 10:30:38 -0500 | [diff] [blame] | 9 | text-decoration: none; |
Iftekharul Islam | 8947e70 | 2017-07-27 10:28:07 -0500 | [diff] [blame] | 10 | margin-top: 0; |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 11 | &:hover { |
| 12 | text-decoration: underline; |
| 13 | } |
| 14 | } |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 15 | .btn-export:before { |
| 16 | content: '\21E5'; |
| 17 | position: absolute; |
| 18 | font-size: 1.7em; |
| 19 | vertical-align: middle; |
| 20 | transform: rotate(90deg); |
| 21 | display: inline-block; |
| 22 | left: 2px; |
Michael Davis | f050485 | 2017-07-27 15:42:39 -0500 | [diff] [blame] | 23 | top: -7px; |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame] | 24 | } |