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; | ||||
10 | } | ||||
11 | |||||
12 | * { | ||||
13 | box-sizing: border-box; | ||||
14 | margin: 0; | ||||
15 | } | ||||
16 | |||||
17 | html, body { | ||||
18 | height: 100%; | ||||
19 | overflow: hidden; | ||||
20 | } | ||||
21 | |||||
22 | a { | ||||
23 | text-decoration: none; | ||||
24 | } | ||||
25 | |||||
26 | canvas { | ||||
27 | outline: none; | ||||
28 | } | ||||
29 | |||||
30 | .download-artifact { | ||||
31 | .hand; | ||||
32 | } | ||||
33 | |||||
34 | // --------------------------------------------------------------------------------------------------- | ||||
35 | // bootstrap overrides | ||||
36 | // --------------------------------------------------------------------------------------------------- | ||||
37 | html { | ||||
38 | |||||
39 | .w-sdc-resource-container { | ||||
40 | padding: 20px 0; | ||||
41 | } | ||||
42 | |||||
43 | // Hover on notification should keep it with opacity 1. | ||||
44 | .ui-notification { | ||||
45 | &.clickable { | ||||
46 | &:hover { | ||||
47 | opacity: 1; | ||||
48 | } | ||||
49 | } | ||||
50 | } | ||||
51 | |||||
52 | } |