aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/req-capabilities-tab/req-capabilities-tab.component.less
blob: fe4573aadc26bb67d93d1e326190303f142f6c84 (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
/deep/.sdc-accordion {
    margin-bottom: 0;
    display: grid;

    .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;
    }

    .sdc-accordion-body.open {
        padding-left: 0;
        padding-top: 0;
        .sdc-accordion-header { /*Second level - nested accordion */
            background-color: #f8f8f8;
            padding: 4px 20px 4px 37px;
            border-bottom: 1px solid #d2d2d2;
            border-left:none;
            height: 30px;
        }
    }
}


.relations-details-container {
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 10px 10px 18px;

    font-size: 14px;
    font-family: OpenSans-Regular, sans-serif;

    .relations-name {
        color: #666666;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: capitalize;
        max-width: 240px;
        display: inline-block;
    }

    .relations-desc {
        color: #8c8c8c;
        word-wrap: break-word;
        white-space: normal;
        max-width: 265px;
    }
}