File size: 9,077 Bytes
b456468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
/* POSITION LEFT */
.{prefix}-container
  &.left
    .{prefix}-menu
        > .{prefix}-item[tooltip-content]
            &:before
                left: 28px;
                top: 11px;
                border-right: 7px solid #2f2f2f;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
            &:after
                top: 7px;
                left: 42px;
                white-space: nowrap;
    .{prefix}-submenu
        left: 0;
        height: 100%;
        width: 248px;
    .{prefix}-main-container
        left: 64px;
        width: calc(100% - 64px);
        height: 100%;
    .{prefix}-controls
        width: 64px;
        height: 100%;
        display: table;

/* POSITION LEFT & RIGHT */
.{prefix}-container
  &.left, &.right
    .{prefix}-menu
        white-space: inherit;
    .{prefix}-submenu
        white-space: normal;
        > div
            vertical-align: middle;
    .{prefix}-controls li
        display: inline-block;
        margin: 4px auto;
    .{prefix}-icpartition
        position: relative;
        top: -7px;
        width: 24px;
        height: 1px;
    .{prefix}-submenu
        .{prefix}-partition
            display: block;
            width: 75%;
            margin: auto;
            > div
                border-left: 0;
                height:10px;
                border-bottom: 1px solid #3c3c3c;
                width: 100%;
                margin: 0;
        .{prefix}-submenu-align
            margin-right: 0;
        .{prefix}-submenu-item
            li
                margin-top: 15px;
            .tui-colorpicker-clearfix li
                margin-top: 0;

    .{prefix}-checkbox-wrap.fixed-width
        width: 182px;
        white-space: normal;
    .{prefix}-range-wrap.{prefix}-newline label.range
        display: block;
        text-align: left;
        width: 75%;
        margin: auto;
    .{prefix}-range
        width: 136px;


/* POSITION RIGHT */
.{prefix}-container
  &.right
    .{prefix}-menu
        > .{prefix}-item[tooltip-content]
            &:before
                left: -3px;
                top: 11px;
                border-left: 7px solid #2f2f2f;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
            &:after
                top: 7px;
                left: unset;
                right: 43px;
                white-space: nowrap;
    .{prefix}-submenu
        right: 0;
        height: 100%;
        width: 248px;
    .{prefix}-main-container 
        right: 64px;
        width: calc(100% - 64px);
        height: 100%;
    .{prefix}-controls
        right: 0;
        width: 64px;
        height: 100%;
        display: table;


/* POSITION TOP & BOTTOM */
.{prefix}-container
  &.top, &.bottom
    .{prefix}-submenu
        .{prefix}-partition.only-left-right
            display: none;


/* POSITION BOTTOM */
.{prefix}-container
    &.bottom .tui-image-editor-submenu > div
        padding-bottom: 24px;

/* POSITION TOP */
.{prefix}-container
  &.top
    .color-picker-control .triangle
        top: -8px;
        border-right: 7px solid transparent;
        border-top: 0px;
        border-left: 7px solid transparent;
        border-bottom: 8px solid #fff;
    .{prefix}-size-wrap
        height: 100%;
    .{prefix}-main-container
        bottom: 0;
    .{prefix}-menu
        > .{prefix}-item[tooltip-content]
            &:before
                left: 13px;
                border-top: 0;
                border-bottom: 7px solid #2f2f2f;
                top: 33px;
            &:after
                top: 38px;
    .{prefix}-submenu
        top: 0;
        bottom: auto;
        > div
            padding-top: 24px;
            vertical-align: top;
    .{prefix}-controls-logo
        display: table-cell;
    .{prefix}-controls-buttons
        display: table-cell;
    .{prefix}-main
        top: 64px;
        height: calc(100% - 64px);
    .{prefix}-controls
        top: 0;
        bottom: inherit;

/* HELP MENUBAR POSITION TOP */
.{prefix}-container
    .{prefix}-help-menu
        &.top
            white-space: nowrap;
            width: 506px;
            height: 40px;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            .tie-panel-history
                top: 45px;
            .opened .tie-panel-history:before
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
                border-bottom: 8px solid #fff;
                left: 90px;
                top: -8px;
            > .{prefix}-item[tooltip-content]
                &:before
                    left: 13px;
                    top: 35px;
                    border: none;
                    border-bottom: 7px solid #2f2f2f;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                &:after
                    top: 41px;
                    left: -4px;
                    white-space: nowrap;
            > .{prefix}-item[tooltip-content].opened
                &:before,
                &:after
                    content: none;

/* HELP MENUBAR POSITION BOTTOM */
.{prefix}-container
    .{prefix}-help-menu
        &.bottom
            white-space: nowrap;
            width: 506px;
            height: 40px;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            .tie-panel-history
                bottom: 45px;
            .opened .tie-panel-history:before
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
                border-top: 8px solid #fff;
                left: 90px;
                bottom: -8px;
            > .{prefix}-item[tooltip-content]
                &:before
                    left: 13px;
                    top: auto;
                    bottom: 36px;
                    border: none;
                    border-top: 7px solid #2f2f2f;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                &:after
                    top: auto;
                    left: -4px;
                    bottom: 41px;
                    white-space: nowrap;
            > .{prefix}-item[tooltip-content].opened
                &:before,
                &:after
                    content: none;

/* HELP MENUBAR POSITION LEFT */
.{prefix}-container
    .{prefix}-help-menu
        &.left
            white-space: inherit;
            width: 40px;
            height: 506px;
            left: 8px;
            top: 50%;
            transform: translateY(-50%);
            .tie-panel-history
                left: 140px;
                top: -4px;
            .opened .tie-panel-history:before
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #fff;
                left: -8px;
                top: 14px;
            .{prefix}-item
                margin: 4px auto;
                padding: 6px 8px;
            > .{prefix}-item[tooltip-content]
                &:before
                    left: 27px;
                    top: 11px;
                    border: none;
                    border-right: 7px solid #2f2f2f;
                    border-top: 7px solid transparent;
                    border-bottom: 7px solid transparent;
                &:after
                    top: 7px;
                    left: 40px;
                    white-space: nowrap;
            > .{prefix}-item[tooltip-content].opened
                &:before,
                &:after
                    content: none;

/* HELP MENUBAR POSITION RIGHT */
.{prefix}-container
    .{prefix}-help-menu
        &.right
            white-space: inherit;
            width: 40px;
            height: 506px;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            .tie-panel-history
                right: -30px;
                top: -4px;
            .opened .tie-panel-history:before
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #fff;
                right: -8px;
                top: 14px;
            .{prefix}-item
                margin: 4px auto;
                padding: 6px 8px;
            > .{prefix}-item[tooltip-content]
                &:before
                    left: -6px;
                    top: 11px;
                    border: none;
                    border-left: 7px solid #2f2f2f;
                    border-top: 7px solid transparent;
                    border-bottom: 7px solid transparent;
                &:after
                    top: 7px;
                    left: auto;
                    right: 39px;
                    white-space: nowrap;
            > .{prefix}-item[tooltip-content].opened
                &:before,
                &:after
                    content: none;