aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/workspace/tabs/composition/tabs/relations/relations.less
blob: 212b9785e9c02b3cd72ef6f5188be33a5c1ba987 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.w-sdc-designer-sidebar-tab-content.relations {

    .w-sdc-designer-sidebar-section-content {
        padding: 0;
    }

    .w-sdc-designer-sidebar-section-title {
        &.expanded {
            margin-bottom: 0;
        }
    }

    .i-sdc-designer-sidebar-section-content-item-relations {
        border-bottom: 1px solid @color_e;
        padding: 10px 10px 10px 18px;
        position: relative;
        cursor: default;

        .i-sdc-designer-sidebar-section-content-item-button {
            top: 15px;
            line-height: 10px;
        }

        &:hover {
            background-color: @color_c;

            .i-sdc-designer-sidebar-section-content-item-button {
                display: block;

            }

        }

    }
    .w-sdc-designer-sidebar-section-relations:not(:last-child) .i-sdc-designer-sidebar-section-content-item-relations-group:last-child .i-sdc-designer-sidebar-section-content-item-relations:last-child {
        border-bottom: none;
    }


    .i-sdc-designer-sidebar-section-content-item-relations.hand {
        .hand;
    }

    .i-sdc-designer-sidebar-section-content-item-relations-group {
        //border-bottom: 1px solid @color_e;
    }

    .i-sdc-designer-sidebar-section-content-item-relations-details {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .i-sdc-designer-sidebar-section-content-item-relations-details-name {
        .b_1;
        .bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        //width: 100%;
        text-transform: capitalize;
        max-width: 240px;
        display: inline-block;
    }

    .i-sdc-designer-sidebar-section-content-item-relations-details-ownerName {
        .b_13;
        font-weight:400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

       &:before{
           .sprite;
           .arrow-left;
           content: '';
       }
    }

    .i-sdc-designer-sidebar-section-content-item-relations-details-desc {
        .p_1;
        line-height: 14px;
        word-wrap: break-word;
        white-space: normal;

        .i-sdc-designer-sidebar-section-content-item-relations-details-indent-box{
            border-left: 1px #848586 solid;
            height: 40px;
            margin-left: 2px;
            margin-top: 5px;
            border-bottom: 1px #848586 solid;
            width: 25px;
            float: left;
        }
        .i-sdc-designer-sidebar-section-content-item-relations-details-child{
            margin-top: 30px;
            float: left;
            padding-left: 10px;
            max-width: 230px;
        }
    }

    .i-sdc-designer-sidebar-section-content-item-relations-details-desc-label {
        font-family: omnes-medium, sans-serif;
    }

    .i-sdc-designer-sidebar-section-content-item-relations-view {
        position: absolute;
        right: 0;
        top: 22px;
        display: none;
    }

}