summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/styles/layout/header.less
blob: f8e95e8b41f1f5742bec7a496ca17887f442aec9 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.w-sdc-header {
    .bg_j;
    border-bottom: 1px solid @border_color_c;
    height: 94px;
    width: 100%;
    display: flex;
    align-items: center;
}

.w-sdc-header-logo {
    .bg_i;
    .hand;
    border-bottom: 1px solid @border_color_a;
    height: 94px;
    width: 240px;
    padding: 28px;
    .flex-fixed(240px);
    z-index: 1020;
}

.w-sdc-header-logo-icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: -6px;
}

a.w-sdc-header-logo-link {
    .c_5;
    text-decoration: none;
}

.w-sdc-header-version{
    .c_16;
    .opacity(0.6);
}

.i-sdc-header-caption {
    min-width: 175px;
    text-align: left;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-grow: 10;
    padding-left: 27px;
    white-space: nowrap;

    .i-sdc-header-caption-text {
        .i_11;
        text-overflow: ellipsis;
        overflow: hidden;

    }

    .i-sdc-header-help {
        .i_1;
        .hand;
        margin-left: 26px;
        position: relative;
        display: inline-block;

        &::before {
            .bg_a;
            border-radius: 50%;
            color: @color_c;
            content: '?';
            display: block;
            height: 20px;
            position: absolute;
            left: -26px;
            text-align: center;
            width: 20px;
        }
    }
}

.sdc-error-403-container-title {
    .b_11;
}