aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LabelBox.scss
blob: 42e158584234d9d304e35e47d360f16f4d1248f6 (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
.labelBox-outerDiv {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
}

.labelBox-mainButton {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    //letter-spacing: 2px; // bcz: doesn't work with LabelBigText
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-overflow: ellipsis;
}

.labelBox-params {
    display: flex;
    flex-direction: row;
}

.labelBox-missingParam {
    width: 100%;
    background: lightgray;
    border: dimgray solid 1px;
}