blob: 29e244e1a05579a1a416828ddd658a8e0f663b09 [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;
Michael Lando46f9fd52017-08-10 12:08:45 +030010 user-select: text;
Michael Lando451a3402017-02-19 10:28:42 +020011}
12
13* {
14 box-sizing: border-box;
15 margin: 0;
16}
17
18html, body {
19 height: 100%;
20 overflow: hidden;
21}
22
23a {
24 text-decoration: none;
25}
26
27canvas {
28 outline: none;
29}
30
31.download-artifact {
32 .hand;
33}
34
35// ---------------------------------------------------------------------------------------------------
36// bootstrap overrides
37// ---------------------------------------------------------------------------------------------------
38html {
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}