summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/base/base-tab.component.less
blob: aa8e75115fc8e5aeaa160acdb518c1f5ce5dc8e1 (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
@import './../../../../../../../assets/styles/mixins';
@import "./../../../../../../../assets/styles/variables-old";
@import './../../../../../../../assets/styles/mixins_old';

/deep/ 
.expand-collapse-content {
    padding: 20px;
}

.component-details-panel-tab-no-data {
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;

    .component-details-panel-tab-no-data-title {
        font-family: @font-opensans-bold;
    }
   
}

.component-details-panel-large-item {
    font-family: OpenSans-Semibold, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;

    &:hover {
        background-color: #f8f8f8;
        margin: 0 -20px; /* to fill expand-collapse-content padding */
        padding: 0 20px;
        .component-details-panel-item-delete {
            visibility: visible;
        }
    }
}

.component-details-panel-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;

    &.description {
        margin-top: 28px;
        white-space: normal;
        word-wrap: break-word;
        .value {
            max-width: none;
            font-weight: normal;
            font-family: @font-opensans-regular;
        }
    }

    .name { font-family: OpenSans-Semibold, sans-serif; }
    .value { }
}

.component-details-panel-item-delete {
    cursor: pointer;
    visibility: hidden;
}