aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/component-viewer/properties/properties-view.less
blob: c0beed338f8436be37aa9dda9810bce474049de0 (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
117
118
119
120
121
122
123
124
125
126
127
128
.w-sdc-component-viewer-right-properties {
    .w-sdc-resource-viewer-tabs {
        height: 42px;
    }

    .w-sdc-resource-viewer-right-content-section {
        margin: 0 0 20px 16px;
    }

    .sdc-resource-viewer-sidebar-section-content-column-1,
    .sdc-resource-viewer-sidebar-section-content-column-2 {
        display: table-cell;
        width: 50%;
    }
    .sdc-resource-viewer-sidebar-section-content-item {
        .b_7;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 305px;
    }
    .sdc-resource-viewer-sidebar-section-content-item-label {
        .bold;
        .g_9;
    }
    .w-sdc-resource-viewer-right .sdc-resource-viewer-sidebar-section-content-column-1 {
        .sdc-resource-viewer-sidebar-section-content-item {
            width: 390px;
        }
    }
    .sdc-resource-viewer-sidebar-section-content-item.description {
        margin: 0;

        .sdc-resource-viewer-sidebar-section-content-item-value {
            word-wrap: break-word;
            white-space: normal;
            display: block;

        }
        .sdc-resource-viewer-sidebar-section-content-tags {
            word-wrap: break-word;
            white-space: pre-wrap;
            display: inline-block;
            max-width: 167px;

        }
    }

    .w-sdc-resource-viewer-right-title {
        .g_1;
        .bg_n;
        padding: 7px 15px;
        margin: 0px 0 25px;
        font-weight: bold;
    }

    .w-sdc-resource-viewer-right-table-head-cell {
        .g_9;
        text-align: left;
    }

    .cols-1 {
        width: 100%;
    }
    .cols-2 {
        width: 50%;
    }
    .cols-3 {
        width: 33%;
    }

    .sdc-properties-container table tbody td.label {
        .bold;
    }

    .w-sdc-designer-sidebar-section-content,
    .w-sdc-resource-viewer-right-table {
        display: table;
        width: 100%;
        .b_9;
        word-break: break-all;

        tbody td {
            padding: 4px 20px 0 0;

            .ellipsis-directive-more-less {
                display: none;
            }

            .ellipsis-cols2 {
                .sdc-ellipsis;
                max-width: 340px;
            }
            .ellipsis-cols3 {
                .sdc-ellipsis;
                max-width: 200px;
            }
        }

    }

    .i-sdc-designer-sidebar-section-content-column-1 {
        display: table-cell;
        width: 50%;
    }

    .i-sdc-designer-sidebar-section-content-column-2 {
        display: table-cell;
        width: 50%;
    }

    .i-sdc-resource-viewer-artifacts-item-action,
    .sdc-information-artifacts-icon {
        .sprite;
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        vertical-align: middle;
        &.download {
            .sprite.e-sdc-small-download;
        }
        &.preview {
            .e-sdc-small-icon-eye;
        }
    }
}