blob: f70fc441b4056b1751607cb2f7e26eb3a9ded350 [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}
ys969316a9fce2020-01-19 13:50:02 +020054
55*[hidden] {
56 display: none !important;
57}
58
59.sdc-tooltip {
60 max-width: 300px;
61 word-wrap: break-word;
62}