aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-header/panel-header.component.less
blob: 6685f7400920597721a2be18ef7ab96e7c43a3b9 (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
/deep/
.component-details-panel-header {
    display: flex;
    flex-direction: row;
    height: 120px;
    align-items: center;

    .icon {
        margin: 0 20px;
        display:flex;
    }

    .title {
        font-size: 16px;
        text-overflow: ellipsis;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
    }

    .rename-instance {
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
    }

    .delete-instance {
        position: absolute;
        top: 14px;
        right: 40px;
        cursor: pointer;
    }


    .non-certified {
        position: absolute;
        background-image: url('../../../../../../assets/styles/images/sprites/sprite-global-old.png');
        background-position: -157px -3386px; width: 15px; height: 15px;
    
        &.smaller-icon {
            left: 35px;
            bottom: -14px;
        }
    }
    
    
}