summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/assets/styles/global.less
blob: 29e244e1a05579a1a416828ddd658a8e0f663b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
html {
    height: 100%;
}

body {
    .b_7;
    height: 100%;
    margin: auto;
    position: relative;
    user-select: text;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html, body {
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

canvas {
    outline: none;
}

.download-artifact {
    .hand;
}

// ---------------------------------------------------------------------------------------------------
// bootstrap overrides
// ---------------------------------------------------------------------------------------------------
html {

    .w-sdc-resource-container {
        padding: 20px 0;
    }

    // Hover on notification should keep it with opacity 1.
    .ui-notification {
        &.clickable {
            &:hover {
                opacity: 1;
            }
        }
    }

}