s-platform-landing-section 0.1.10-alpha.6 → 0.1.10-alpha.8

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/dist/index.css CHANGED
@@ -24,23 +24,23 @@
24
24
  --ck-todo-list-checkmark-size: 16px;
25
25
  }
26
26
 
27
- ._INtmQ {
27
+ ._ckeditor__ck-content__INtmQ {
28
28
  font-size: 16px;
29
29
  text-align: justify;
30
30
  line-height: 1.6;
31
31
  }
32
32
 
33
- ._INtmQ * {
33
+ ._ckeditor__ck-content__INtmQ * {
34
34
  font-family: inherit;
35
35
  }
36
36
 
37
- ._INtmQ img {
37
+ ._ckeditor__ck-content__INtmQ img {
38
38
  max-width: 100%;
39
39
  height: auto;
40
40
  }
41
41
 
42
42
  /* ckeditor5-block-quote/theme/blockquote.css */
43
- ._INtmQ blockquote {
43
+ ._ckeditor__ck-content__INtmQ blockquote {
44
44
  overflow: hidden;
45
45
  padding-right: 1.5em;
46
46
  padding-left: 1.5em;
@@ -50,60 +50,60 @@
50
50
  border-left: solid 5px hsl(0, 0%, 80%);
51
51
  }
52
52
  /* ckeditor5-block-quote/theme/blockquote.css */
53
- ._INtmQ[dir="rtl"] blockquote {
53
+ ._ckeditor__ck-content__INtmQ[dir="rtl"] blockquote {
54
54
  border-left: 0;
55
55
  border-right: solid 5px hsl(0, 0%, 80%);
56
56
  }
57
57
  /* ckeditor5-basic-styles/theme/code.css */
58
- ._INtmQ code {
58
+ ._ckeditor__ck-content__INtmQ code {
59
59
  background-color: hsla(0, 0%, 78%, 0.3);
60
60
  padding: 0.15em;
61
61
  border-radius: 2px;
62
62
  }
63
63
  /* ckeditor5-font/theme/fontsize.css */
64
- ._INtmQ ._2Nzu4 {
64
+ ._ckeditor__ck-content__INtmQ ._ckeditor__text-tiny__2Nzu4 {
65
65
  font-size: 0.7em;
66
66
  }
67
67
  /* ckeditor5-font/theme/fontsize.css */
68
- ._INtmQ ._3Bw1W {
68
+ ._ckeditor__ck-content__INtmQ ._ckeditor__text-small__3Bw1W {
69
69
  font-size: 0.85em;
70
70
  }
71
71
  /* ckeditor5-font/theme/fontsize.css */
72
- ._INtmQ ._23ByV {
72
+ ._ckeditor__ck-content__INtmQ ._ckeditor__text-big__23ByV {
73
73
  font-size: 1.4em;
74
74
  }
75
75
  /* ckeditor5-font/theme/fontsize.css */
76
- ._INtmQ ._YNc9t {
76
+ ._ckeditor__ck-content__INtmQ ._ckeditor__text-huge__YNc9t {
77
77
  font-size: 1.8em;
78
78
  }
79
79
  /* ckeditor5-highlight/theme/highlight.css */
80
- ._INtmQ ._2g1Sy {
80
+ ._ckeditor__ck-content__INtmQ ._ckeditor__marker-yellow__2g1Sy {
81
81
  background-color: var(--ck-highlight-marker-yellow);
82
82
  }
83
83
  /* ckeditor5-highlight/theme/highlight.css */
84
- ._INtmQ ._3YeUN {
84
+ ._ckeditor__ck-content__INtmQ ._ckeditor__marker-green__3YeUN {
85
85
  background-color: var(--ck-highlight-marker-green);
86
86
  }
87
87
  /* ckeditor5-highlight/theme/highlight.css */
88
- ._INtmQ ._3iLbL {
88
+ ._ckeditor__ck-content__INtmQ ._ckeditor__marker-pink__3iLbL {
89
89
  background-color: var(--ck-highlight-marker-pink);
90
90
  }
91
91
  /* ckeditor5-highlight/theme/highlight.css */
92
- ._INtmQ ._3JgAn {
92
+ ._ckeditor__ck-content__INtmQ ._ckeditor__marker-blue__3JgAn {
93
93
  background-color: var(--ck-highlight-marker-blue);
94
94
  }
95
95
  /* ckeditor5-highlight/theme/highlight.css */
96
- ._INtmQ ._1ai47 {
96
+ ._ckeditor__ck-content__INtmQ ._ckeditor__pen-red__1ai47 {
97
97
  color: var(--ck-highlight-pen-red);
98
98
  background-color: transparent;
99
99
  }
100
100
  /* ckeditor5-highlight/theme/highlight.css */
101
- ._INtmQ ._3dQ2z {
101
+ ._ckeditor__ck-content__INtmQ ._ckeditor__pen-green__3dQ2z {
102
102
  color: var(--ck-highlight-pen-green);
103
103
  background-color: transparent;
104
104
  }
105
105
  /* ckeditor5-image/theme/image.css */
106
- ._INtmQ ._1Ur07 {
106
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07 {
107
107
  display: table;
108
108
  clear: both;
109
109
  text-align: center;
@@ -111,14 +111,14 @@
111
111
  min-width: 50px;
112
112
  }
113
113
  /* ckeditor5-image/theme/image.css */
114
- ._INtmQ ._1Ur07 img {
114
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07 img {
115
115
  display: block;
116
116
  margin: 0 auto;
117
117
  max-width: 100%;
118
118
  min-width: 100%;
119
119
  }
120
120
  /* ckeditor5-image/theme/image.css */
121
- ._INtmQ ._yE-uS {
121
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS {
122
122
  /*
123
123
  * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
124
124
  * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
@@ -129,32 +129,32 @@
129
129
  align-items: flex-start;
130
130
  }
131
131
  /* ckeditor5-image/theme/image.css */
132
- ._INtmQ ._yE-uS picture {
132
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS picture {
133
133
  display: flex;
134
134
  }
135
135
  /* ckeditor5-image/theme/image.css */
136
- ._INtmQ ._yE-uS picture,
137
- ._INtmQ ._yE-uS img {
136
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS picture,
137
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS img {
138
138
  flex-grow: 1;
139
139
  flex-shrink: 1;
140
140
  max-width: 100%;
141
141
  }
142
142
  /* ckeditor5-image/theme/imageresize.css */
143
- ._INtmQ ._1Ur07._2OPFU {
143
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07._ckeditor__image_resized__2OPFU {
144
144
  max-width: 100%;
145
145
  display: block;
146
146
  box-sizing: border-box;
147
147
  }
148
148
  /* ckeditor5-image/theme/imageresize.css */
149
- ._INtmQ ._1Ur07._2OPFU img {
149
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07._ckeditor__image_resized__2OPFU img {
150
150
  width: 100%;
151
151
  }
152
152
  /* ckeditor5-image/theme/imageresize.css */
153
- ._INtmQ ._1Ur07._2OPFU > figcaption {
153
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07._ckeditor__image_resized__2OPFU > figcaption {
154
154
  display: block;
155
155
  }
156
156
  /* ckeditor5-image/theme/imagecaption.css */
157
- ._INtmQ ._1Ur07 > figcaption {
157
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image__1Ur07 > figcaption {
158
158
  display: table-caption;
159
159
  caption-side: bottom;
160
160
  word-break: break-word;
@@ -165,80 +165,80 @@
165
165
  outline-offset: -1px;
166
166
  }
167
167
  /* ckeditor5-image/theme/imagestyle.css */
168
- ._INtmQ ._3q5sI,
169
- ._INtmQ ._2eWzY {
168
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-block-align-left__3q5sI,
169
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-block-align-right__2eWzY {
170
170
  max-width: calc(100% - var(--ck-image-style-spacing));
171
171
  }
172
172
  /* ckeditor5-image/theme/imagestyle.css */
173
- ._INtmQ ._3sXJ8,
174
- ._INtmQ ._2sJSk {
173
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-align-left__3sXJ8,
174
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-align-right__2sJSk {
175
175
  clear: none;
176
176
  }
177
177
  /* ckeditor5-image/theme/imagestyle.css */
178
- ._INtmQ ._3meXK {
178
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-side__3meXK {
179
179
  float: right;
180
180
  margin-left: var(--ck-image-style-spacing);
181
181
  max-width: 50%;
182
182
  }
183
183
  /* ckeditor5-image/theme/imagestyle.css */
184
- ._INtmQ ._3sXJ8 {
184
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-align-left__3sXJ8 {
185
185
  float: left;
186
186
  margin-right: var(--ck-image-style-spacing);
187
187
  }
188
188
  /* ckeditor5-image/theme/imagestyle.css */
189
- ._INtmQ ._2Pm_U {
189
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-align-center__2Pm_U {
190
190
  margin-left: auto;
191
191
  margin-right: auto;
192
192
  }
193
193
  /* ckeditor5-image/theme/imagestyle.css */
194
- ._INtmQ ._2sJSk {
194
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-align-right__2sJSk {
195
195
  float: right;
196
196
  margin-left: var(--ck-image-style-spacing);
197
197
  }
198
198
  /* ckeditor5-image/theme/imagestyle.css */
199
- ._INtmQ ._2eWzY {
199
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-block-align-right__2eWzY {
200
200
  margin-right: 0;
201
201
  margin-left: auto;
202
202
  }
203
203
  /* ckeditor5-image/theme/imagestyle.css */
204
- ._INtmQ ._3q5sI {
204
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-style-block-align-left__3q5sI {
205
205
  margin-left: 0;
206
206
  margin-right: auto;
207
207
  }
208
208
  /* ckeditor5-image/theme/imagestyle.css */
209
- ._INtmQ p + ._3sXJ8,
210
- ._INtmQ p + ._2sJSk,
211
- ._INtmQ p + ._3meXK {
209
+ ._ckeditor__ck-content__INtmQ p + ._ckeditor__image-style-align-left__3sXJ8,
210
+ ._ckeditor__ck-content__INtmQ p + ._ckeditor__image-style-align-right__2sJSk,
211
+ ._ckeditor__ck-content__INtmQ p + ._ckeditor__image-style-side__3meXK {
212
212
  margin-top: 0;
213
213
  }
214
214
  /* ckeditor5-image/theme/imagestyle.css */
215
- ._INtmQ ._yE-uS._3sXJ8,
216
- ._INtmQ ._yE-uS._2sJSk {
215
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS._ckeditor__image-style-align-left__3sXJ8,
216
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS._ckeditor__image-style-align-right__2sJSk {
217
217
  margin-top: var(--ck-inline-image-style-spacing);
218
218
  margin-bottom: var(--ck-inline-image-style-spacing);
219
219
  }
220
220
  /* ckeditor5-image/theme/imagestyle.css */
221
- ._INtmQ ._yE-uS._3sXJ8 {
221
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS._ckeditor__image-style-align-left__3sXJ8 {
222
222
  margin-right: var(--ck-inline-image-style-spacing);
223
223
  }
224
224
  /* ckeditor5-image/theme/imagestyle.css */
225
- ._INtmQ ._yE-uS._2sJSk {
225
+ ._ckeditor__ck-content__INtmQ ._ckeditor__image-inline__yE-uS._ckeditor__image-style-align-right__2sJSk {
226
226
  margin-left: var(--ck-inline-image-style-spacing);
227
227
  }
228
228
  /* ckeditor5-list/theme/todolist.css */
229
- ._INtmQ ._3vj9z {
229
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z {
230
230
  list-style: none;
231
231
  }
232
232
  /* ckeditor5-list/theme/todolist.css */
233
- ._INtmQ ._3vj9z li {
233
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z li {
234
234
  margin-bottom: 5px;
235
235
  }
236
236
  /* ckeditor5-list/theme/todolist.css */
237
- ._INtmQ ._3vj9z li ._3vj9z {
237
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z li ._ckeditor__todo-list__3vj9z {
238
238
  margin-top: 5px;
239
239
  }
240
240
  /* ckeditor5-list/theme/todolist.css */
241
- ._INtmQ ._3vj9z ._bmMgO > input {
241
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO > input {
242
242
  -webkit-appearance: none;
243
243
  display: inline-block;
244
244
  position: relative;
@@ -252,7 +252,7 @@
252
252
  margin-left: 0;
253
253
  }
254
254
  /* ckeditor5-list/theme/todolist.css */
255
- ._INtmQ ._3vj9z ._bmMgO > input::before {
255
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO > input::before {
256
256
  display: block;
257
257
  position: absolute;
258
258
  box-sizing: border-box;
@@ -265,7 +265,7 @@
265
265
  250ms ease-in-out border;
266
266
  }
267
267
  /* ckeditor5-list/theme/todolist.css */
268
- ._INtmQ ._3vj9z ._bmMgO > input::after {
268
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO > input::after {
269
269
  display: block;
270
270
  position: absolute;
271
271
  box-sizing: content-box;
@@ -282,31 +282,31 @@
282
282
  transform: rotate(45deg);
283
283
  }
284
284
  /* ckeditor5-list/theme/todolist.css */
285
- ._INtmQ ._3vj9z ._bmMgO > input[checked]::before {
285
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO > input[checked]::before {
286
286
  background: hsl(126, 64%, 41%);
287
287
  border-color: hsl(126, 64%, 41%);
288
288
  }
289
289
  /* ckeditor5-list/theme/todolist.css */
290
- ._INtmQ ._3vj9z ._bmMgO > input[checked]::after {
290
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO > input[checked]::after {
291
291
  border-color: hsl(0, 0%, 100%);
292
292
  }
293
293
  /* ckeditor5-list/theme/todolist.css */
294
- ._INtmQ ._3vj9z ._bmMgO ._2c7uQ {
294
+ ._ckeditor__ck-content__INtmQ ._ckeditor__todo-list__3vj9z ._ckeditor__todo-list__label__bmMgO ._ckeditor__todo-list__label__description__2c7uQ {
295
295
  vertical-align: middle;
296
296
  }
297
297
  /* ckeditor5-language/theme/language.css */
298
- ._INtmQ span[lang] {
298
+ ._ckeditor__ck-content__INtmQ span[lang] {
299
299
  font-style: italic;
300
300
  }
301
301
  /* ckeditor5-media-embed/theme/mediaembed.css */
302
- ._INtmQ ._1V3Bw {
302
+ ._ckeditor__ck-content__INtmQ ._ckeditor__media__1V3Bw {
303
303
  clear: both;
304
304
  margin: 0.9em 0;
305
305
  display: block;
306
306
  min-width: 15em;
307
307
  }
308
308
  /* ckeditor5-page-break/theme/pagebreak.css */
309
- ._INtmQ ._1KY2h {
309
+ ._ckeditor__ck-content__INtmQ ._ckeditor__page-break__1KY2h {
310
310
  position: relative;
311
311
  clear: both;
312
312
  padding: 5px 0;
@@ -315,14 +315,14 @@
315
315
  justify-content: center;
316
316
  }
317
317
  /* ckeditor5-page-break/theme/pagebreak.css */
318
- ._INtmQ ._1KY2h::after {
318
+ ._ckeditor__ck-content__INtmQ ._ckeditor__page-break__1KY2h::after {
319
319
  content: "";
320
320
  position: absolute;
321
321
  border-bottom: 2px dashed hsl(0, 0%, 77%);
322
322
  width: 100%;
323
323
  }
324
324
  /* ckeditor5-page-break/theme/pagebreak.css */
325
- ._INtmQ ._3QvTN {
325
+ ._ckeditor__ck-content__INtmQ ._ckeditor__page-break__label__3QvTN {
326
326
  position: relative;
327
327
  z-index: 1;
328
328
  padding: 0.3em 0.6em;
@@ -341,20 +341,20 @@
341
341
  user-select: none;
342
342
  }
343
343
  /* ckeditor5-table/theme/tablecolumnresize.css */
344
- ._INtmQ ._1vLwZ ._1O0lR {
344
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ ._ckeditor__ck-table-resized__1O0lR {
345
345
  table-layout: fixed;
346
346
  }
347
347
  /* ckeditor5-table/theme/tablecolumnresize.css */
348
- ._INtmQ ._1vLwZ table {
348
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ table {
349
349
  overflow: hidden;
350
350
  }
351
351
  /* ckeditor5-table/theme/tablecolumnresize.css */
352
- ._INtmQ ._1vLwZ td,
353
- ._INtmQ ._1vLwZ th {
352
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ td,
353
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ th {
354
354
  position: relative;
355
355
  }
356
356
  /* ckeditor5-table/theme/tablecaption.css */
357
- ._INtmQ ._1vLwZ > figcaption {
357
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ > figcaption {
358
358
  display: table-caption;
359
359
  caption-side: top;
360
360
  word-break: break-word;
@@ -366,12 +366,12 @@
366
366
  outline-offset: -1px;
367
367
  }
368
368
  /* ckeditor5-table/theme/table.css */
369
- ._INtmQ ._1vLwZ {
369
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ {
370
370
  margin: 0.9em auto;
371
371
  display: table;
372
372
  }
373
373
  /* ckeditor5-table/theme/table.css */
374
- ._INtmQ ._1vLwZ table {
374
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ table {
375
375
  border-collapse: collapse;
376
376
  border-spacing: 0;
377
377
  width: 100%;
@@ -379,27 +379,27 @@
379
379
  border: 1px double hsl(0, 0%, 70%);
380
380
  }
381
381
  /* ckeditor5-table/theme/table.css */
382
- ._INtmQ ._1vLwZ table td,
383
- ._INtmQ ._1vLwZ table th {
382
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ table td,
383
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ table th {
384
384
  min-width: 2em;
385
385
  padding: 0.4em;
386
386
  border: 1px solid hsl(0, 0%, 75%);
387
387
  }
388
388
  /* ckeditor5-table/theme/table.css */
389
- ._INtmQ ._1vLwZ table th {
389
+ ._ckeditor__ck-content__INtmQ ._ckeditor__table__1vLwZ table th {
390
390
  font-weight: bold;
391
391
  background: hsla(0, 0%, 0%, 5%);
392
392
  }
393
393
  /* ckeditor5-table/theme/table.css */
394
- ._INtmQ[dir="rtl"] ._1vLwZ th {
394
+ ._ckeditor__ck-content__INtmQ[dir="rtl"] ._ckeditor__table__1vLwZ th {
395
395
  text-align: right;
396
396
  }
397
397
  /* ckeditor5-table/theme/table.css */
398
- ._INtmQ[dir="ltr"] ._1vLwZ th {
398
+ ._ckeditor__ck-content__INtmQ[dir="ltr"] ._ckeditor__table__1vLwZ th {
399
399
  text-align: left;
400
400
  }
401
401
  /* ckeditor5-code-block/theme/codeblock.css */
402
- ._INtmQ pre {
402
+ ._ckeditor__ck-content__INtmQ pre {
403
403
  padding: 1em;
404
404
  color: hsl(0, 0%, 20.8%);
405
405
  background: hsla(0, 0%, 78%, 0.3);
@@ -415,66 +415,66 @@
415
415
  min-width: 200px;
416
416
  }
417
417
  /* ckeditor5-code-block/theme/codeblock.css */
418
- ._INtmQ pre code {
418
+ ._ckeditor__ck-content__INtmQ pre code {
419
419
  background: unset;
420
420
  padding: 0;
421
421
  border-radius: 0;
422
422
  }
423
423
  /* ckeditor5-horizontal-line/theme/horizontalline.css */
424
- ._INtmQ hr {
424
+ ._ckeditor__ck-content__INtmQ hr {
425
425
  margin: 15px 0;
426
426
  height: 4px;
427
427
  background: hsl(0, 0%, 87%);
428
428
  border: 0;
429
429
  }
430
430
  /* ckeditor5-mention/theme/mention.css */
431
- ._INtmQ ._KQcl- {
431
+ ._ckeditor__ck-content__INtmQ ._ckeditor__mention__KQcl- {
432
432
  background: var(--ck-color-mention-background);
433
433
  color: var(--ck-color-mention-text);
434
434
  }
435
435
  /* ckeditor5-list/theme/liststyles.css */
436
- ._INtmQ ol {
436
+ ._ckeditor__ck-content__INtmQ ol {
437
437
  list-style-type: decimal;
438
438
  }
439
439
  /* ckeditor5-list/theme/liststyles.css */
440
- ._INtmQ ol ol {
440
+ ._ckeditor__ck-content__INtmQ ol ol {
441
441
  list-style-type: lower-latin;
442
442
  }
443
443
  /* ckeditor5-list/theme/liststyles.css */
444
- ._INtmQ ol ol ol {
444
+ ._ckeditor__ck-content__INtmQ ol ol ol {
445
445
  list-style-type: lower-roman;
446
446
  }
447
447
  /* ckeditor5-list/theme/liststyles.css */
448
- ._INtmQ ol ol ol ol {
448
+ ._ckeditor__ck-content__INtmQ ol ol ol ol {
449
449
  list-style-type: upper-latin;
450
450
  }
451
451
  /* ckeditor5-list/theme/liststyles.css */
452
- ._INtmQ ol ol ol ol ol {
452
+ ._ckeditor__ck-content__INtmQ ol ol ol ol ol {
453
453
  list-style-type: upper-roman;
454
454
  }
455
455
  /* ckeditor5-list/theme/liststyles.css */
456
- ._INtmQ ul {
456
+ ._ckeditor__ck-content__INtmQ ul {
457
457
  list-style-type: circle;
458
458
  }
459
459
  /* ckeditor5-list/theme/liststyles.css */
460
- ._INtmQ ul ul {
460
+ ._ckeditor__ck-content__INtmQ ul ul {
461
461
  list-style-type: disc;
462
462
  }
463
463
  /* ckeditor5-list/theme/liststyles.css */
464
- ._INtmQ ul ul ul {
464
+ ._ckeditor__ck-content__INtmQ ul ul ul {
465
465
  list-style-type: square;
466
466
  }
467
467
  /* ckeditor5-list/theme/liststyles.css */
468
- ._INtmQ ul ul ul ul {
468
+ ._ckeditor__ck-content__INtmQ ul ul ul ul {
469
469
  list-style-type: square;
470
470
  }
471
471
  @media print {
472
472
  /* ckeditor5-page-break/theme/pagebreak.css */
473
- ._INtmQ ._1KY2h {
473
+ ._ckeditor__ck-content__INtmQ ._ckeditor__page-break__1KY2h {
474
474
  padding: 0;
475
475
  }
476
476
  /* ckeditor5-page-break/theme/pagebreak.css */
477
- ._INtmQ ._1KY2h::after {
477
+ ._ckeditor__ck-content__INtmQ ._ckeditor__page-break__1KY2h::after {
478
478
  display: none;
479
479
  }
480
480
  }