aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
blob: ccf4fb00b551aecb7a43e17e5c9f1d3fd26cb8ee (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
.w-sdc-modal-onboarding {

    width: 100%;
    display: inline-block;

    .general-info-button{
        position: relative;
        top: -40px;
        left: 95px;
        float: left;
    }

    .title-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        .sub-title {
            .m_14_r;
            float:left;
        }
    }

    .w-sdc-classic-btn {
        float: right;
        margin-bottom: 10px;
    }

    .table{
        height: 472px;
        margin-bottom: 0;
    }

    .table-container-flex {
        margin-top: 10px;

        .table {
            .body {
                .data-row + div.item-opened {
                    word-wrap: break-word;
                    display: flex;
                    justify-content: space-between;
                    padding: 10px 0;

                    .item-opened-description-title,
                    .item-opened-metadata-title {
                        .m_14_m;
                    }

                    .item-opened-description,
                    .item-opened-metadata1,
                    .item-opened-metadata2,
                    .item-opened-metadata3 {
                        .th { .m_14_m; }
                        flex-basis: 0;
                        overflow: hidden;
                        padding: 5px 15px;
                    }

                    .item-opened-description,
                    .item-opened-metadata3 {
                        border-right: 1px solid @main_color_o;
                    }

                    .item-opened-metadata2 {
                        word-break: break-word;
                        .note {
                            color: @func_color_q;
                        }
                    }

                    .item-opened-icon {
                        flex-basis: 0;
                        overflow: hidden;
                        padding: 5px 15px;
                        align-self: center;
                    }

                    .item-opened-description {flex-grow: 25.3;}
                    .item-opened-metadata1 {flex-grow: 25;}
                    .item-opened-metadata2 {flex-grow: 45;}
                    .item-opened-metadata3 {
                        flex-grow: 10;
                        .info-button{
                            float: right;
                        }
                    }
                    .item-opened-icon {flex-grow: 10.1;}
                }
            }
        }

        .flex-item:nth-child(1) {
            flex-grow: 25;
            .hand;
            span.table-arrow {
                margin-right: 7px;
            }
        }

        .flex-item:nth-child(2) {flex-grow: 25;}
        .flex-item:nth-child(3) {flex-grow: 30;}
        .flex-item:nth-child(4) {flex-grow: 10; text-align: center; }
        .flex-item:nth-child(5) {flex-grow: 10; text-align: center; }
        .flex-item:nth-child(6) {flex-grow: 10; }

    }

    .download-file-btn {
        cursor: pointer;
        margin-left: 4px;
    }

    .refresh-file-btn,
    .import-file-btn {
        cursor: pointer;
        margin-left: 20px;
    }

    .top-search {
        float: right;
        position: relative;

        input.search-text {
            .border-radius(2px);
            width: 245px;
            height: 32px;
            line-height: 32px;
            border: 1px solid @main_color_o;
            margin: 0;
            outline: none;
            text-indent: 10px;

            &::-webkit-input-placeholder { font-style: italic; } /* Safari, Chrome and Opera */
            &:-moz-placeholder { font-style: italic; } /* Firefox 18- */
            &::-moz-placeholder { font-style: italic; } /* Firefox 19+ */
            &:-ms-input-placeholder { font-style: italic; } /* IE 10+ */
            &:-ms-input-placeholder { font-style: italic; } /* Edge */
        }

        .magnification {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    }

}