Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | html { |
| 2 | height: 100%; |
| 3 | } |
| 4 | |
| 5 | body { |
| 6 | .b_7; |
| 7 | height: 100%; |
| 8 | margin: auto; |
| 9 | position: relative; |
Michael Lando | 46f9fd5 | 2017-08-10 12:08:45 +0300 | [diff] [blame] | 10 | user-select: text; |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 11 | } |
| 12 | |
| 13 | * { |
| 14 | box-sizing: border-box; |
| 15 | margin: 0; |
| 16 | } |
| 17 | |
| 18 | html, body { |
| 19 | height: 100%; |
| 20 | overflow: hidden; |
| 21 | } |
| 22 | |
| 23 | a { |
| 24 | text-decoration: none; |
| 25 | } |
| 26 | |
| 27 | canvas { |
| 28 | outline: none; |
| 29 | } |
| 30 | |
| 31 | .download-artifact { |
| 32 | .hand; |
| 33 | } |
| 34 | |
| 35 | // --------------------------------------------------------------------------------------------------- |
| 36 | // bootstrap overrides |
| 37 | // --------------------------------------------------------------------------------------------------- |
| 38 | html { |
| 39 | |
| 40 | .w-sdc-resource-container { |
| 41 | padding: 20px 0; |
| 42 | } |
| 43 | |
| 44 | // Hover on notification should keep it with opacity 1. |
| 45 | .ui-notification { |
| 46 | &.clickable { |
| 47 | &:hover { |
| 48 | opacity: 1; |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | } |