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

    .icon {
        margin: 0 20px;
    }

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

}