@tailor-cms/ce-quill-html-edit 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.cjs +45603 -0
- package/dist/index.css +713 -0
- package/dist/index.js +45603 -0
- package/package.json +44 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,713 @@
|
|
|
1
|
+
.user-avatar-container[data-v-08f71019] {
|
|
2
|
+
padding: 0.125rem;
|
|
3
|
+
overflow: hidden !important;
|
|
4
|
+
}
|
|
5
|
+
.user-avatar-container .user-avatar[data-v-08f71019] {
|
|
6
|
+
background-position: center;
|
|
7
|
+
background-repeat: no-repeat;
|
|
8
|
+
background-size: cover;
|
|
9
|
+
border-radius: 50%;
|
|
10
|
+
}.header[data-v-68caba16] {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: flex-start;
|
|
13
|
+
}
|
|
14
|
+
.header .info-container[data-v-68caba16] {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
flex: 0 100%;
|
|
18
|
+
max-width: calc(100% - 12rem);
|
|
19
|
+
margin-left: 0.75rem;
|
|
20
|
+
}
|
|
21
|
+
.header .info-container .author[data-v-68caba16] {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
max-width: 75%;
|
|
24
|
+
font-size: 1rem;
|
|
25
|
+
}
|
|
26
|
+
.header .info-container .edited[data-v-68caba16],
|
|
27
|
+
.header .info-container .time[data-v-68caba16] {
|
|
28
|
+
font-size: 0.75rem;
|
|
29
|
+
}
|
|
30
|
+
.header .info-container hr.v-divider--vertical[data-v-68caba16] {
|
|
31
|
+
margin: 0.25rem 0.125rem 0.125rem 0.625rem;
|
|
32
|
+
}
|
|
33
|
+
.header .info-container[data-v-68caba16] .editor-link {
|
|
34
|
+
display: inline-flex;
|
|
35
|
+
align-self: flex-end;
|
|
36
|
+
}
|
|
37
|
+
.header .actions[data-v-68caba16] {
|
|
38
|
+
margin-left: auto;
|
|
39
|
+
}.content[data-v-b6b6fcf5] {
|
|
40
|
+
margin-top: 0.375rem;
|
|
41
|
+
}
|
|
42
|
+
.content pre[data-v-b6b6fcf5] {
|
|
43
|
+
height: 100%;
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding: 0 0.25rem 0.5rem 0;
|
|
46
|
+
font: inherit;
|
|
47
|
+
white-space: pre-wrap;
|
|
48
|
+
word-break: break-all;
|
|
49
|
+
word-wrap: break-word;
|
|
50
|
+
overflow-wrap: break-word;
|
|
51
|
+
background: inherit;
|
|
52
|
+
border: none;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
}
|
|
55
|
+
.content.resolved[data-v-b6b6fcf5] {
|
|
56
|
+
opacity: 0.7;
|
|
57
|
+
}
|
|
58
|
+
.content.resolved .resolvement-options[data-v-b6b6fcf5] {
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
margin-bottom: 0.25rem;
|
|
62
|
+
font-size: 0.75rem;
|
|
63
|
+
}.comment[data-v-32db3485] {
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
font-family: Roboto, Arial, sans-serif;
|
|
67
|
+
}
|
|
68
|
+
.comment-body[data-v-32db3485] {
|
|
69
|
+
flex: 1;
|
|
70
|
+
padding: 0 0.25rem 0 3.25rem;
|
|
71
|
+
}
|
|
72
|
+
.comment-editor.v-textarea[data-v-32db3485] {
|
|
73
|
+
margin: 0.75rem 0 0 0;
|
|
74
|
+
}
|
|
75
|
+
.comment-editor.v-textarea[data-v-32db3485] .v-input__slot {
|
|
76
|
+
width: auto;
|
|
77
|
+
}.thread-list[data-v-311c4652] {
|
|
78
|
+
margin: 0;
|
|
79
|
+
padding: 0;
|
|
80
|
+
list-style: none;
|
|
81
|
+
}
|
|
82
|
+
.thread-list .thread-list-item .v-divider[data-v-311c4652] {
|
|
83
|
+
margin: 0 0.25rem 1rem 0.25rem;
|
|
84
|
+
color: #fafafa;
|
|
85
|
+
opacity: 0.3;
|
|
86
|
+
}
|
|
87
|
+
.thread-list .thread-list-item:first-child .v-divider[data-v-311c4652] {
|
|
88
|
+
display: none;
|
|
89
|
+
}.unseen-divider[data-v-be37ba50] {
|
|
90
|
+
text-align: center;
|
|
91
|
+
}
|
|
92
|
+
.unseen-divider .v-divider[data-v-be37ba50] {
|
|
93
|
+
margin: 1rem 0 0.25rem;
|
|
94
|
+
}
|
|
95
|
+
.unseen-divider[data-v-be37ba50] .v-chip.v-chip--outlined.v-chip {
|
|
96
|
+
margin: -1.5rem 0 0.5rem 0;
|
|
97
|
+
border-radius: 1rem !important;
|
|
98
|
+
background-color: #fafafa !important;
|
|
99
|
+
}
|
|
100
|
+
.unseen-divider[data-v-be37ba50] .v-chip.v-chip--outlined.v-chip .v-chip__content .v-chip__close {
|
|
101
|
+
margin-top: 0.125rem;
|
|
102
|
+
font-size: 0.75rem !important;
|
|
103
|
+
}.discussion-thread[data-v-022fcbdf] {
|
|
104
|
+
width: 100%;
|
|
105
|
+
}
|
|
106
|
+
.discussion-thread.scroll-container[data-v-022fcbdf] {
|
|
107
|
+
max-height: 31.25rem;
|
|
108
|
+
box-sizing: content-box;
|
|
109
|
+
overflow-y: scroll;
|
|
110
|
+
overflow-x: hidden;
|
|
111
|
+
-ms-overflow-style: none !important;
|
|
112
|
+
scrollbar-width: none !important;
|
|
113
|
+
}
|
|
114
|
+
.discussion-thread.scroll-container[data-v-022fcbdf]::-webkit-scrollbar {
|
|
115
|
+
display: none !important;
|
|
116
|
+
}
|
|
117
|
+
.discussion-thread .fade-enter-active[data-v-022fcbdf],
|
|
118
|
+
.discussion-thread .fade-leave-active[data-v-022fcbdf] {
|
|
119
|
+
transition: opacity 0.5s;
|
|
120
|
+
}
|
|
121
|
+
.discussion-thread .fade-enter[data-v-022fcbdf],
|
|
122
|
+
.discussion-thread .fade-leave-to[data-v-022fcbdf] {
|
|
123
|
+
opacity: 0;
|
|
124
|
+
}.embedded-discussion[data-v-4bce48ca] {
|
|
125
|
+
font-family: Roboto, Arial, sans-serif;
|
|
126
|
+
}
|
|
127
|
+
.embedded-discussion .discussion-heading[data-v-4bce48ca] {
|
|
128
|
+
padding: 0 0 0.5rem 0;
|
|
129
|
+
font-size: 0.875rem;
|
|
130
|
+
font-weight: 700;
|
|
131
|
+
text-transform: uppercase;
|
|
132
|
+
letter-spacing: 1px;
|
|
133
|
+
}
|
|
134
|
+
.embedded-discussion .resolve-btn-container[data-v-4bce48ca] {
|
|
135
|
+
display: flex;
|
|
136
|
+
justify-content: flex-end;
|
|
137
|
+
margin: 0.5rem 0 0 0;
|
|
138
|
+
}
|
|
139
|
+
.embedded-discussion .header[data-v-4bce48ca] {
|
|
140
|
+
margin: 0.75rem 0 1.25rem 0;
|
|
141
|
+
font-size: 1.125rem;
|
|
142
|
+
font-weight: 400;
|
|
143
|
+
}
|
|
144
|
+
.embedded-discussion .comment-input[data-v-4bce48ca] {
|
|
145
|
+
margin: 0 0.25rem 0 0.25rem;
|
|
146
|
+
}
|
|
147
|
+
.embedded-discussion .alert[data-v-4bce48ca] .v-icon {
|
|
148
|
+
color: var(--v-primary-darken2) !important;
|
|
149
|
+
}
|
|
150
|
+
.embedded-discussion .v-input[data-v-4bce48ca] textarea::placeholder {
|
|
151
|
+
opacity: 0.85;
|
|
152
|
+
}[data-v-41ba7175] .v-menu__content {
|
|
153
|
+
background: #fff;
|
|
154
|
+
}
|
|
155
|
+
[data-v-41ba7175] .v-menu__content .embedded-discussion {
|
|
156
|
+
text-align: left;
|
|
157
|
+
}
|
|
158
|
+
[data-v-41ba7175] .v-menu__content .comment .author {
|
|
159
|
+
font-size: 0.875rem;
|
|
160
|
+
}
|
|
161
|
+
[data-v-41ba7175] .comment-body {
|
|
162
|
+
padding: 0 0.25rem 0 3.9375rem;
|
|
163
|
+
}
|
|
164
|
+
.unseen[data-v-41ba7175] {
|
|
165
|
+
font-size: 0.75rem;
|
|
166
|
+
}[data-v-a813d944] .v-input__control {
|
|
167
|
+
flex-wrap: wrap;
|
|
168
|
+
}.content-element[data-v-8d4e1cd3] {
|
|
169
|
+
position: relative;
|
|
170
|
+
border: 1px solid transparent;
|
|
171
|
+
}
|
|
172
|
+
.content-element[data-v-8d4e1cd3]::after {
|
|
173
|
+
content: "";
|
|
174
|
+
display: none;
|
|
175
|
+
position: absolute;
|
|
176
|
+
top: 0;
|
|
177
|
+
right: -0.125rem;
|
|
178
|
+
width: 0.125rem;
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
.content-element.focused[data-v-8d4e1cd3] {
|
|
182
|
+
border: 1px dashed #1de9b6;
|
|
183
|
+
}
|
|
184
|
+
.content-element.focused[data-v-8d4e1cd3]::after {
|
|
185
|
+
display: block;
|
|
186
|
+
background: #1de9b6;
|
|
187
|
+
}
|
|
188
|
+
.content-element.selected[data-v-8d4e1cd3] {
|
|
189
|
+
border: 1px dashed #ff4081;
|
|
190
|
+
}
|
|
191
|
+
.content-element.selected[data-v-8d4e1cd3]::after {
|
|
192
|
+
display: block;
|
|
193
|
+
background: #ff4081;
|
|
194
|
+
}
|
|
195
|
+
.frame[data-v-8d4e1cd3] {
|
|
196
|
+
padding: 10px 20px;
|
|
197
|
+
border: 1px solid #e1e1e1;
|
|
198
|
+
}
|
|
199
|
+
.element-actions[data-v-8d4e1cd3] {
|
|
200
|
+
display: flex;
|
|
201
|
+
flex-direction: column;
|
|
202
|
+
position: absolute;
|
|
203
|
+
top: -0.0625rem;
|
|
204
|
+
right: -2.5rem;
|
|
205
|
+
width: 3rem;
|
|
206
|
+
height: 100%;
|
|
207
|
+
padding-left: 0.75rem;
|
|
208
|
+
}
|
|
209
|
+
.element-actions[data-v-8d4e1cd3] > * {
|
|
210
|
+
min-height: 1.75rem;
|
|
211
|
+
opacity: 0;
|
|
212
|
+
transition: opacity 0.1s linear;
|
|
213
|
+
}
|
|
214
|
+
.element-actions > .is-visible[data-v-8d4e1cd3] {
|
|
215
|
+
opacity: 1;
|
|
216
|
+
transition: opacity 0.5s linear;
|
|
217
|
+
}
|
|
218
|
+
.active-users[data-v-8d4e1cd3] {
|
|
219
|
+
position: absolute;
|
|
220
|
+
top: 0;
|
|
221
|
+
left: -1.625rem;
|
|
222
|
+
}
|
|
223
|
+
.save-indicator[data-v-8d4e1cd3] {
|
|
224
|
+
position: absolute;
|
|
225
|
+
left: 0;
|
|
226
|
+
}
|
|
227
|
+
.header[data-v-8d4e1cd3] {
|
|
228
|
+
width: 100%;
|
|
229
|
+
max-height: 0;
|
|
230
|
+
}
|
|
231
|
+
.header.visible[data-v-8d4e1cd3] {
|
|
232
|
+
max-height: unset;
|
|
233
|
+
padding: 0 0 0.5rem;
|
|
234
|
+
}
|
|
235
|
+
.diff.new[data-v-8d4e1cd3] {
|
|
236
|
+
border: none;
|
|
237
|
+
box-shadow: 0 0 0 2px rgb(var(--v-theme-success-lighten-4)) !important;
|
|
238
|
+
}
|
|
239
|
+
.diff.changed[data-v-8d4e1cd3], .diff.removed[data-v-8d4e1cd3] {
|
|
240
|
+
border: none;
|
|
241
|
+
box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
|
|
242
|
+
}
|
|
243
|
+
.diff .element-actions[data-v-8d4e1cd3] {
|
|
244
|
+
display: none;
|
|
245
|
+
}.drag-handle[data-v-1d6d5e96] {
|
|
246
|
+
position: absolute;
|
|
247
|
+
left: -0.1875rem;
|
|
248
|
+
z-index: 2;
|
|
249
|
+
width: 1.625rem;
|
|
250
|
+
opacity: 0;
|
|
251
|
+
}
|
|
252
|
+
.drag-handle .mdi[data-v-1d6d5e96] {
|
|
253
|
+
color: #888;
|
|
254
|
+
font-size: 1.75rem;
|
|
255
|
+
}
|
|
256
|
+
.hovered .drag-handle[data-v-1d6d5e96] {
|
|
257
|
+
opacity: 1;
|
|
258
|
+
transition: opacity 0.6s ease-in-out;
|
|
259
|
+
cursor: pointer;
|
|
260
|
+
}
|
|
261
|
+
.disabled .drag-handle[data-v-1d6d5e96] {
|
|
262
|
+
display: none;
|
|
263
|
+
}
|
|
264
|
+
.contained-content[data-v-1d6d5e96] {
|
|
265
|
+
position: relative;
|
|
266
|
+
margin: 7px 0;
|
|
267
|
+
padding: 0;
|
|
268
|
+
}.content-element[data-v-c749c875] {
|
|
269
|
+
border: 1px solid #e1e1e1;
|
|
270
|
+
}
|
|
271
|
+
.content-element.selected[data-v-c749c875] {
|
|
272
|
+
border-style: dashed;
|
|
273
|
+
border-color: #444;
|
|
274
|
+
}
|
|
275
|
+
.content-element.selected[data-v-c749c875]::after {
|
|
276
|
+
display: none;
|
|
277
|
+
}
|
|
278
|
+
.element-wrapper[data-v-c749c875] {
|
|
279
|
+
position: relative;
|
|
280
|
+
}
|
|
281
|
+
.open-element-button[data-v-c749c875] {
|
|
282
|
+
position: absolute;
|
|
283
|
+
top: -0.75rem;
|
|
284
|
+
right: -0.75rem;
|
|
285
|
+
}.dialog-title[data-v-7d729e58] {
|
|
286
|
+
display: flex;
|
|
287
|
+
}
|
|
288
|
+
.dialog-title .text-truncate[data-v-7d729e58] {
|
|
289
|
+
flex: 1;
|
|
290
|
+
text-align: left;
|
|
291
|
+
}.v-treeview[data-v-2114afc6] {
|
|
292
|
+
max-height: 31.25rem;
|
|
293
|
+
}.element-container[data-v-967e64fb] {
|
|
294
|
+
min-height: 20rem;
|
|
295
|
+
padding: 0 0 1.875rem;
|
|
296
|
+
border-top-left-radius: 0.5rem;
|
|
297
|
+
border-top-right-radius: 0.5rem;
|
|
298
|
+
overflow: hidden;
|
|
299
|
+
}
|
|
300
|
+
.group-heading[data-v-967e64fb] {
|
|
301
|
+
margin: 0 2.5rem 0.75rem;
|
|
302
|
+
padding-top: 0.5rem;
|
|
303
|
+
font-size: 0.875rem;
|
|
304
|
+
font-weight: 500;
|
|
305
|
+
line-height: 1rem;
|
|
306
|
+
text-align: left;
|
|
307
|
+
}
|
|
308
|
+
.group-elements[data-v-967e64fb] {
|
|
309
|
+
display: flex;
|
|
310
|
+
flex-wrap: wrap;
|
|
311
|
+
width: 100%;
|
|
312
|
+
padding: 0 2.25rem;
|
|
313
|
+
}
|
|
314
|
+
.add-element[data-v-967e64fb] {
|
|
315
|
+
width: 8.125rem;
|
|
316
|
+
min-width: 8.125rem;
|
|
317
|
+
height: auto !important;
|
|
318
|
+
min-height: 4.75rem;
|
|
319
|
+
padding: 0.5rem 0.375rem !important;
|
|
320
|
+
}
|
|
321
|
+
.add-element[data-v-967e64fb] .v-btn__content {
|
|
322
|
+
text-transform: none;
|
|
323
|
+
}
|
|
324
|
+
.add-element[data-v-967e64fb] .v-btn__prepend {
|
|
325
|
+
margin-bottom: 0.25rem;
|
|
326
|
+
}/* Do not remove! Makes sure vuedraggable detects correct scrollable parent */
|
|
327
|
+
.list-group[data-v-e7b25d51] {
|
|
328
|
+
padding: 0.625rem 1.5rem;
|
|
329
|
+
}
|
|
330
|
+
[data-v-e7b25d51] .sortable-ghost .drag-handle {
|
|
331
|
+
display: none;
|
|
332
|
+
}
|
|
333
|
+
[data-v-e7b25d51] .sortable-ghost .content-element {
|
|
334
|
+
max-height: 9.375rem;
|
|
335
|
+
background: #f4f5f5;
|
|
336
|
+
}
|
|
337
|
+
[data-v-e7b25d51] .sortable-ghost .content-element > * {
|
|
338
|
+
visibility: hidden;
|
|
339
|
+
}
|
|
340
|
+
[data-v-e7b25d51] .sortable-drag .content-element {
|
|
341
|
+
max-height: auto;
|
|
342
|
+
background: #fff;
|
|
343
|
+
}.default-activator-state[data-v-31c6a0cf], .inline-activator.disabled[data-v-31c6a0cf], .inline-activator.disabled[data-v-31c6a0cf]:hover, .inline-activator[data-v-31c6a0cf] {
|
|
344
|
+
padding: 0 3.125rem;
|
|
345
|
+
opacity: 0;
|
|
346
|
+
}
|
|
347
|
+
.inline-activator[data-v-31c6a0cf] {
|
|
348
|
+
display: flex;
|
|
349
|
+
align-items: center;
|
|
350
|
+
width: 100%;
|
|
351
|
+
margin: 0;
|
|
352
|
+
padding: 0 3.125rem;
|
|
353
|
+
opacity: 0;
|
|
354
|
+
transition: opacity 0.3s, padding 0.3s;
|
|
355
|
+
}
|
|
356
|
+
.inline-activator hr[data-v-31c6a0cf] {
|
|
357
|
+
flex: 1;
|
|
358
|
+
display: inline-flex;
|
|
359
|
+
margin: 0;
|
|
360
|
+
border-top: 0.0625rem solid #455a64;
|
|
361
|
+
}
|
|
362
|
+
.inline-activator[data-v-31c6a0cf]:hover, .inline-activator[data-v-31c6a0cf]:focus {
|
|
363
|
+
padding: 0 0 1.25rem 0;
|
|
364
|
+
opacity: 1;
|
|
365
|
+
outline: none;
|
|
366
|
+
transition: opacity 0.3s 0.25s, padding 0.3s 0.1s;
|
|
367
|
+
}
|
|
368
|
+
.inline-activator.disabled[data-v-31c6a0cf], .inline-activator.disabled[data-v-31c6a0cf]:hover {
|
|
369
|
+
pointer-events: none;
|
|
370
|
+
}.list-item[data-v-cf214b0a] .v-list-item__append i {
|
|
371
|
+
opacity: 1 !important;
|
|
372
|
+
}
|
|
373
|
+
.list-item.readonly[data-v-cf214b0a] {
|
|
374
|
+
pointer-events: none;
|
|
375
|
+
}
|
|
376
|
+
.list-item.readonly .v-btn[data-v-cf214b0a] {
|
|
377
|
+
pointer-events: auto;
|
|
378
|
+
}
|
|
379
|
+
.list-item-active[data-v-cf214b0a] {
|
|
380
|
+
color: #f9c2d5;
|
|
381
|
+
}.v-list-group[data-v-a5d65e4d] {
|
|
382
|
+
--list-indent-size: 0.75rem;
|
|
383
|
+
}.file-name[data-v-2d9a2a84] {
|
|
384
|
+
font-size: 1rem;
|
|
385
|
+
display: -webkit-box;
|
|
386
|
+
-webkit-line-clamp: 2;
|
|
387
|
+
-webkit-box-orient: vertical;
|
|
388
|
+
overflow: hidden !important;
|
|
389
|
+
text-overflow: ellipsis !important;
|
|
390
|
+
word-wrap: break-word;
|
|
391
|
+
word-break: break-all;
|
|
392
|
+
}
|
|
393
|
+
.v-overlay[data-v-2d9a2a84] {
|
|
394
|
+
transition: all 0.3s ease;
|
|
395
|
+
}
|
|
396
|
+
.v-overlay.expanded[data-v-2d9a2a84] {
|
|
397
|
+
backdrop-filter: blur(18px);
|
|
398
|
+
}
|
|
399
|
+
.v-overlay[data-v-2d9a2a84] img {
|
|
400
|
+
max-width: 100%;
|
|
401
|
+
}
|
|
402
|
+
.v-label[data-v-2d9a2a84] {
|
|
403
|
+
opacity: 0.65;
|
|
404
|
+
}.v-sheet[data-v-b3ca3b5a] {
|
|
405
|
+
display: flex;
|
|
406
|
+
padding: 0.25rem;
|
|
407
|
+
gap: 0.125rem;
|
|
408
|
+
}
|
|
409
|
+
.v-sheet .v-divider[data-v-b3ca3b5a] {
|
|
410
|
+
margin: 0 0.125rem;
|
|
411
|
+
}
|
|
412
|
+
.v-btn[data-v-b3ca3b5a] {
|
|
413
|
+
color: currentColor !important;
|
|
414
|
+
}
|
|
415
|
+
.v-btn[data-v-b3ca3b5a] .v-icon {
|
|
416
|
+
font-size: 1.24rem !important;
|
|
417
|
+
}[data-v-1c744653] .ProseMirror {
|
|
418
|
+
overflow-y: auto;
|
|
419
|
+
outline: none;
|
|
420
|
+
width: 100%;
|
|
421
|
+
}
|
|
422
|
+
[data-v-1c744653] .ProseMirror > * + * {
|
|
423
|
+
margin-top: 0.75em;
|
|
424
|
+
}
|
|
425
|
+
[data-v-1c744653] .ProseMirror ul,[data-v-1c744653] .ProseMirror ol {
|
|
426
|
+
padding: 0 1rem;
|
|
427
|
+
}
|
|
428
|
+
[data-v-1c744653] .ProseMirror pre {
|
|
429
|
+
background: #0d0d0d;
|
|
430
|
+
color: #fff;
|
|
431
|
+
padding: 0.75rem 1rem;
|
|
432
|
+
border-radius: 0.5rem;
|
|
433
|
+
}
|
|
434
|
+
[data-v-1c744653] .ProseMirror pre code {
|
|
435
|
+
color: inherit;
|
|
436
|
+
padding: 0;
|
|
437
|
+
background: none;
|
|
438
|
+
font-size: 0.8rem;
|
|
439
|
+
}
|
|
440
|
+
[data-v-1c744653] .ProseMirror blockquote {
|
|
441
|
+
padding-left: 1rem;
|
|
442
|
+
border-left: 2px solid color-mix(in srgb, currentColor 20%, transparent);
|
|
443
|
+
}
|
|
444
|
+
.v-field--center-affix[data-v-1c744653] .v-label.v-field-label:not(.v-field-label--floating) {
|
|
445
|
+
top: calc(50% - 1.125rem);
|
|
446
|
+
}[data-v-bc8a4bf2] .add-element-container {
|
|
447
|
+
margin-top: 1rem !important;
|
|
448
|
+
}
|
|
449
|
+
[data-v-bc8a4bf2] .add-element-container .v-btn {
|
|
450
|
+
margin-top: 0 !important;
|
|
451
|
+
margin-bottom: 0.5rem !important;
|
|
452
|
+
}
|
|
453
|
+
[data-v-bc8a4bf2] .list-group {
|
|
454
|
+
padding: 1rem 2.5rem;
|
|
455
|
+
}
|
|
456
|
+
[data-v-bc8a4bf2] .list-group .contained-content {
|
|
457
|
+
margin: 0;
|
|
458
|
+
}
|
|
459
|
+
[data-v-bc8a4bf2] .v-input__details {
|
|
460
|
+
padding-inline: 1rem;
|
|
461
|
+
}
|
|
462
|
+
.question[data-v-bc8a4bf2] {
|
|
463
|
+
position: relative;
|
|
464
|
+
}
|
|
465
|
+
.question[data-v-bc8a4bf2]::after {
|
|
466
|
+
content: "";
|
|
467
|
+
position: absolute;
|
|
468
|
+
height: 100%;
|
|
469
|
+
left: 0;
|
|
470
|
+
top: 0;
|
|
471
|
+
width: 100%;
|
|
472
|
+
border: 1px solid currentColor;
|
|
473
|
+
opacity: 0.38;
|
|
474
|
+
pointer-events: none;
|
|
475
|
+
border-radius: inherit;
|
|
476
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
477
|
+
}
|
|
478
|
+
.question.focused[data-v-bc8a4bf2]::after {
|
|
479
|
+
opacity: 1;
|
|
480
|
+
border-width: 2px;
|
|
481
|
+
}
|
|
482
|
+
.question[data-v-bc8a4bf2]:hover::after {
|
|
483
|
+
opacity: 0.87;
|
|
484
|
+
}
|
|
485
|
+
.v-input--error .question[data-v-bc8a4bf2]::after {
|
|
486
|
+
color: rgb(var(--v-theme-error));
|
|
487
|
+
opacity: 1;
|
|
488
|
+
}[data-v-da04ead1] .v-input__control {
|
|
489
|
+
flex-wrap: wrap;
|
|
490
|
+
}.drag-handle[data-v-1a62f88d] {
|
|
491
|
+
margin: 0.625rem 0 0.625rem -0.5rem;
|
|
492
|
+
}
|
|
493
|
+
.diff.new[data-v-1a62f88d] {
|
|
494
|
+
border: none;
|
|
495
|
+
box-shadow: 0 0 0 2px rgb(var(--v-theme-success-lighten-4)) !important;
|
|
496
|
+
}
|
|
497
|
+
.diff.changed[data-v-1a62f88d], .diff.removed[data-v-1a62f88d] {
|
|
498
|
+
border: none;
|
|
499
|
+
box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
|
|
500
|
+
}/*!
|
|
501
|
+
* Quill Editor v2.0.3
|
|
502
|
+
* https://quilljs.com
|
|
503
|
+
* Copyright (c) 2017-2024, Slab
|
|
504
|
+
* Copyright (c) 2014, Jason Chen
|
|
505
|
+
* Copyright (c) 2013, salesforce.com
|
|
506
|
+
*/
|
|
507
|
+
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}
|
|
508
|
+
|
|
509
|
+
/*# sourceMappingURL=quill.core.css.map*//*!
|
|
510
|
+
* Quill Editor v2.0.3
|
|
511
|
+
* https://quilljs.com
|
|
512
|
+
* Copyright (c) 2017-2024, Slab
|
|
513
|
+
* Copyright (c) 2014, Jason Chen
|
|
514
|
+
* Copyright (c) 2013, salesforce.com
|
|
515
|
+
*/
|
|
516
|
+
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
|
|
517
|
+
|
|
518
|
+
/*# sourceMappingURL=quill.snow.css.map*//*!
|
|
519
|
+
* Quill Editor v2.0.3
|
|
520
|
+
* https://quilljs.com
|
|
521
|
+
* Copyright (c) 2017-2024, Slab
|
|
522
|
+
* Copyright (c) 2014, Jason Chen
|
|
523
|
+
* Copyright (c) 2013, salesforce.com
|
|
524
|
+
*/
|
|
525
|
+
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:'';display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble{box-sizing:border-box}.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:'';display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label::before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label::before,.ql-bubble .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label::before,.ql-bubble .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label::before,.ql-bubble .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\00D7";font-size:16px;font-weight:bold}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:normal;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease 200ms;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after{visibility:visible}
|
|
526
|
+
|
|
527
|
+
/*# sourceMappingURL=quill.bubble.css.map*/.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.ql-color-picker .ql-picker-options .picker-item__none {
|
|
528
|
+
float: none;
|
|
529
|
+
display: inline-flex;
|
|
530
|
+
width: 100%;
|
|
531
|
+
height: 30px;
|
|
532
|
+
padding: 0 1px;
|
|
533
|
+
line-height: 30px;
|
|
534
|
+
text-align: left;
|
|
535
|
+
align-items: center;
|
|
536
|
+
vertical-align: middle;
|
|
537
|
+
}
|
|
538
|
+
.ql-color-picker .ql-picker-options .picker-item__none .icon {
|
|
539
|
+
vertical-align: top;
|
|
540
|
+
margin-right: 4px;
|
|
541
|
+
font-size: 18px;
|
|
542
|
+
}.ql-tooltip.ql-image-embed::before {
|
|
543
|
+
content: none;
|
|
544
|
+
}
|
|
545
|
+
.ql-tooltip.ql-image-embed label {
|
|
546
|
+
margin: 0 8px 0 0;
|
|
547
|
+
line-height: 26px;
|
|
548
|
+
}
|
|
549
|
+
.ql-tooltip.ql-image-embed input[type=text] {
|
|
550
|
+
display: initial;
|
|
551
|
+
}
|
|
552
|
+
.ql-tooltip.ql-image-embed input[type=text]:focus {
|
|
553
|
+
outline: none;
|
|
554
|
+
}
|
|
555
|
+
.ql-tooltip.ql-image-embed .action {
|
|
556
|
+
transition: none;
|
|
557
|
+
margin-left: 16px;
|
|
558
|
+
padding-right: 8px;
|
|
559
|
+
}.tce-container[data-v-0a28b1f1] {
|
|
560
|
+
text-align: left;
|
|
561
|
+
}
|
|
562
|
+
.ql-container.ql-snow[data-v-0a28b1f1] {
|
|
563
|
+
border: none;
|
|
564
|
+
font-size: 1rem;
|
|
565
|
+
}
|
|
566
|
+
[data-v-0a28b1f1] .ql-editor {
|
|
567
|
+
min-height: 10.5rem;
|
|
568
|
+
}
|
|
569
|
+
[data-v-0a28b1f1] .ql-editor.ql-blank::before {
|
|
570
|
+
width: 100%;
|
|
571
|
+
}
|
|
572
|
+
[data-v-0a28b1f1] .ql-editor img {
|
|
573
|
+
vertical-align: initial;
|
|
574
|
+
}.tce-html-toolbar {
|
|
575
|
+
display: flex;
|
|
576
|
+
align-items: center;
|
|
577
|
+
height: 4.5rem;
|
|
578
|
+
padding: 0 0.5rem;
|
|
579
|
+
text-align: initial;
|
|
580
|
+
}
|
|
581
|
+
.ql-toolbar .icon {
|
|
582
|
+
width: 1.5rem;
|
|
583
|
+
height: 1.5rem;
|
|
584
|
+
font-size: 1.5rem;
|
|
585
|
+
line-height: 1.5rem;
|
|
586
|
+
color: #333;
|
|
587
|
+
vertical-align: top;
|
|
588
|
+
}
|
|
589
|
+
.ql-toolbar .ql-direction span:last-child {
|
|
590
|
+
display: none;
|
|
591
|
+
}
|
|
592
|
+
.ql-toolbar .ql-direction.ql-active span:last-child {
|
|
593
|
+
display: initial;
|
|
594
|
+
}
|
|
595
|
+
.ql-toolbar .ql-direction.ql-active span:first-child {
|
|
596
|
+
display: none;
|
|
597
|
+
}
|
|
598
|
+
.ql-formats {
|
|
599
|
+
display: inline-flex !important;
|
|
600
|
+
margin-right: unset !important;
|
|
601
|
+
gap: 0.125rem;
|
|
602
|
+
}
|
|
603
|
+
.ql-formats + .ql-formats::before {
|
|
604
|
+
content: "";
|
|
605
|
+
display: block;
|
|
606
|
+
width: 1px;
|
|
607
|
+
background: #e6e6e6;
|
|
608
|
+
margin: 0.125rem;
|
|
609
|
+
}
|
|
610
|
+
.ql-formats .ql-picker-label {
|
|
611
|
+
border: none !important;
|
|
612
|
+
}
|
|
613
|
+
.ql-formats .ql-picker-label:hover,
|
|
614
|
+
.ql-formats .ql-picker.ql-expanded {
|
|
615
|
+
border: none !important;
|
|
616
|
+
}
|
|
617
|
+
.ql-formats .ql-picker-label:hover .ql-picker-label,
|
|
618
|
+
.ql-formats .ql-picker.ql-expanded .ql-picker-label {
|
|
619
|
+
background: rgba(51, 51, 51, 0.08);
|
|
620
|
+
}
|
|
621
|
+
.ql-formats button,
|
|
622
|
+
.ql-formats .ql-color-picker .ql-picker-label,
|
|
623
|
+
.ql-formats .ql-icon-picker .ql-picker-label {
|
|
624
|
+
padding: 0;
|
|
625
|
+
border-radius: 8px;
|
|
626
|
+
display: flex;
|
|
627
|
+
justify-content: center;
|
|
628
|
+
align-items: center;
|
|
629
|
+
}
|
|
630
|
+
.ql-formats button,
|
|
631
|
+
.ql-formats .ql-color-picker,
|
|
632
|
+
.ql-formats .ql-icon-picker {
|
|
633
|
+
width: 2rem !important;
|
|
634
|
+
height: 2rem !important;
|
|
635
|
+
padding: 0 !important;
|
|
636
|
+
}
|
|
637
|
+
.ql-formats .ql-header:not(button),
|
|
638
|
+
.ql-formats .ql-font {
|
|
639
|
+
width: unset !important;
|
|
640
|
+
height: 2rem;
|
|
641
|
+
}
|
|
642
|
+
.ql-formats .ql-header:not(button) .ql-picker-label,
|
|
643
|
+
.ql-formats .ql-font .ql-picker-label {
|
|
644
|
+
display: flex;
|
|
645
|
+
align-items: center;
|
|
646
|
+
padding: 0 1.5rem 0 0.5rem;
|
|
647
|
+
border-radius: 8px;
|
|
648
|
+
font-size: 1rem;
|
|
649
|
+
}
|
|
650
|
+
.ql-toolbar.ql-snow {
|
|
651
|
+
border: none;
|
|
652
|
+
}
|
|
653
|
+
.ql-toolbar.ql-snow button.ql-active,
|
|
654
|
+
.ql-toolbar.ql-snow .ql-picker-label.ql-active {
|
|
655
|
+
background: rgba(96, 125, 139, 0.12);
|
|
656
|
+
color: #607d8b;
|
|
657
|
+
}
|
|
658
|
+
.ql-toolbar.ql-snow button.ql-active .icon,
|
|
659
|
+
.ql-toolbar.ql-snow .ql-picker-label.ql-active .icon {
|
|
660
|
+
color: inherit;
|
|
661
|
+
}
|
|
662
|
+
.ql-toolbar.ql-snow button.ql-active .ql-stroke,
|
|
663
|
+
.ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-stroke {
|
|
664
|
+
stroke: currentcolor;
|
|
665
|
+
}
|
|
666
|
+
.ql-toolbar.ql-snow button.ql-active .ql-fill,
|
|
667
|
+
.ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-fill {
|
|
668
|
+
fill: currentcolor;
|
|
669
|
+
}
|
|
670
|
+
.ql-toolbar.ql-snow .ql-picker-item.ql-selected {
|
|
671
|
+
background: none;
|
|
672
|
+
color: #607d8b;
|
|
673
|
+
}
|
|
674
|
+
.ql-toolbar.ql-snow .ql-picker-item.ql-selected .icon {
|
|
675
|
+
color: inherit;
|
|
676
|
+
}
|
|
677
|
+
.ql-toolbar.ql-snow .ql-picker-item.ql-selected .ql-stroke {
|
|
678
|
+
stroke: currentcolor;
|
|
679
|
+
}
|
|
680
|
+
.ql-toolbar.ql-snow .ql-picker-item.ql-selected .ql-fill {
|
|
681
|
+
fill: currentcolor;
|
|
682
|
+
}
|
|
683
|
+
.ql-toolbar .tooltip {
|
|
684
|
+
position: absolute;
|
|
685
|
+
z-index: 999;
|
|
686
|
+
display: block;
|
|
687
|
+
margin-top: 0.5rem;
|
|
688
|
+
border: 1px solid #fff;
|
|
689
|
+
border-radius: 0;
|
|
690
|
+
padding: 0.375rem 0.75rem;
|
|
691
|
+
background: #2a2a2a;
|
|
692
|
+
cursor: default;
|
|
693
|
+
line-height: 1.42;
|
|
694
|
+
user-select: none;
|
|
695
|
+
}
|
|
696
|
+
.ql-toolbar .tooltip-arrow {
|
|
697
|
+
position: absolute;
|
|
698
|
+
top: -0.375rem;
|
|
699
|
+
left: calc(50% - 0.375rem);
|
|
700
|
+
margin: 0 0.375rem;
|
|
701
|
+
border: 0.375rem solid transparent;
|
|
702
|
+
width: 0;
|
|
703
|
+
height: 0;
|
|
704
|
+
border-top-width: 0;
|
|
705
|
+
border-bottom-color: #2a2a2a;
|
|
706
|
+
}
|
|
707
|
+
.ql-toolbar .tooltip-inner {
|
|
708
|
+
padding: 0;
|
|
709
|
+
font-size: 0.96rem;
|
|
710
|
+
font-weight: 500;
|
|
711
|
+
text-align: center;
|
|
712
|
+
color: #fff;
|
|
713
|
+
}
|