aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/properties-tab/properties-tab.component.less
blob: 5cb0697da13412af110f02224c9faef252ee3e01 (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
.scroll-container {
    display: flex;
    overflow-y: auto;
}

.i-sdc-designer-sidebar-section-content-item-property-and-attribute {
    color: #666666;
    font-family: OpenSans-Semibold, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #cdcdcd;
    min-height: 72px;
    padding: 15px 10px 10px 18px;
    // position: relative;
    display:flex;

    .property-details {
        flex:1;
    }

    .property-buttons {
        flex: 0 0 auto;
        align-self: center;
    }
}

.i-sdc-designer-sidebar-section-content-item-property-and-attribute-label {
    display: block;
    font-weight: bold;
    &:hover {
        color: #3b7b9b;
    }
}

.i-sdc-designer-sidebar-section-content-item-property-and-attribute-label, .i-sdc-designer-sidebar-section-content-item-property-value {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 245px;
    white-space: nowrap;
    display: block;
}



/deep/ .expand-collapse-content {
    max-height: max-content;
    padding: 10px 0;

    .sdc-accordion .sdc-accordion-header {
        
            background-color: #e6f6fb;
            border-left: solid #009fdb 4px;
            box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.3);
            margin-bottom: 2px;
            width: auto;
            height: auto;
            padding: 10px;
            color: #666666;
            font-family: OpenSans-Semibold, sans-serif;
            font-size: 14px;
        
    }

    /deep/.sdc-accordion .sdc-accordion-body {
        padding-left: 0;
    }
}