blob: 9faf4aeb0e29fa83c5b83d3d853637da8a554720 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001html {
2 height: 100%;
3}
4
5body {
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
17html, body {
18 height: 100%;
19 overflow: hidden;
20}
21
22a {
23 text-decoration: none;
24}
25
26canvas {
27 outline: none;
28}
29
30.download-artifact {
31 .hand;
32}
33
34// ---------------------------------------------------------------------------------------------------
35// bootstrap overrides
36// ---------------------------------------------------------------------------------------------------
37html {
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}