s-platform-landing-section 0.1.10 → 0.1.12

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
@@ -1 +1,480 @@
1
1
  @import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
2
+
3
+ /*
4
+ * CKEditor 5 (v35.4.0) content styles.
5
+ * Generated on Thu, 22 Dec 2022 08:47:58 GMT.
6
+ * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
7
+ */
8
+
9
+ :root {
10
+ --ck-color-image-caption-background: hsl(0, 0%, 97%);
11
+ --ck-color-image-caption-text: hsl(0, 0%, 20%);
12
+ --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
13
+ --ck-color-mention-text: hsl(341, 100%, 30%);
14
+ --ck-color-table-caption-background: hsl(0, 0%, 97%);
15
+ --ck-color-table-caption-text: hsl(0, 0%, 20%);
16
+ --ck-highlight-marker-blue: hsl(201, 97%, 72%);
17
+ --ck-highlight-marker-green: hsl(120, 93%, 68%);
18
+ --ck-highlight-marker-pink: hsl(345, 96%, 73%);
19
+ --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
20
+ --ck-highlight-pen-green: hsl(112, 100%, 27%);
21
+ --ck-highlight-pen-red: hsl(0, 85%, 49%);
22
+ --ck-image-style-spacing: 1.5em;
23
+ --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
24
+ --ck-todo-list-checkmark-size: 16px;
25
+ }
26
+
27
+ ._INtmQ {
28
+ font-size: 16px;
29
+ text-align: justify;
30
+ line-height: 1.6;
31
+ }
32
+
33
+ ._INtmQ * {
34
+ font-family: inherit;
35
+ }
36
+
37
+ ._INtmQ img {
38
+ max-width: 100%;
39
+ height: auto;
40
+ }
41
+
42
+ /* ckeditor5-block-quote/theme/blockquote.css */
43
+ ._INtmQ blockquote {
44
+ overflow: hidden;
45
+ padding-right: 1.5em;
46
+ padding-left: 1.5em;
47
+ margin-left: 0;
48
+ margin-right: 0;
49
+ font-style: italic;
50
+ border-left: solid 5px hsl(0, 0%, 80%);
51
+ }
52
+ /* ckeditor5-block-quote/theme/blockquote.css */
53
+ ._INtmQ[dir="rtl"] blockquote {
54
+ border-left: 0;
55
+ border-right: solid 5px hsl(0, 0%, 80%);
56
+ }
57
+ /* ckeditor5-basic-styles/theme/code.css */
58
+ ._INtmQ code {
59
+ background-color: hsla(0, 0%, 78%, 0.3);
60
+ padding: 0.15em;
61
+ border-radius: 2px;
62
+ }
63
+ /* ckeditor5-font/theme/fontsize.css */
64
+ ._INtmQ ._2Nzu4 {
65
+ font-size: 0.7em;
66
+ }
67
+ /* ckeditor5-font/theme/fontsize.css */
68
+ ._INtmQ ._3Bw1W {
69
+ font-size: 0.85em;
70
+ }
71
+ /* ckeditor5-font/theme/fontsize.css */
72
+ ._INtmQ ._23ByV {
73
+ font-size: 1.4em;
74
+ }
75
+ /* ckeditor5-font/theme/fontsize.css */
76
+ ._INtmQ ._YNc9t {
77
+ font-size: 1.8em;
78
+ }
79
+ /* ckeditor5-highlight/theme/highlight.css */
80
+ ._INtmQ ._2g1Sy {
81
+ background-color: var(--ck-highlight-marker-yellow);
82
+ }
83
+ /* ckeditor5-highlight/theme/highlight.css */
84
+ ._INtmQ ._3YeUN {
85
+ background-color: var(--ck-highlight-marker-green);
86
+ }
87
+ /* ckeditor5-highlight/theme/highlight.css */
88
+ ._INtmQ ._3iLbL {
89
+ background-color: var(--ck-highlight-marker-pink);
90
+ }
91
+ /* ckeditor5-highlight/theme/highlight.css */
92
+ ._INtmQ ._3JgAn {
93
+ background-color: var(--ck-highlight-marker-blue);
94
+ }
95
+ /* ckeditor5-highlight/theme/highlight.css */
96
+ ._INtmQ ._1ai47 {
97
+ color: var(--ck-highlight-pen-red);
98
+ background-color: transparent;
99
+ }
100
+ /* ckeditor5-highlight/theme/highlight.css */
101
+ ._INtmQ ._3dQ2z {
102
+ color: var(--ck-highlight-pen-green);
103
+ background-color: transparent;
104
+ }
105
+ /* ckeditor5-image/theme/image.css */
106
+ ._INtmQ ._1Ur07 {
107
+ display: table;
108
+ clear: both;
109
+ text-align: center;
110
+ margin: 0.9em auto;
111
+ min-width: 50px;
112
+ }
113
+ /* ckeditor5-image/theme/image.css */
114
+ ._INtmQ ._1Ur07 img {
115
+ display: block;
116
+ margin: 0 auto;
117
+ max-width: 100%;
118
+ min-width: 100%;
119
+ }
120
+ /* ckeditor5-image/theme/image.css */
121
+ ._INtmQ ._yE-uS {
122
+ /*
123
+ * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
124
+ * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
125
+ * This strange behavior does not happen with inline-flex.
126
+ */
127
+ display: inline-flex;
128
+ max-width: 100%;
129
+ align-items: flex-start;
130
+ }
131
+ /* ckeditor5-image/theme/image.css */
132
+ ._INtmQ ._yE-uS picture {
133
+ display: flex;
134
+ }
135
+ /* ckeditor5-image/theme/image.css */
136
+ ._INtmQ ._yE-uS picture,
137
+ ._INtmQ ._yE-uS img {
138
+ flex-grow: 1;
139
+ flex-shrink: 1;
140
+ max-width: 100%;
141
+ }
142
+ /* ckeditor5-image/theme/imageresize.css */
143
+ ._INtmQ ._1Ur07._2OPFU {
144
+ max-width: 100%;
145
+ display: block;
146
+ box-sizing: border-box;
147
+ }
148
+ /* ckeditor5-image/theme/imageresize.css */
149
+ ._INtmQ ._1Ur07._2OPFU img {
150
+ width: 100%;
151
+ }
152
+ /* ckeditor5-image/theme/imageresize.css */
153
+ ._INtmQ ._1Ur07._2OPFU > figcaption {
154
+ display: block;
155
+ }
156
+ /* ckeditor5-image/theme/imagecaption.css */
157
+ ._INtmQ ._1Ur07 > figcaption {
158
+ display: table-caption;
159
+ caption-side: bottom;
160
+ word-break: break-word;
161
+ color: var(--ck-color-image-caption-text);
162
+ background-color: var(--ck-color-image-caption-background);
163
+ padding: 0.6em;
164
+ font-size: 0.75em;
165
+ outline-offset: -1px;
166
+ }
167
+ /* ckeditor5-image/theme/imagestyle.css */
168
+ ._INtmQ ._3q5sI,
169
+ ._INtmQ ._2eWzY {
170
+ max-width: calc(100% - var(--ck-image-style-spacing));
171
+ }
172
+ /* ckeditor5-image/theme/imagestyle.css */
173
+ ._INtmQ ._3sXJ8,
174
+ ._INtmQ ._2sJSk {
175
+ clear: none;
176
+ }
177
+ /* ckeditor5-image/theme/imagestyle.css */
178
+ ._INtmQ ._3meXK {
179
+ float: right;
180
+ margin-left: var(--ck-image-style-spacing);
181
+ max-width: 50%;
182
+ }
183
+ /* ckeditor5-image/theme/imagestyle.css */
184
+ ._INtmQ ._3sXJ8 {
185
+ float: left;
186
+ margin-right: var(--ck-image-style-spacing);
187
+ }
188
+ /* ckeditor5-image/theme/imagestyle.css */
189
+ ._INtmQ ._2Pm_U {
190
+ margin-left: auto;
191
+ margin-right: auto;
192
+ }
193
+ /* ckeditor5-image/theme/imagestyle.css */
194
+ ._INtmQ ._2sJSk {
195
+ float: right;
196
+ margin-left: var(--ck-image-style-spacing);
197
+ }
198
+ /* ckeditor5-image/theme/imagestyle.css */
199
+ ._INtmQ ._2eWzY {
200
+ margin-right: 0;
201
+ margin-left: auto;
202
+ }
203
+ /* ckeditor5-image/theme/imagestyle.css */
204
+ ._INtmQ ._3q5sI {
205
+ margin-left: 0;
206
+ margin-right: auto;
207
+ }
208
+ /* ckeditor5-image/theme/imagestyle.css */
209
+ ._INtmQ p + ._3sXJ8,
210
+ ._INtmQ p + ._2sJSk,
211
+ ._INtmQ p + ._3meXK {
212
+ margin-top: 0;
213
+ }
214
+ /* ckeditor5-image/theme/imagestyle.css */
215
+ ._INtmQ ._yE-uS._3sXJ8,
216
+ ._INtmQ ._yE-uS._2sJSk {
217
+ margin-top: var(--ck-inline-image-style-spacing);
218
+ margin-bottom: var(--ck-inline-image-style-spacing);
219
+ }
220
+ /* ckeditor5-image/theme/imagestyle.css */
221
+ ._INtmQ ._yE-uS._3sXJ8 {
222
+ margin-right: var(--ck-inline-image-style-spacing);
223
+ }
224
+ /* ckeditor5-image/theme/imagestyle.css */
225
+ ._INtmQ ._yE-uS._2sJSk {
226
+ margin-left: var(--ck-inline-image-style-spacing);
227
+ }
228
+ /* ckeditor5-list/theme/todolist.css */
229
+ ._INtmQ ._3vj9z {
230
+ list-style: none;
231
+ }
232
+ /* ckeditor5-list/theme/todolist.css */
233
+ ._INtmQ ._3vj9z li {
234
+ margin-bottom: 5px;
235
+ }
236
+ /* ckeditor5-list/theme/todolist.css */
237
+ ._INtmQ ._3vj9z li ._3vj9z {
238
+ margin-top: 5px;
239
+ }
240
+ /* ckeditor5-list/theme/todolist.css */
241
+ ._INtmQ ._3vj9z ._bmMgO > input {
242
+ -webkit-appearance: none;
243
+ display: inline-block;
244
+ position: relative;
245
+ width: var(--ck-todo-list-checkmark-size);
246
+ height: var(--ck-todo-list-checkmark-size);
247
+ vertical-align: middle;
248
+ border: 0;
249
+ left: -25px;
250
+ margin-right: -15px;
251
+ right: 0;
252
+ margin-left: 0;
253
+ }
254
+ /* ckeditor5-list/theme/todolist.css */
255
+ ._INtmQ ._3vj9z ._bmMgO > input::before {
256
+ display: block;
257
+ position: absolute;
258
+ box-sizing: border-box;
259
+ content: "";
260
+ width: 100%;
261
+ height: 100%;
262
+ border: 1px solid hsl(0, 0%, 20%);
263
+ border-radius: 2px;
264
+ transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background,
265
+ 250ms ease-in-out border;
266
+ }
267
+ /* ckeditor5-list/theme/todolist.css */
268
+ ._INtmQ ._3vj9z ._bmMgO > input::after {
269
+ display: block;
270
+ position: absolute;
271
+ box-sizing: content-box;
272
+ pointer-events: none;
273
+ content: "";
274
+ left: calc(var(--ck-todo-list-checkmark-size) / 3);
275
+ top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
276
+ width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
277
+ height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
278
+ border-style: solid;
279
+ border-color: transparent;
280
+ border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8)
281
+ calc(var(--ck-todo-list-checkmark-size) / 8) 0;
282
+ transform: rotate(45deg);
283
+ }
284
+ /* ckeditor5-list/theme/todolist.css */
285
+ ._INtmQ ._3vj9z ._bmMgO > input[checked]::before {
286
+ background: hsl(126, 64%, 41%);
287
+ border-color: hsl(126, 64%, 41%);
288
+ }
289
+ /* ckeditor5-list/theme/todolist.css */
290
+ ._INtmQ ._3vj9z ._bmMgO > input[checked]::after {
291
+ border-color: hsl(0, 0%, 100%);
292
+ }
293
+ /* ckeditor5-list/theme/todolist.css */
294
+ ._INtmQ ._3vj9z ._bmMgO ._2c7uQ {
295
+ vertical-align: middle;
296
+ }
297
+ /* ckeditor5-language/theme/language.css */
298
+ ._INtmQ span[lang] {
299
+ font-style: italic;
300
+ }
301
+ /* ckeditor5-media-embed/theme/mediaembed.css */
302
+ ._INtmQ ._1V3Bw {
303
+ clear: both;
304
+ margin: 0.9em 0;
305
+ display: block;
306
+ min-width: 15em;
307
+ }
308
+ /* ckeditor5-page-break/theme/pagebreak.css */
309
+ ._INtmQ ._1KY2h {
310
+ position: relative;
311
+ clear: both;
312
+ padding: 5px 0;
313
+ display: flex;
314
+ align-items: center;
315
+ justify-content: center;
316
+ }
317
+ /* ckeditor5-page-break/theme/pagebreak.css */
318
+ ._INtmQ ._1KY2h::after {
319
+ content: "";
320
+ position: absolute;
321
+ border-bottom: 2px dashed hsl(0, 0%, 77%);
322
+ width: 100%;
323
+ }
324
+ /* ckeditor5-page-break/theme/pagebreak.css */
325
+ ._INtmQ ._3QvTN {
326
+ position: relative;
327
+ z-index: 1;
328
+ padding: 0.3em 0.6em;
329
+ display: block;
330
+ text-transform: uppercase;
331
+ border: 1px solid hsl(0, 0%, 77%);
332
+ border-radius: 2px;
333
+ font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
334
+ font-size: 0.75em;
335
+ font-weight: bold;
336
+ color: hsl(0, 0%, 20%);
337
+ background: hsl(0, 0%, 100%);
338
+ box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
339
+ -webkit-user-select: none;
340
+ -moz-user-select: none;
341
+ user-select: none;
342
+ }
343
+ /* ckeditor5-table/theme/tablecolumnresize.css */
344
+ ._INtmQ ._1vLwZ ._1O0lR {
345
+ table-layout: fixed;
346
+ }
347
+ /* ckeditor5-table/theme/tablecolumnresize.css */
348
+ ._INtmQ ._1vLwZ table {
349
+ overflow: hidden;
350
+ }
351
+ /* ckeditor5-table/theme/tablecolumnresize.css */
352
+ ._INtmQ ._1vLwZ td,
353
+ ._INtmQ ._1vLwZ th {
354
+ position: relative;
355
+ }
356
+ /* ckeditor5-table/theme/tablecaption.css */
357
+ ._INtmQ ._1vLwZ > figcaption {
358
+ display: table-caption;
359
+ caption-side: top;
360
+ word-break: break-word;
361
+ text-align: center;
362
+ color: var(--ck-color-table-caption-text);
363
+ background-color: var(--ck-color-table-caption-background);
364
+ padding: 0.6em;
365
+ font-size: 0.75em;
366
+ outline-offset: -1px;
367
+ }
368
+ /* ckeditor5-table/theme/table.css */
369
+ ._INtmQ ._1vLwZ {
370
+ margin: 0.9em auto;
371
+ display: table;
372
+ }
373
+ /* ckeditor5-table/theme/table.css */
374
+ ._INtmQ ._1vLwZ table {
375
+ border-collapse: collapse;
376
+ border-spacing: 0;
377
+ width: 100%;
378
+ height: 100%;
379
+ border: 1px double hsl(0, 0%, 70%);
380
+ }
381
+ /* ckeditor5-table/theme/table.css */
382
+ ._INtmQ ._1vLwZ table td,
383
+ ._INtmQ ._1vLwZ table th {
384
+ min-width: 2em;
385
+ padding: 0.4em;
386
+ border: 1px solid hsl(0, 0%, 75%);
387
+ }
388
+ /* ckeditor5-table/theme/table.css */
389
+ ._INtmQ ._1vLwZ table th {
390
+ font-weight: bold;
391
+ background: hsla(0, 0%, 0%, 5%);
392
+ }
393
+ /* ckeditor5-table/theme/table.css */
394
+ ._INtmQ[dir="rtl"] ._1vLwZ th {
395
+ text-align: right;
396
+ }
397
+ /* ckeditor5-table/theme/table.css */
398
+ ._INtmQ[dir="ltr"] ._1vLwZ th {
399
+ text-align: left;
400
+ }
401
+ /* ckeditor5-code-block/theme/codeblock.css */
402
+ ._INtmQ pre {
403
+ padding: 1em;
404
+ color: hsl(0, 0%, 20.8%);
405
+ background: hsla(0, 0%, 78%, 0.3);
406
+ border: 1px solid hsl(0, 0%, 77%);
407
+ border-radius: 2px;
408
+ text-align: left;
409
+ direction: ltr;
410
+ -moz-tab-size: 4;
411
+ -o-tab-size: 4;
412
+ tab-size: 4;
413
+ white-space: pre-wrap;
414
+ font-style: normal;
415
+ min-width: 200px;
416
+ }
417
+ /* ckeditor5-code-block/theme/codeblock.css */
418
+ ._INtmQ pre code {
419
+ background: unset;
420
+ padding: 0;
421
+ border-radius: 0;
422
+ }
423
+ /* ckeditor5-horizontal-line/theme/horizontalline.css */
424
+ ._INtmQ hr {
425
+ margin: 15px 0;
426
+ height: 4px;
427
+ background: hsl(0, 0%, 87%);
428
+ border: 0;
429
+ }
430
+ /* ckeditor5-mention/theme/mention.css */
431
+ ._INtmQ ._KQcl- {
432
+ background: var(--ck-color-mention-background);
433
+ color: var(--ck-color-mention-text);
434
+ }
435
+ /* ckeditor5-list/theme/liststyles.css */
436
+ ._INtmQ ol {
437
+ list-style-type: decimal;
438
+ }
439
+ /* ckeditor5-list/theme/liststyles.css */
440
+ ._INtmQ ol ol {
441
+ list-style-type: lower-latin;
442
+ }
443
+ /* ckeditor5-list/theme/liststyles.css */
444
+ ._INtmQ ol ol ol {
445
+ list-style-type: lower-roman;
446
+ }
447
+ /* ckeditor5-list/theme/liststyles.css */
448
+ ._INtmQ ol ol ol ol {
449
+ list-style-type: upper-latin;
450
+ }
451
+ /* ckeditor5-list/theme/liststyles.css */
452
+ ._INtmQ ol ol ol ol ol {
453
+ list-style-type: upper-roman;
454
+ }
455
+ /* ckeditor5-list/theme/liststyles.css */
456
+ ._INtmQ ul {
457
+ list-style-type: circle;
458
+ }
459
+ /* ckeditor5-list/theme/liststyles.css */
460
+ ._INtmQ ul ul {
461
+ list-style-type: disc;
462
+ }
463
+ /* ckeditor5-list/theme/liststyles.css */
464
+ ._INtmQ ul ul ul {
465
+ list-style-type: square;
466
+ }
467
+ /* ckeditor5-list/theme/liststyles.css */
468
+ ._INtmQ ul ul ul ul {
469
+ list-style-type: square;
470
+ }
471
+ @media print {
472
+ /* ckeditor5-page-break/theme/pagebreak.css */
473
+ ._INtmQ ._1KY2h {
474
+ padding: 0;
475
+ }
476
+ /* ckeditor5-page-break/theme/pagebreak.css */
477
+ ._INtmQ ._1KY2h::after {
478
+ display: none;
479
+ }
480
+ }