aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/composition/tabs/details/details.less
blob: 841ab3aa49ea04e3473c1b3b2259a5fe9ea44a65 (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
.w-sdc-designer-sidebar-tab-content.details {

    .w-sdc-designer-sidebar-section-title + .w-sdc-designer-sidebar-section-content {
        padding: 0 10px 0 18px;
    }

    .w-sdc-designer-sidebar-section-title.expanded + .w-sdc-designer-sidebar-section-content {
        padding: 10px 10px 10px 18px;
    }

    .i-sdc-designer-sidebar-section-content-item-label {
        font-weight: bold;
        &.additional-information{
            max-width:100px;
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            vertical-align: bottom;
        }

    }



    .i-sdc-designer-sidebar-section-content-item-value {
       // .hyphenate;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 160px;
        vertical-align:bottom;
        font-weight: normal;
        &.additional-information{
            max-width:160px;
            display: inline-block;
        }
        &.i-sdc-form-select {
            .b_1;
            border: 1px solid @border_color_f;
            width: 210px;
            max-width: 210px;
            padding-left: 4px;

            .select-instance-version {
                .b_1;
                &.minor {
                    .h_1;
                }
            }
        }
        &.minor {
            .h_1;
        }
    }
    .i-sdc-designer-sidebar-section-content-description-item-value{
        max-width: none;
        font-weight: normal;
      }

    .customization-uuid{
        .f-type._12_m;
    }

    .w-sdc-designer-sidebar-section.tags {
        .i-sdc-designer-sidebar-section-content-item {
            white-space: normal;
        }
    }

}