[SDC] rebase 1710 code
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / composition / tabs / details / details.less
1 .w-sdc-designer-sidebar-tab-content.details {
2
3     .w-sdc-designer-sidebar-section-title + .w-sdc-designer-sidebar-section-content {
4         padding: 0 10px 0 18px;
5     }
6
7     .w-sdc-designer-sidebar-section-title.expanded + .w-sdc-designer-sidebar-section-content {
8         padding: 10px 10px 10px 18px;
9     }
10
11     .i-sdc-designer-sidebar-section-content-item-label {
12         font-family: @font-opensans-medium;
13         color: #191919;
14         font-size: 13px;
15         &.additional-information{
16             max-width:100px;
17             display: inline-block;
18             text-overflow: ellipsis;
19             overflow: hidden;
20             vertical-align: bottom;
21         }
22
23     }
24
25
26
27     .i-sdc-designer-sidebar-section-content-item-value {
28        // .hyphenate;
29         font-family: @font-opensans-regular;
30         color: #191919;
31         font-size: 13px;
32         padding-left: 10px;
33         overflow: hidden;
34         text-overflow: ellipsis;
35         white-space: nowrap;
36         display: inline-block;
37         max-width: 160px;
38         vertical-align:bottom;
39         font-weight: normal;
40         &.vendor-model-number{
41             max-width: 110px;
42         }
43         &.additional-information{
44             max-width:160px;
45             display: inline-block;
46         }
47         &.i-sdc-form-select {
48             .b_1;
49             border: 1px solid @border_color_f;
50             width: 210px;
51             max-width: 210px;
52             padding-left: 4px;
53
54             .select-instance-version {
55                 .b_1;
56                 &.minor {
57                     .h_1;
58                 }
59             }
60         }
61         &.minor {
62             .h_1;
63         }
64     }
65     .i-sdc-designer-sidebar-section-content-description-item-value{
66         max-width: none;
67         font-weight: normal;
68         font-family: @font-opensans-regular;
69     }
70
71     .customization-uuid{
72         .f-type._12_m;
73     }
74
75     .w-sdc-designer-sidebar-section.tags {
76         .i-sdc-designer-sidebar-section-content-item {
77             white-space: normal;
78         }
79     }
80
81 }