@standardnotes/rich-text 1.8.6

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/dist.css ADDED
@@ -0,0 +1,3246 @@
1
+ @charset "UTF-8";
2
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
3
+ /* Document
4
+ ========================================================================== */
5
+ /**
6
+ * 1. Correct the line height in all browsers.
7
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
8
+ */
9
+ html {
10
+ line-height: 1.15;
11
+ /* 1 */
12
+ -webkit-text-size-adjust: 100%;
13
+ /* 2 */
14
+ }
15
+
16
+ /* Sections
17
+ ========================================================================== */
18
+ /**
19
+ * Remove the margin in all browsers.
20
+ */
21
+ body {
22
+ margin: 0;
23
+ }
24
+
25
+ /**
26
+ * Render the `main` element consistently in IE.
27
+ */
28
+ main {
29
+ display: block;
30
+ }
31
+
32
+ /**
33
+ * Correct the font size and margin on `h1` elements within `section` and
34
+ * `article` contexts in Chrome, Firefox, and Safari.
35
+ */
36
+ h1 {
37
+ font-size: 2em;
38
+ margin: 0.67em 0;
39
+ }
40
+
41
+ /* Grouping content
42
+ ========================================================================== */
43
+ /**
44
+ * 1. Add the correct box sizing in Firefox.
45
+ * 2. Show the overflow in Edge and IE.
46
+ */
47
+ hr {
48
+ box-sizing: content-box;
49
+ /* 1 */
50
+ height: 0;
51
+ /* 1 */
52
+ overflow: visible;
53
+ /* 2 */
54
+ }
55
+
56
+ /**
57
+ * 1. Correct the inheritance and scaling of font size in all browsers.
58
+ * 2. Correct the odd `em` font sizing in all browsers.
59
+ */
60
+ pre {
61
+ font-family: monospace, monospace;
62
+ /* 1 */
63
+ font-size: 1em;
64
+ /* 2 */
65
+ }
66
+
67
+ /* Text-level semantics
68
+ ========================================================================== */
69
+ /**
70
+ * Remove the gray background on active links in IE 10.
71
+ */
72
+ a {
73
+ background-color: transparent;
74
+ }
75
+
76
+ /**
77
+ * 1. Remove the bottom border in Chrome 57-
78
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
79
+ */
80
+ abbr[title] {
81
+ border-bottom: none;
82
+ /* 1 */
83
+ text-decoration: underline;
84
+ /* 2 */
85
+ text-decoration: underline dotted;
86
+ /* 2 */
87
+ }
88
+
89
+ /**
90
+ * Add the correct font weight in Chrome, Edge, and Safari.
91
+ */
92
+ b,
93
+ strong {
94
+ font-weight: bolder;
95
+ }
96
+
97
+ /**
98
+ * 1. Correct the inheritance and scaling of font size in all browsers.
99
+ * 2. Correct the odd `em` font sizing in all browsers.
100
+ */
101
+ code,
102
+ kbd,
103
+ samp {
104
+ font-family: monospace, monospace;
105
+ /* 1 */
106
+ font-size: 1em;
107
+ /* 2 */
108
+ }
109
+
110
+ /**
111
+ * Add the correct font size in all browsers.
112
+ */
113
+ small {
114
+ font-size: 80%;
115
+ }
116
+
117
+ /**
118
+ * Prevent `sub` and `sup` elements from affecting the line height in
119
+ * all browsers.
120
+ */
121
+ sub,
122
+ sup {
123
+ font-size: 75%;
124
+ line-height: 0;
125
+ position: relative;
126
+ vertical-align: baseline;
127
+ }
128
+
129
+ sub {
130
+ bottom: -0.25em;
131
+ }
132
+
133
+ sup {
134
+ top: -0.5em;
135
+ }
136
+
137
+ /* Embedded content
138
+ ========================================================================== */
139
+ /**
140
+ * Remove the border on images inside links in IE 10.
141
+ */
142
+ img {
143
+ border-style: none;
144
+ }
145
+
146
+ /* Forms
147
+ ========================================================================== */
148
+ /**
149
+ * 1. Change the font styles in all browsers.
150
+ * 2. Remove the margin in Firefox and Safari.
151
+ */
152
+ button,
153
+ input,
154
+ optgroup,
155
+ select,
156
+ textarea {
157
+ font-family: inherit;
158
+ /* 1 */
159
+ font-size: 100%;
160
+ /* 1 */
161
+ line-height: 1.15;
162
+ /* 1 */
163
+ margin: 0;
164
+ /* 2 */
165
+ }
166
+
167
+ /**
168
+ * Show the overflow in IE.
169
+ * 1. Show the overflow in Edge.
170
+ */
171
+ button,
172
+ input {
173
+ /* 1 */
174
+ overflow: visible;
175
+ }
176
+
177
+ /**
178
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
179
+ * 1. Remove the inheritance of text transform in Firefox.
180
+ */
181
+ button,
182
+ select {
183
+ /* 1 */
184
+ text-transform: none;
185
+ }
186
+
187
+ /**
188
+ * Correct the inability to style clickable types in iOS and Safari.
189
+ */
190
+ button,
191
+ [type="button"],
192
+ [type="reset"],
193
+ [type="submit"] {
194
+ -webkit-appearance: button;
195
+ }
196
+
197
+ /**
198
+ * Remove the inner border and padding in Firefox.
199
+ */
200
+ button::-moz-focus-inner,
201
+ [type="button"]::-moz-focus-inner,
202
+ [type="reset"]::-moz-focus-inner,
203
+ [type="submit"]::-moz-focus-inner {
204
+ border-style: none;
205
+ padding: 0;
206
+ }
207
+
208
+ /**
209
+ * Restore the focus styles unset by the previous rule.
210
+ */
211
+ button:-moz-focusring,
212
+ [type="button"]:-moz-focusring,
213
+ [type="reset"]:-moz-focusring,
214
+ [type="submit"]:-moz-focusring {
215
+ outline: 1px dotted ButtonText;
216
+ }
217
+
218
+ /**
219
+ * Correct the padding in Firefox.
220
+ */
221
+ fieldset {
222
+ padding: 0.35em 0.75em 0.625em;
223
+ }
224
+
225
+ /**
226
+ * 1. Correct the text wrapping in Edge and IE.
227
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
228
+ * 3. Remove the padding so developers are not caught out when they zero out
229
+ * `fieldset` elements in all browsers.
230
+ */
231
+ legend {
232
+ box-sizing: border-box;
233
+ /* 1 */
234
+ color: inherit;
235
+ /* 2 */
236
+ display: table;
237
+ /* 1 */
238
+ max-width: 100%;
239
+ /* 1 */
240
+ padding: 0;
241
+ /* 3 */
242
+ white-space: normal;
243
+ /* 1 */
244
+ }
245
+
246
+ /**
247
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
248
+ */
249
+ progress {
250
+ vertical-align: baseline;
251
+ }
252
+
253
+ /**
254
+ * Remove the default vertical scrollbar in IE 10+.
255
+ */
256
+ textarea {
257
+ overflow: auto;
258
+ }
259
+
260
+ /**
261
+ * 1. Add the correct box sizing in IE 10.
262
+ * 2. Remove the padding in IE 10.
263
+ */
264
+ [type="checkbox"],
265
+ [type="radio"] {
266
+ box-sizing: border-box;
267
+ /* 1 */
268
+ padding: 0;
269
+ /* 2 */
270
+ }
271
+
272
+ /**
273
+ * Correct the cursor style of increment and decrement buttons in Chrome.
274
+ */
275
+ [type="number"]::-webkit-inner-spin-button,
276
+ [type="number"]::-webkit-outer-spin-button {
277
+ height: auto;
278
+ }
279
+
280
+ /**
281
+ * 1. Correct the odd appearance in Chrome and Safari.
282
+ * 2. Correct the outline style in Safari.
283
+ */
284
+ [type="search"] {
285
+ -webkit-appearance: textfield;
286
+ /* 1 */
287
+ outline-offset: -2px;
288
+ /* 2 */
289
+ }
290
+
291
+ /**
292
+ * Remove the inner padding in Chrome and Safari on macOS.
293
+ */
294
+ [type="search"]::-webkit-search-decoration {
295
+ -webkit-appearance: none;
296
+ }
297
+
298
+ /**
299
+ * 1. Correct the inability to style clickable types in iOS and Safari.
300
+ * 2. Change font properties to `inherit` in Safari.
301
+ */
302
+ ::-webkit-file-upload-button {
303
+ -webkit-appearance: button;
304
+ /* 1 */
305
+ font: inherit;
306
+ /* 2 */
307
+ }
308
+
309
+ /* Interactive
310
+ ========================================================================== */
311
+ /*
312
+ * Add the correct display in Edge, IE 10+, and Firefox.
313
+ */
314
+ details {
315
+ display: block;
316
+ }
317
+
318
+ /*
319
+ * Add the correct display in all browsers.
320
+ */
321
+ summary {
322
+ display: list-item;
323
+ }
324
+
325
+ /* Misc
326
+ ========================================================================== */
327
+ /**
328
+ * Add the correct display in IE 10+.
329
+ */
330
+ template {
331
+ display: none;
332
+ }
333
+
334
+ /**
335
+ * Add the correct display in IE 10.
336
+ */
337
+ [hidden] {
338
+ display: none;
339
+ }
340
+
341
+ :root {
342
+ --sn-stylekit-base-font-size: 13px;
343
+ --sn-stylekit-font-size-p: 1rem;
344
+ --sn-stylekit-font-size-editor: 1.21rem;
345
+ --sn-stylekit-font-size-h6: 0.8rem;
346
+ --sn-stylekit-font-size-h5: 0.9rem;
347
+ --sn-stylekit-font-size-h4: 1rem;
348
+ --sn-stylekit-font-size-h3: 1.1rem;
349
+ --sn-stylekit-font-size-h2: 1.2rem;
350
+ --sn-stylekit-font-size-h1: 1.3rem;
351
+ --sn-stylekit-neutral-color: #989898;
352
+ --sn-stylekit-neutral-contrast-color: #ffffff;
353
+ --sn-stylekit-info-color: #086dd6;
354
+ --sn-stylekit-info-contrast-color: #ffffff;
355
+ --sn-stylekit-success-color: #2b9612;
356
+ --sn-stylekit-success-contrast-color: #ffffff;
357
+ --sn-stylekit-warning-color: #f6a200;
358
+ --sn-stylekit-warning-contrast-color: #ffffff;
359
+ --sn-stylekit-danger-color: #f80324;
360
+ --sn-stylekit-danger-contrast-color: #ffffff;
361
+ --sn-stylekit-shadow-color: #c8c8c8;
362
+ --sn-stylekit-background-color: #ffffff;
363
+ --sn-stylekit-border-color: #dfe1e4;
364
+ --sn-stylekit-foreground-color: #000000;
365
+ --sn-stylekit-contrast-background-color: #f6f6f6;
366
+ --sn-stylekit-contrast-foreground-color: #2e2e2e;
367
+ --sn-stylekit-contrast-border-color: #e3e3e3;
368
+ --sn-stylekit-secondary-background-color: #f6f6f6;
369
+ --sn-stylekit-secondary-foreground-color: #2e2e2e;
370
+ --sn-stylekit-secondary-border-color: #e3e3e3;
371
+ --sn-stylekit-secondary-contrast-background-color: #e3e3e3;
372
+ --sn-stylekit-secondary-contrast-foreground-color: #2e2e2e;
373
+ --sn-stylekit-secondary-contrast-border-color: #a2a2a2;
374
+ --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);
375
+ --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);
376
+ --sn-stylekit-paragraph-text-color: #454545;
377
+ --sn-stylekit-input-placeholder-color: #a8a8a8;
378
+ --sn-stylekit-input-border-color: #e3e3e3;
379
+ --sn-stylekit-scrollbar-thumb-color: #dfdfdf;
380
+ --sn-stylekit-scrollbar-track-border-color: #e7e7e7;
381
+ --sn-stylekit-general-border-radius: 2px;
382
+ --sn-stylekit-list-item-highlight-color: #f4f5f7;
383
+ --sn-stylekit-simplified-chinese-font: 'Microsoft Yahei', '微软雅黑体';
384
+ --sn-stylekit-monospace-font: 'SFMono-Regular', Consolas, 'Liberation Mono',
385
+ Menlo, 'Ubuntu Mono', 'Courier New', monospace;
386
+ --sn-stylekit-sans-serif-font: -apple-system, BlinkMacSystemFont, 'Segoe UI',
387
+ 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
388
+ 'Helvetica Neue', var(--sn-stylekit-simplified-chinese-font), sans-serif;
389
+ --sn-stylekit-editor-font-family: var(--sn-stylekit-sans-serif-font);
390
+ --sn-stylekit-theme-type: light;
391
+ --sn-stylekit-theme-name: sn-light;
392
+ }
393
+
394
+ .sn-component {
395
+ font-family: var(--sn-stylekit-sans-serif-font);
396
+ -webkit-font-smoothing: antialiased;
397
+ color: var(--sn-stylekit-foreground-color);
398
+ }
399
+
400
+ .sn-component .sk-panel {
401
+ box-shadow: 0px 2px 5px var(--sn-stylekit-shadow-color);
402
+ background-color: var(--sn-stylekit-background-color);
403
+ border: 1px solid var(--sn-stylekit-border-color);
404
+ border-radius: var(--sn-stylekit-general-border-radius);
405
+ display: flex;
406
+ flex-direction: column;
407
+ overflow: auto;
408
+ flex-grow: 1;
409
+ }
410
+
411
+ .sn-component .sk-panel a:hover {
412
+ text-decoration: underline;
413
+ }
414
+
415
+ .sn-component .sk-panel.static {
416
+ box-shadow: none;
417
+ border: none;
418
+ border-radius: 0;
419
+ }
420
+
421
+ .sn-component .sk-panel .sk-panel-header {
422
+ flex-shrink: 0;
423
+ /* Don't allow to condense in height */
424
+ display: flex;
425
+ justify-content: space-between;
426
+ padding: 1.1rem 2rem;
427
+ border-bottom: 1px solid var(--sn-stylekit-contrast-border-color);
428
+ background-color: var(--sn-stylekit-contrast-background-color);
429
+ color: var(--sn-stylekit-contrast-foreground-color);
430
+ align-items: center;
431
+ }
432
+
433
+ .sn-component .sk-panel .sk-panel-header .sk-panel-header-title {
434
+ font-size: var(--sn-stylekit-font-size-h1);
435
+ font-weight: 500;
436
+ }
437
+
438
+ .sn-component .sk-panel .sk-panel-header .close-button {
439
+ font-weight: bold;
440
+ }
441
+
442
+ .sn-component .sk-panel .sk-footer,
443
+ .sn-component .sk-panel .sk-panel-footer {
444
+ padding: 1rem 2rem;
445
+ border-top: 1px solid var(--sn-stylekit-border-color);
446
+ box-sizing: border-box;
447
+ }
448
+
449
+ .sn-component .sk-panel .sk-footer.extra-padding,
450
+ .sn-component .sk-panel .sk-panel-footer.extra-padding {
451
+ padding: 2rem 2rem;
452
+ }
453
+
454
+ .sn-component .sk-panel .sk-footer .left,
455
+ .sn-component .sk-panel .sk-panel-footer .left {
456
+ text-align: left;
457
+ display: block;
458
+ }
459
+
460
+ .sn-component .sk-panel .sk-footer .right,
461
+ .sn-component .sk-panel .sk-panel-footer .right {
462
+ text-align: right;
463
+ display: block;
464
+ }
465
+
466
+ .sn-component .sk-panel .sk-panel-content {
467
+ padding: 1.6rem 2rem;
468
+ padding-bottom: 0;
469
+ flex-grow: 1;
470
+ overflow: scroll;
471
+ height: 100%;
472
+ overflow-y: auto !important;
473
+ overflow-x: auto !important;
474
+ }
475
+
476
+ .sn-component .sk-panel .sk-panel-content .sk-p,
477
+ .sn-component .sk-panel .sk-panel-content .sk-li {
478
+ color: var(--sn-stylekit-paragraph-text-color);
479
+ line-height: 1.3;
480
+ }
481
+
482
+ .sn-component .sk-panel-section {
483
+ padding-bottom: 1.6rem;
484
+ display: flex;
485
+ flex-direction: column;
486
+ }
487
+
488
+ .sn-component .sk-panel-section.sk-panel-hero {
489
+ text-align: center;
490
+ }
491
+
492
+ .sn-component .sk-panel-section .sk-p:last-child {
493
+ margin-bottom: 0;
494
+ }
495
+
496
+ .sn-component .sk-panel-section:not(:last-child) {
497
+ margin-bottom: 1.5rem;
498
+ border-bottom: 1px solid var(--sn-stylekit-border-color);
499
+ }
500
+
501
+ .sn-component .sk-panel-section:not(:last-child).no-border, .sn-component .sk-panel-section.sn-button:not(:last-child), .sn-component .sk-panel-section.sn-dropdown-menu:not(:last-child), .sn-component .sk-panel-section.sn-select:not(:last-child), .sn-component .sk-panel-section.sn-select-button:not(:last-child), .sn-component .sk-panel-section.sn-select-popover:not(:last-child) {
502
+ border-bottom: none;
503
+ }
504
+
505
+ .sn-component .sk-panel-section:last-child {
506
+ margin-bottom: 0.5rem;
507
+ }
508
+
509
+ .sn-component .sk-panel-section.no-bottom-pad {
510
+ padding-bottom: 0;
511
+ margin-bottom: 0;
512
+ }
513
+
514
+ .sn-component .sk-panel-section .sk-panel-section-title {
515
+ margin-bottom: 0.5rem;
516
+ font-weight: bold;
517
+ font-size: var(--sn-stylekit-font-size-h3);
518
+ }
519
+
520
+ .sn-component .sk-panel-section .sk-panel-section-outer-title {
521
+ border-bottom: 1px solid var(--sn-stylekit-border-color);
522
+ padding-bottom: 0.9rem;
523
+ margin-top: 2.1rem;
524
+ margin-bottom: 15px;
525
+ font-size: var(--sn-stylekit-font-size-h3);
526
+ }
527
+
528
+ .sn-component .sk-panel-section .sk-panel-section-subtitle {
529
+ font-size: var(--sn-stylekit-font-size-h5);
530
+ margin-bottom: 2px;
531
+ }
532
+
533
+ .sn-component .sk-panel-section .sk-panel-section-subtitle.subtle {
534
+ font-weight: normal;
535
+ opacity: 0.6;
536
+ }
537
+
538
+ .sn-component .sk-panel-section .text-content .sk-p {
539
+ margin-bottom: 1rem;
540
+ }
541
+
542
+ .sn-component .sk-panel-section .text-content p:first-child {
543
+ margin-top: 0.3rem;
544
+ }
545
+
546
+ .sn-component .sk-panel-row {
547
+ display: flex;
548
+ justify-content: space-between;
549
+ align-items: center;
550
+ padding-top: 0.4rem;
551
+ }
552
+
553
+ .sn-component .sk-panel-row.centered {
554
+ justify-content: center;
555
+ }
556
+
557
+ .sn-component .sk-panel-row.justify-right {
558
+ justify-content: flex-end;
559
+ }
560
+
561
+ .sn-component .sk-panel-row.justify-left {
562
+ justify-content: flex-start;
563
+ }
564
+
565
+ .sn-component .sk-panel-row.align-top {
566
+ align-items: flex-start;
567
+ }
568
+
569
+ .sn-component .sk-panel-row .sk-panel-column.stretch {
570
+ width: 100%;
571
+ }
572
+
573
+ .sn-component .sk-panel-row.default-padding, .sn-component .sk-panel-row:not(:last-child) {
574
+ padding-bottom: 0.4rem;
575
+ }
576
+
577
+ .sn-component .sk-panel-row.condensed {
578
+ padding-top: 0.2rem;
579
+ padding-bottom: 0.2rem;
580
+ }
581
+
582
+ .sn-component .sk-panel-row .sk-p {
583
+ margin: 0;
584
+ padding: 0;
585
+ }
586
+
587
+ .sn-component .vertical-rule {
588
+ background-color: var(--sn-stylekit-border-color);
589
+ height: 1.5rem;
590
+ width: 1px;
591
+ }
592
+
593
+ .sn-component .sk-panel-form {
594
+ width: 100%;
595
+ }
596
+
597
+ .sn-component .sk-panel-form.half {
598
+ width: 50%;
599
+ }
600
+
601
+ .sn-component .sk-panel-form .form-submit {
602
+ margin-top: 0.15rem;
603
+ }
604
+
605
+ .sn-component .right-aligned {
606
+ justify-content: flex-end;
607
+ text-align: right;
608
+ }
609
+
610
+ .sn-component .sk-menu-panel {
611
+ background-color: var(--sn-stylekit-background-color);
612
+ border: 1px solid var(--sn-stylekit-contrast-border-color);
613
+ border-radius: var(--sn-stylekit-general-border-radius);
614
+ overflow: scroll;
615
+ user-select: none;
616
+ overflow-y: auto !important;
617
+ overflow-x: auto !important;
618
+ }
619
+
620
+ .sn-component .sk-menu-panel .sk-menu-panel-header {
621
+ padding: 0.8rem 1rem;
622
+ border-bottom: 1px solid var(--sn-stylekit-contrast-border-color);
623
+ background-color: var(--sn-stylekit-contrast-background-color);
624
+ color: var(--sn-stylekit-contrast-foreground-color);
625
+ display: flex;
626
+ justify-content: space-between;
627
+ align-items: center;
628
+ }
629
+
630
+ .sn-component .sk-menu-panel .sk-menu-panel-header-title {
631
+ font-weight: bold;
632
+ font-size: var(--sn-stylekit-font-size-h4);
633
+ }
634
+
635
+ .sn-component .sk-menu-panel .sk-menu-panel-header-subtitle {
636
+ margin-top: 0.2rem;
637
+ opacity: 0.6;
638
+ }
639
+
640
+ .sn-component .sk-menu-panel .sk-menu-panel-row {
641
+ padding: 1rem 1rem;
642
+ cursor: pointer;
643
+ display: flex;
644
+ flex-direction: row;
645
+ justify-content: space-between;
646
+ border-bottom: 1px solid var(--sn-stylekit-border-color);
647
+ }
648
+
649
+ .sn-component .sk-menu-panel .sk-menu-panel-row:hover {
650
+ background-color: var(--sn-stylekit-contrast-background-color);
651
+ color: var(--sn-stylekit-contrast-foreground-color);
652
+ border-color: var(--sn-stylekit-contrast-border-color);
653
+ }
654
+
655
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column {
656
+ display: flex;
657
+ justify-content: center;
658
+ flex-direction: column;
659
+ /* Nested row */
660
+ }
661
+
662
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column:not(:first-child) {
663
+ padding-left: 1rem;
664
+ padding-right: 0.15rem;
665
+ }
666
+
667
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column.stretch {
668
+ width: 100%;
669
+ }
670
+
671
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .sk-menu-panel-subrows {
672
+ margin-top: 1rem;
673
+ }
674
+
675
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .sk-menu-panel-row,
676
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .sk-menu-panel-subrow {
677
+ border: 1px solid var(--sn-stylekit-contrast-border-color);
678
+ margin-top: -1px;
679
+ }
680
+
681
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .sk-menu-panel-row:hover,
682
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .sk-menu-panel-subrow:hover {
683
+ background-color: var(--sn-stylekit-background-color);
684
+ }
685
+
686
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column .left {
687
+ display: flex;
688
+ }
689
+
690
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-button .sk-label, .sn-component .sk-menu-panel .sk-menu-panel-row .sk-box .sk-label, .sn-component .sk-menu-panel .sk-menu-panel-row .sk-button .sk-panel-section .sk-panel-section-subtitle, .sn-component .sk-panel-section .sk-menu-panel .sk-menu-panel-row .sk-button .sk-panel-section-subtitle, .sn-component .sk-menu-panel .sk-menu-panel-row .sk-box .sk-panel-section .sk-panel-section-subtitle, .sn-component .sk-panel-section .sk-menu-panel .sk-menu-panel-row .sk-box .sk-panel-section-subtitle {
691
+ font-size: var(--sn-stylekit-font-size-h6);
692
+ font-weight: normal;
693
+ }
694
+
695
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-label, .sn-component .sk-menu-panel .sk-menu-panel-row .sk-panel-section .sk-panel-section-subtitle, .sn-component .sk-panel-section .sk-menu-panel .sk-menu-panel-row .sk-panel-section-subtitle {
696
+ font-size: var(--sn-stylekit-font-size-p);
697
+ font-weight: bold;
698
+ }
699
+
700
+ .sn-component .sk-menu-panel .sk-menu-panel-row .sk-sublabel {
701
+ font-size: var(--sn-stylekit-font-size-h5);
702
+ margin-top: 0.2rem;
703
+ opacity: 0.6;
704
+ }
705
+
706
+ .sn-component .red {
707
+ color: var(--sn-stylekit-danger-color);
708
+ }
709
+
710
+ .sn-component .tinted {
711
+ color: var(--sn-stylekit-info-color);
712
+ }
713
+
714
+ .sn-component .selectable {
715
+ user-select: text !important;
716
+ -ms-user-select: text !important;
717
+ -moz-user-select: text !important;
718
+ -webkit-user-select: text !important;
719
+ }
720
+
721
+ .sn-component .sk-h1,
722
+ .sn-component .sk-h2,
723
+ .sn-component .sk-h3,
724
+ .sn-component .sk-h4,
725
+ .sn-component .sk-h5 {
726
+ margin: 0;
727
+ padding: 0;
728
+ font-weight: normal;
729
+ }
730
+
731
+ .sn-component .sk-h1 {
732
+ font-weight: 500;
733
+ font-size: var(--sn-stylekit-font-size-h1);
734
+ line-height: 1.9rem;
735
+ }
736
+
737
+ .sn-component .sk-h2 {
738
+ font-size: var(--sn-stylekit-font-size-h2);
739
+ line-height: 1.8rem;
740
+ }
741
+
742
+ .sn-component .sk-h3 {
743
+ font-size: var(--sn-stylekit-font-size-h3);
744
+ line-height: 1.7rem;
745
+ }
746
+
747
+ .sn-component .sk-h4 {
748
+ font-size: var(--sn-stylekit-font-size-p);
749
+ line-height: 1.4rem;
750
+ }
751
+
752
+ .sn-component .sk-h5 {
753
+ font-size: var(--sn-stylekit-font-size-h5);
754
+ }
755
+
756
+ .sn-component .sk-bold {
757
+ font-weight: bold;
758
+ }
759
+
760
+ .sn-component .sk-font-small {
761
+ font-size: var(--sn-stylekit-font-size-h5);
762
+ }
763
+
764
+ .sn-component .sk-font-normal {
765
+ font-size: var(--sn-stylekit-font-size-p);
766
+ }
767
+
768
+ .sn-component .sk-font-large {
769
+ font-size: var(--sn-stylekit-font-size-h3);
770
+ }
771
+
772
+ .sn-component a.sk-a {
773
+ cursor: pointer;
774
+ user-select: none;
775
+ }
776
+
777
+ .sn-component a.sk-a.disabled {
778
+ color: var(--sn-stylekit-neutral-color);
779
+ opacity: 0.6;
780
+ }
781
+
782
+ .sn-component a.sk-a.boxed {
783
+ border-radius: var(--sn-stylekit-general-border-radius);
784
+ padding: 0.3rem 0.4rem;
785
+ }
786
+
787
+ .sn-component a.sk-a.boxed:hover {
788
+ text-decoration: none;
789
+ }
790
+
791
+ .sn-component a.sk-a.boxed.neutral {
792
+ background-color: var(--sn-stylekit-neutral-color);
793
+ color: var(--sn-stylekit-neutral-contrast-color);
794
+ }
795
+
796
+ .sn-component a.sk-a.boxed.info {
797
+ background-color: var(--sn-stylekit-info-color);
798
+ color: var(--sn-stylekit-info-contrast-color);
799
+ }
800
+
801
+ .sn-component a.sk-a.boxed.warning {
802
+ background-color: var(--sn-stylekit-warning-color);
803
+ color: var(--sn-stylekit-warning-contrast-color);
804
+ }
805
+
806
+ .sn-component a.sk-a.boxed.danger {
807
+ background-color: var(--sn-stylekit-danger-color);
808
+ color: var(--sn-stylekit-danger-contrast-color);
809
+ }
810
+
811
+ .sn-component a.sk-a.boxed.success {
812
+ background-color: var(--sn-stylekit-success-color);
813
+ color: var(--sn-stylekit-success-contrast-color);
814
+ }
815
+
816
+ .sn-component .wrap {
817
+ word-wrap: break-word;
818
+ }
819
+
820
+ .sn-component *.sk-base {
821
+ color: var(--sn-stylekit-foreground-color);
822
+ }
823
+
824
+ .sn-component *.contrast {
825
+ color: var(--sn-stylekit-contrast-foreground-color);
826
+ }
827
+
828
+ .sn-component *.neutral {
829
+ color: var(--sn-stylekit-neutral-color);
830
+ }
831
+
832
+ .sn-component *.info {
833
+ color: var(--sn-stylekit-info-color);
834
+ }
835
+
836
+ .sn-component *.info-contrast {
837
+ color: var(--sn-stylekit-info-contrast-color);
838
+ }
839
+
840
+ .sn-component *.warning {
841
+ color: var(--sn-stylekit-warning-color);
842
+ }
843
+
844
+ .sn-component *.danger {
845
+ color: var(--sn-stylekit-danger-color);
846
+ }
847
+
848
+ .sn-component *.success {
849
+ color: var(--sn-stylekit-success-color);
850
+ }
851
+
852
+ .sn-component *.info-i {
853
+ color: var(--sn-stylekit-info-color) !important;
854
+ }
855
+
856
+ .sn-component *.warning-i {
857
+ color: var(--sn-stylekit-warning-color) !important;
858
+ }
859
+
860
+ .sn-component *.danger-i {
861
+ color: var(--sn-stylekit-danger-color) !important;
862
+ }
863
+
864
+ .sn-component *.success-i {
865
+ color: var(--sn-stylekit-success-color) !important;
866
+ }
867
+
868
+ .sn-component *.clear {
869
+ background-color: transparent;
870
+ border: none;
871
+ }
872
+
873
+ .sn-component .center-text {
874
+ text-align: center !important;
875
+ justify-content: center !important;
876
+ }
877
+
878
+ .sn-component p.sk-p {
879
+ margin: 0.5rem 0;
880
+ }
881
+
882
+ .sn-component input.sk-input {
883
+ box-sizing: border-box;
884
+ padding: 0.7rem 0.8rem;
885
+ margin: 0.3rem 0;
886
+ border: none;
887
+ font-size: var(--sn-stylekit-font-size-h3);
888
+ width: 100%;
889
+ outline: 0;
890
+ resize: none;
891
+ }
892
+
893
+ .sn-component input.sk-input.clear {
894
+ color: var(--sn-stylekit-foreground-color);
895
+ background-color: transparent;
896
+ border: none;
897
+ }
898
+
899
+ .sn-component input.sk-input.no-border, .sn-component input.sk-input.sn-button, .sn-component input.sk-input.sn-dropdown-menu, .sn-component input.sk-input.sn-select, .sn-component input.sk-input.sn-select-button, .sn-component input.sk-input.sn-select-popover {
900
+ border: none;
901
+ }
902
+
903
+ .sn-component .sk-label, .sn-component .sk-panel-section .sk-panel-section-subtitle {
904
+ font-weight: bold;
905
+ }
906
+
907
+ .sn-component .sk-label.no-bold, .sn-component .sk-panel-section .no-bold.sk-panel-section-subtitle {
908
+ font-weight: normal;
909
+ }
910
+
911
+ .sn-component label.sk-label, .sn-component .sk-panel-section label.sk-panel-section-subtitle {
912
+ margin: 0.7rem 0;
913
+ display: block;
914
+ }
915
+
916
+ .sn-component label.sk-label input[type='checkbox'], .sn-component .sk-panel-section label.sk-panel-section-subtitle input[type='checkbox'],
917
+ .sn-component input[type='radio'] {
918
+ width: auto;
919
+ margin-right: 0.45rem;
920
+ /* Space after checkbox */
921
+ vertical-align: middle;
922
+ }
923
+
924
+ .sn-component .sk-horizontal-group > *, .sn-component .sk-input-group > * {
925
+ display: inline-block;
926
+ vertical-align: middle;
927
+ }
928
+
929
+ .sn-component .sk-horizontal-group > *:not(:first-child), .sn-component .sk-input-group > *:not(:first-child) {
930
+ margin-left: 0.9rem;
931
+ }
932
+
933
+ .sn-component .sk-border-bottom {
934
+ border-bottom: 1px solid var(--sn-stylekit-border-color);
935
+ }
936
+
937
+ .sn-component .sk-checkbox-group {
938
+ padding-top: 0.5rem;
939
+ padding-bottom: 0.3rem;
940
+ }
941
+
942
+ .sn-component ::placeholder {
943
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
944
+ color: var(--sn-stylekit-input-placeholder-color);
945
+ }
946
+
947
+ .sn-component :-ms-input-placeholder {
948
+ /* Internet Explorer 10-11 */
949
+ color: var(--sn-stylekit-input-placeholder-color);
950
+ }
951
+
952
+ .sn-component ::-ms-input-placeholder {
953
+ /* Microsoft Edge */
954
+ color: var(--sn-stylekit-input-placeholder-color);
955
+ }
956
+
957
+ .sn-component .sk-button-group.stretch {
958
+ display: flex;
959
+ width: 100%;
960
+ }
961
+
962
+ .sn-component .sk-button-group.stretch .sk-button, .sn-component .sk-button-group.stretch .sk-box {
963
+ display: block;
964
+ flex-grow: 1;
965
+ text-align: center;
966
+ }
967
+
968
+ .sn-component .sk-button-group .sk-button, .sn-component .sk-button-group .sk-box {
969
+ display: inline-block;
970
+ vertical-align: middle;
971
+ }
972
+
973
+ .sn-component .sk-button-group .sk-button:not(:last-child), .sn-component .sk-button-group .sk-box:not(:last-child) {
974
+ margin-right: 5px;
975
+ }
976
+
977
+ .sn-component .sk-button-group .sk-button:not(:last-child).featured, .sn-component .sk-button-group .sk-box:not(:last-child).featured {
978
+ margin-right: 8px;
979
+ }
980
+
981
+ .sn-component .sk-segmented-buttons {
982
+ display: flex;
983
+ flex-direction: row;
984
+ }
985
+
986
+ .sn-component .sk-segmented-buttons .sk-button, .sn-component .sk-segmented-buttons .sk-box {
987
+ border-radius: 0;
988
+ white-space: nowrap;
989
+ margin: 0;
990
+ margin-left: 0 !important;
991
+ margin-right: 0 !important;
992
+ }
993
+
994
+ .sn-component .sk-segmented-buttons .sk-button:not(:last-child), .sn-component .sk-segmented-buttons .sk-box:not(:last-child) {
995
+ border-right: none;
996
+ border-radius: 0;
997
+ }
998
+
999
+ .sn-component .sk-segmented-buttons .sk-button:first-child, .sn-component .sk-segmented-buttons .sk-box:first-child {
1000
+ border-top-left-radius: var(--sn-stylekit-general-border-radius);
1001
+ border-bottom-left-radius: var(--sn-stylekit-general-border-radius);
1002
+ border-right: none;
1003
+ border-top-right-radius: 0;
1004
+ border-bottom-right-radius: 0;
1005
+ }
1006
+
1007
+ .sn-component .sk-segmented-buttons .sk-button:last-child, .sn-component .sk-segmented-buttons .sk-box:last-child {
1008
+ border-top-right-radius: var(--sn-stylekit-general-border-radius);
1009
+ border-bottom-right-radius: var(--sn-stylekit-general-border-radius);
1010
+ border-left: none;
1011
+ border-top-left-radius: 0;
1012
+ border-bottom-left-radius: 0;
1013
+ }
1014
+
1015
+ .sn-component .sk-box-group .sk-box {
1016
+ display: inline-block;
1017
+ }
1018
+
1019
+ .sn-component .sk-box-group .sk-box:not(:last-child) {
1020
+ margin-right: 5px;
1021
+ }
1022
+
1023
+ .sn-component .sk-a.button {
1024
+ text-decoration: none;
1025
+ }
1026
+
1027
+ .sn-component .sk-button, .sn-component .sk-box {
1028
+ display: table;
1029
+ padding: 0.5rem 0.7rem;
1030
+ font-size: var(--sn-stylekit-font-size-h5);
1031
+ cursor: pointer;
1032
+ text-align: center;
1033
+ user-select: none;
1034
+ }
1035
+
1036
+ .sn-component .sk-button.no-hover-border:after, .sn-component .no-hover-border.sk-box:after {
1037
+ color: transparent !important;
1038
+ }
1039
+
1040
+ .sn-component .sk-button.wide, .sn-component .wide.sk-box {
1041
+ padding: 0.3rem 1.7rem;
1042
+ }
1043
+
1044
+ .sn-component .sk-button > .sk-label, .sn-component .sk-box > .sk-label, .sn-component .sk-panel-section .sk-button > .sk-panel-section-subtitle, .sn-component .sk-panel-section .sk-box > .sk-panel-section-subtitle {
1045
+ font-weight: bold;
1046
+ display: block;
1047
+ text-align: center;
1048
+ }
1049
+
1050
+ .sn-component .sk-button.big, .sn-component .big.sk-box {
1051
+ font-size: var(--sn-stylekit-font-size-h3);
1052
+ padding: 0.7rem 2.5rem;
1053
+ }
1054
+
1055
+ .sn-component .sk-box {
1056
+ padding: 2.5rem 1.5rem;
1057
+ }
1058
+
1059
+ .sn-component .sk-button.sk-base, .sn-component .sk-base.sk-box,
1060
+ .sn-component .sk-box.sk-base,
1061
+ .sn-component .sk-circle.sk-base {
1062
+ /*
1063
+ If $border-color is supplied, we use traditional borders for rect.
1064
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1065
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1066
+ */
1067
+ color: var(--sn-stylekit-foreground-color);
1068
+ position: relative;
1069
+ background-color: var(--sn-stylekit-background-color);
1070
+ overflow: hidden;
1071
+ border-radius: var(--sn-stylekit-general-border-radius);
1072
+ /*
1073
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1074
+ We keep border-color as well incase the individual elements want a border in some cases.
1075
+ */
1076
+ border-color: var(--sn-stylekit-background-color);
1077
+ }
1078
+
1079
+ .sn-component .sk-button.sk-base *, .sn-component .sk-base.sk-box *,
1080
+ .sn-component .sk-box.sk-base *,
1081
+ .sn-component .sk-circle.sk-base * {
1082
+ position: relative;
1083
+ }
1084
+
1085
+ .sn-component .sk-button.sk-base:before, .sn-component .sk-base.sk-box:before,
1086
+ .sn-component .sk-box.sk-base:before,
1087
+ .sn-component .sk-circle.sk-base:before {
1088
+ content: '';
1089
+ position: absolute;
1090
+ top: 0;
1091
+ left: 0;
1092
+ width: 100%;
1093
+ height: 100%;
1094
+ background-color: var(--sn-stylekit-background-color);
1095
+ opacity: 1;
1096
+ border-radius: var(--sn-stylekit-general-border-radius);
1097
+ }
1098
+
1099
+ .sn-component .sk-button.sk-base:after, .sn-component .sk-base.sk-box:after,
1100
+ .sn-component .sk-box.sk-base:after,
1101
+ .sn-component .sk-circle.sk-base:after {
1102
+ content: '';
1103
+ display: block;
1104
+ height: 100%;
1105
+ position: absolute;
1106
+ top: 0;
1107
+ left: 0;
1108
+ width: 100%;
1109
+ border-radius: var(--sn-stylekit-general-border-radius);
1110
+ pointer-events: none;
1111
+ box-shadow: inset 0 0 0 1px;
1112
+ color: var(--sn-stylekit-background-color);
1113
+ }
1114
+
1115
+ .sn-component .sk-button.sk-base:hover:before, .sn-component .sk-base.sk-box:hover:before,
1116
+ .sn-component .sk-box.sk-base:hover:before,
1117
+ .sn-component .sk-circle.sk-base:hover:before {
1118
+ filter: brightness(130%);
1119
+ }
1120
+
1121
+ .sn-component .sk-button.sk-base.no-bg, .sn-component .sk-base.no-bg.sk-box,
1122
+ .sn-component .sk-box.sk-base.no-bg,
1123
+ .sn-component .sk-circle.sk-base.no-bg {
1124
+ background-color: transparent;
1125
+ }
1126
+
1127
+ .sn-component .sk-button.sk-base.no-bg:before, .sn-component .sk-base.no-bg.sk-box:before,
1128
+ .sn-component .sk-box.sk-base.no-bg:before,
1129
+ .sn-component .sk-circle.sk-base.no-bg:before {
1130
+ content: none;
1131
+ }
1132
+
1133
+ .sn-component .sk-button.sk-base.featured, .sn-component .sk-base.featured.sk-box,
1134
+ .sn-component .sk-box.sk-base.featured,
1135
+ .sn-component .sk-circle.sk-base.featured {
1136
+ border: none;
1137
+ padding: 0.75rem 1.25rem;
1138
+ font-size: var(--sn-stylekit-font-size-h3);
1139
+ }
1140
+
1141
+ .sn-component .sk-button.sk-base.featured:before, .sn-component .sk-base.featured.sk-box:before,
1142
+ .sn-component .sk-box.sk-base.featured:before,
1143
+ .sn-component .sk-circle.sk-base.featured:before {
1144
+ opacity: 1;
1145
+ }
1146
+
1147
+ .sn-component .sk-button.contrast, .sn-component .contrast.sk-box,
1148
+ .sn-component .sk-box.contrast,
1149
+ .sn-component .sk-circle.contrast {
1150
+ /*
1151
+ If $border-color is supplied, we use traditional borders for rect.
1152
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1153
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1154
+ */
1155
+ color: var(--sn-stylekit-contrast-foreground-color);
1156
+ position: relative;
1157
+ background-color: var(--sn-stylekit-contrast-background-color);
1158
+ overflow: hidden;
1159
+ border-radius: var(--sn-stylekit-general-border-radius);
1160
+ /*
1161
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1162
+ We keep border-color as well incase the individual elements want a border in some cases.
1163
+ */
1164
+ border-color: var(--sn-stylekit-contrast-background-color);
1165
+ }
1166
+
1167
+ .sn-component .sk-button.contrast *, .sn-component .contrast.sk-box *,
1168
+ .sn-component .sk-box.contrast *,
1169
+ .sn-component .sk-circle.contrast * {
1170
+ position: relative;
1171
+ }
1172
+
1173
+ .sn-component .sk-button.contrast:before, .sn-component .contrast.sk-box:before,
1174
+ .sn-component .sk-box.contrast:before,
1175
+ .sn-component .sk-circle.contrast:before {
1176
+ content: '';
1177
+ position: absolute;
1178
+ top: 0;
1179
+ left: 0;
1180
+ width: 100%;
1181
+ height: 100%;
1182
+ background-color: var(--sn-stylekit-contrast-background-color);
1183
+ opacity: 1;
1184
+ border-radius: var(--sn-stylekit-general-border-radius);
1185
+ }
1186
+
1187
+ .sn-component .sk-button.contrast:after, .sn-component .contrast.sk-box:after,
1188
+ .sn-component .sk-box.contrast:after,
1189
+ .sn-component .sk-circle.contrast:after {
1190
+ content: '';
1191
+ display: block;
1192
+ height: 100%;
1193
+ position: absolute;
1194
+ top: 0;
1195
+ left: 0;
1196
+ width: 100%;
1197
+ border-radius: var(--sn-stylekit-general-border-radius);
1198
+ pointer-events: none;
1199
+ box-shadow: inset 0 0 0 1px;
1200
+ color: var(--sn-stylekit-contrast-background-color);
1201
+ }
1202
+
1203
+ .sn-component .sk-button.contrast:hover:before, .sn-component .contrast.sk-box:hover:before,
1204
+ .sn-component .sk-box.contrast:hover:before,
1205
+ .sn-component .sk-circle.contrast:hover:before {
1206
+ filter: brightness(130%);
1207
+ }
1208
+
1209
+ .sn-component .sk-button.contrast.no-bg, .sn-component .contrast.no-bg.sk-box,
1210
+ .sn-component .sk-box.contrast.no-bg,
1211
+ .sn-component .sk-circle.contrast.no-bg {
1212
+ background-color: transparent;
1213
+ }
1214
+
1215
+ .sn-component .sk-button.contrast.no-bg:before, .sn-component .contrast.no-bg.sk-box:before,
1216
+ .sn-component .sk-box.contrast.no-bg:before,
1217
+ .sn-component .sk-circle.contrast.no-bg:before {
1218
+ content: none;
1219
+ }
1220
+
1221
+ .sn-component .sk-button.contrast.featured, .sn-component .contrast.featured.sk-box,
1222
+ .sn-component .sk-box.contrast.featured,
1223
+ .sn-component .sk-circle.contrast.featured {
1224
+ border: none;
1225
+ padding: 0.75rem 1.25rem;
1226
+ font-size: var(--sn-stylekit-font-size-h3);
1227
+ }
1228
+
1229
+ .sn-component .sk-button.contrast.featured:before, .sn-component .contrast.featured.sk-box:before,
1230
+ .sn-component .sk-box.contrast.featured:before,
1231
+ .sn-component .sk-circle.contrast.featured:before {
1232
+ opacity: 1;
1233
+ }
1234
+
1235
+ .sn-component .sk-button.sk-secondary, .sn-component .sk-secondary.sk-box,
1236
+ .sn-component .sk-box.sk-secondary,
1237
+ .sn-component .sk-circle.sk-secondary {
1238
+ /*
1239
+ If $border-color is supplied, we use traditional borders for rect.
1240
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1241
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1242
+ */
1243
+ color: var(--sn-stylekit-secondary-foreground-color);
1244
+ position: relative;
1245
+ background-color: var(--sn-stylekit-secondary-background-color);
1246
+ overflow: hidden;
1247
+ border-radius: var(--sn-stylekit-general-border-radius);
1248
+ /*
1249
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1250
+ We keep border-color as well incase the individual elements want a border in some cases.
1251
+ */
1252
+ border-color: var(--sn-stylekit-secondary-background-color);
1253
+ }
1254
+
1255
+ .sn-component .sk-button.sk-secondary *, .sn-component .sk-secondary.sk-box *,
1256
+ .sn-component .sk-box.sk-secondary *,
1257
+ .sn-component .sk-circle.sk-secondary * {
1258
+ position: relative;
1259
+ }
1260
+
1261
+ .sn-component .sk-button.sk-secondary:before, .sn-component .sk-secondary.sk-box:before,
1262
+ .sn-component .sk-box.sk-secondary:before,
1263
+ .sn-component .sk-circle.sk-secondary:before {
1264
+ content: '';
1265
+ position: absolute;
1266
+ top: 0;
1267
+ left: 0;
1268
+ width: 100%;
1269
+ height: 100%;
1270
+ background-color: var(--sn-stylekit-secondary-background-color);
1271
+ opacity: 1;
1272
+ border-radius: var(--sn-stylekit-general-border-radius);
1273
+ }
1274
+
1275
+ .sn-component .sk-button.sk-secondary:after, .sn-component .sk-secondary.sk-box:after,
1276
+ .sn-component .sk-box.sk-secondary:after,
1277
+ .sn-component .sk-circle.sk-secondary:after {
1278
+ content: '';
1279
+ display: block;
1280
+ height: 100%;
1281
+ position: absolute;
1282
+ top: 0;
1283
+ left: 0;
1284
+ width: 100%;
1285
+ border-radius: var(--sn-stylekit-general-border-radius);
1286
+ pointer-events: none;
1287
+ box-shadow: inset 0 0 0 1px;
1288
+ color: var(--sn-stylekit-secondary-background-color);
1289
+ }
1290
+
1291
+ .sn-component .sk-button.sk-secondary:hover:before, .sn-component .sk-secondary.sk-box:hover:before,
1292
+ .sn-component .sk-box.sk-secondary:hover:before,
1293
+ .sn-component .sk-circle.sk-secondary:hover:before {
1294
+ filter: brightness(130%);
1295
+ }
1296
+
1297
+ .sn-component .sk-button.sk-secondary.no-bg, .sn-component .sk-secondary.no-bg.sk-box,
1298
+ .sn-component .sk-box.sk-secondary.no-bg,
1299
+ .sn-component .sk-circle.sk-secondary.no-bg {
1300
+ background-color: transparent;
1301
+ }
1302
+
1303
+ .sn-component .sk-button.sk-secondary.no-bg:before, .sn-component .sk-secondary.no-bg.sk-box:before,
1304
+ .sn-component .sk-box.sk-secondary.no-bg:before,
1305
+ .sn-component .sk-circle.sk-secondary.no-bg:before {
1306
+ content: none;
1307
+ }
1308
+
1309
+ .sn-component .sk-button.sk-secondary.featured, .sn-component .sk-secondary.featured.sk-box,
1310
+ .sn-component .sk-box.sk-secondary.featured,
1311
+ .sn-component .sk-circle.sk-secondary.featured {
1312
+ border: none;
1313
+ padding: 0.75rem 1.25rem;
1314
+ font-size: var(--sn-stylekit-font-size-h3);
1315
+ }
1316
+
1317
+ .sn-component .sk-button.sk-secondary.featured:before, .sn-component .sk-secondary.featured.sk-box:before,
1318
+ .sn-component .sk-box.sk-secondary.featured:before,
1319
+ .sn-component .sk-circle.sk-secondary.featured:before {
1320
+ opacity: 1;
1321
+ }
1322
+
1323
+ .sn-component .sk-button.sk-secondary-contrast, .sn-component .sk-secondary-contrast.sk-box,
1324
+ .sn-component .sk-box.sk-secondary-contrast,
1325
+ .sn-component .sk-circle.sk-secondary-contrast {
1326
+ /*
1327
+ If $border-color is supplied, we use traditional borders for rect.
1328
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1329
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1330
+ */
1331
+ color: var(--sn-stylekit-secondary-contrast-foreground-color);
1332
+ position: relative;
1333
+ background-color: var(--sn-stylekit-secondary-contrast-background-color);
1334
+ overflow: hidden;
1335
+ border-radius: var(--sn-stylekit-general-border-radius);
1336
+ /*
1337
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1338
+ We keep border-color as well incase the individual elements want a border in some cases.
1339
+ */
1340
+ border-color: var(--sn-stylekit-secondary-contrast-background-color);
1341
+ }
1342
+
1343
+ .sn-component .sk-button.sk-secondary-contrast *, .sn-component .sk-secondary-contrast.sk-box *,
1344
+ .sn-component .sk-box.sk-secondary-contrast *,
1345
+ .sn-component .sk-circle.sk-secondary-contrast * {
1346
+ position: relative;
1347
+ }
1348
+
1349
+ .sn-component .sk-button.sk-secondary-contrast:before, .sn-component .sk-secondary-contrast.sk-box:before,
1350
+ .sn-component .sk-box.sk-secondary-contrast:before,
1351
+ .sn-component .sk-circle.sk-secondary-contrast:before {
1352
+ content: '';
1353
+ position: absolute;
1354
+ top: 0;
1355
+ left: 0;
1356
+ width: 100%;
1357
+ height: 100%;
1358
+ background-color: var(--sn-stylekit-secondary-contrast-background-color);
1359
+ opacity: 1;
1360
+ border-radius: var(--sn-stylekit-general-border-radius);
1361
+ }
1362
+
1363
+ .sn-component .sk-button.sk-secondary-contrast:after, .sn-component .sk-secondary-contrast.sk-box:after,
1364
+ .sn-component .sk-box.sk-secondary-contrast:after,
1365
+ .sn-component .sk-circle.sk-secondary-contrast:after {
1366
+ content: '';
1367
+ display: block;
1368
+ height: 100%;
1369
+ position: absolute;
1370
+ top: 0;
1371
+ left: 0;
1372
+ width: 100%;
1373
+ border-radius: var(--sn-stylekit-general-border-radius);
1374
+ pointer-events: none;
1375
+ box-shadow: inset 0 0 0 1px;
1376
+ color: var(--sn-stylekit-secondary-contrast-background-color);
1377
+ }
1378
+
1379
+ .sn-component .sk-button.sk-secondary-contrast:hover:before, .sn-component .sk-secondary-contrast.sk-box:hover:before,
1380
+ .sn-component .sk-box.sk-secondary-contrast:hover:before,
1381
+ .sn-component .sk-circle.sk-secondary-contrast:hover:before {
1382
+ filter: brightness(130%);
1383
+ }
1384
+
1385
+ .sn-component .sk-button.sk-secondary-contrast.no-bg, .sn-component .sk-secondary-contrast.no-bg.sk-box,
1386
+ .sn-component .sk-box.sk-secondary-contrast.no-bg,
1387
+ .sn-component .sk-circle.sk-secondary-contrast.no-bg {
1388
+ background-color: transparent;
1389
+ }
1390
+
1391
+ .sn-component .sk-button.sk-secondary-contrast.no-bg:before, .sn-component .sk-secondary-contrast.no-bg.sk-box:before,
1392
+ .sn-component .sk-box.sk-secondary-contrast.no-bg:before,
1393
+ .sn-component .sk-circle.sk-secondary-contrast.no-bg:before {
1394
+ content: none;
1395
+ }
1396
+
1397
+ .sn-component .sk-button.sk-secondary-contrast.featured, .sn-component .sk-secondary-contrast.featured.sk-box,
1398
+ .sn-component .sk-box.sk-secondary-contrast.featured,
1399
+ .sn-component .sk-circle.sk-secondary-contrast.featured {
1400
+ border: none;
1401
+ padding: 0.75rem 1.25rem;
1402
+ font-size: var(--sn-stylekit-font-size-h3);
1403
+ }
1404
+
1405
+ .sn-component .sk-button.sk-secondary-contrast.featured:before, .sn-component .sk-secondary-contrast.featured.sk-box:before,
1406
+ .sn-component .sk-box.sk-secondary-contrast.featured:before,
1407
+ .sn-component .sk-circle.sk-secondary-contrast.featured:before {
1408
+ opacity: 1;
1409
+ }
1410
+
1411
+ .sn-component .sk-button.neutral, .sn-component .neutral.sk-box,
1412
+ .sn-component .sk-box.neutral,
1413
+ .sn-component .sk-circle.neutral {
1414
+ /*
1415
+ If $border-color is supplied, we use traditional borders for rect.
1416
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1417
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1418
+ */
1419
+ color: var(--sn-stylekit-neutral-contrast-color);
1420
+ position: relative;
1421
+ background-color: var(--sn-stylekit-neutral-color);
1422
+ overflow: hidden;
1423
+ border-radius: var(--sn-stylekit-general-border-radius);
1424
+ /*
1425
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1426
+ We keep border-color as well incase the individual elements want a border in some cases.
1427
+ */
1428
+ border-color: var(--sn-stylekit-neutral-color);
1429
+ }
1430
+
1431
+ .sn-component .sk-button.neutral *, .sn-component .neutral.sk-box *,
1432
+ .sn-component .sk-box.neutral *,
1433
+ .sn-component .sk-circle.neutral * {
1434
+ position: relative;
1435
+ }
1436
+
1437
+ .sn-component .sk-button.neutral:before, .sn-component .neutral.sk-box:before,
1438
+ .sn-component .sk-box.neutral:before,
1439
+ .sn-component .sk-circle.neutral:before {
1440
+ content: '';
1441
+ position: absolute;
1442
+ top: 0;
1443
+ left: 0;
1444
+ width: 100%;
1445
+ height: 100%;
1446
+ background-color: var(--sn-stylekit-neutral-color);
1447
+ opacity: 1;
1448
+ border-radius: var(--sn-stylekit-general-border-radius);
1449
+ }
1450
+
1451
+ .sn-component .sk-button.neutral:after, .sn-component .neutral.sk-box:after,
1452
+ .sn-component .sk-box.neutral:after,
1453
+ .sn-component .sk-circle.neutral:after {
1454
+ content: '';
1455
+ display: block;
1456
+ height: 100%;
1457
+ position: absolute;
1458
+ top: 0;
1459
+ left: 0;
1460
+ width: 100%;
1461
+ border-radius: var(--sn-stylekit-general-border-radius);
1462
+ pointer-events: none;
1463
+ box-shadow: inset 0 0 0 1px;
1464
+ color: var(--sn-stylekit-neutral-color);
1465
+ }
1466
+
1467
+ .sn-component .sk-button.neutral:hover:before, .sn-component .neutral.sk-box:hover:before,
1468
+ .sn-component .sk-box.neutral:hover:before,
1469
+ .sn-component .sk-circle.neutral:hover:before {
1470
+ filter: brightness(130%);
1471
+ }
1472
+
1473
+ .sn-component .sk-button.neutral.no-bg, .sn-component .neutral.no-bg.sk-box,
1474
+ .sn-component .sk-box.neutral.no-bg,
1475
+ .sn-component .sk-circle.neutral.no-bg {
1476
+ background-color: transparent;
1477
+ }
1478
+
1479
+ .sn-component .sk-button.neutral.no-bg:before, .sn-component .neutral.no-bg.sk-box:before,
1480
+ .sn-component .sk-box.neutral.no-bg:before,
1481
+ .sn-component .sk-circle.neutral.no-bg:before {
1482
+ content: none;
1483
+ }
1484
+
1485
+ .sn-component .sk-button.neutral.featured, .sn-component .neutral.featured.sk-box,
1486
+ .sn-component .sk-box.neutral.featured,
1487
+ .sn-component .sk-circle.neutral.featured {
1488
+ border: none;
1489
+ padding: 0.75rem 1.25rem;
1490
+ font-size: var(--sn-stylekit-font-size-h3);
1491
+ }
1492
+
1493
+ .sn-component .sk-button.neutral.featured:before, .sn-component .neutral.featured.sk-box:before,
1494
+ .sn-component .sk-box.neutral.featured:before,
1495
+ .sn-component .sk-circle.neutral.featured:before {
1496
+ opacity: 1;
1497
+ }
1498
+
1499
+ .sn-component .sk-button.info, .sn-component .info.sk-box,
1500
+ .sn-component .sk-box.info,
1501
+ .sn-component .sk-circle.info {
1502
+ /*
1503
+ If $border-color is supplied, we use traditional borders for rect.
1504
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1505
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1506
+ */
1507
+ color: var(--sn-stylekit-info-contrast-color);
1508
+ position: relative;
1509
+ background-color: var(--sn-stylekit-info-color);
1510
+ overflow: hidden;
1511
+ border-radius: var(--sn-stylekit-general-border-radius);
1512
+ /*
1513
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1514
+ We keep border-color as well incase the individual elements want a border in some cases.
1515
+ */
1516
+ border-color: var(--sn-stylekit-info-color);
1517
+ }
1518
+
1519
+ .sn-component .sk-button.info *, .sn-component .info.sk-box *,
1520
+ .sn-component .sk-box.info *,
1521
+ .sn-component .sk-circle.info * {
1522
+ position: relative;
1523
+ }
1524
+
1525
+ .sn-component .sk-button.info:before, .sn-component .info.sk-box:before,
1526
+ .sn-component .sk-box.info:before,
1527
+ .sn-component .sk-circle.info:before {
1528
+ content: '';
1529
+ position: absolute;
1530
+ top: 0;
1531
+ left: 0;
1532
+ width: 100%;
1533
+ height: 100%;
1534
+ background-color: var(--sn-stylekit-info-color);
1535
+ opacity: 1;
1536
+ border-radius: var(--sn-stylekit-general-border-radius);
1537
+ }
1538
+
1539
+ .sn-component .sk-button.info:after, .sn-component .info.sk-box:after,
1540
+ .sn-component .sk-box.info:after,
1541
+ .sn-component .sk-circle.info:after {
1542
+ content: '';
1543
+ display: block;
1544
+ height: 100%;
1545
+ position: absolute;
1546
+ top: 0;
1547
+ left: 0;
1548
+ width: 100%;
1549
+ border-radius: var(--sn-stylekit-general-border-radius);
1550
+ pointer-events: none;
1551
+ box-shadow: inset 0 0 0 1px;
1552
+ color: var(--sn-stylekit-info-color);
1553
+ }
1554
+
1555
+ .sn-component .sk-button.info:hover:before, .sn-component .info.sk-box:hover:before,
1556
+ .sn-component .sk-box.info:hover:before,
1557
+ .sn-component .sk-circle.info:hover:before {
1558
+ filter: brightness(130%);
1559
+ }
1560
+
1561
+ .sn-component .sk-button.info.no-bg, .sn-component .info.no-bg.sk-box,
1562
+ .sn-component .sk-box.info.no-bg,
1563
+ .sn-component .sk-circle.info.no-bg {
1564
+ background-color: transparent;
1565
+ }
1566
+
1567
+ .sn-component .sk-button.info.no-bg:before, .sn-component .info.no-bg.sk-box:before,
1568
+ .sn-component .sk-box.info.no-bg:before,
1569
+ .sn-component .sk-circle.info.no-bg:before {
1570
+ content: none;
1571
+ }
1572
+
1573
+ .sn-component .sk-button.info.featured, .sn-component .info.featured.sk-box,
1574
+ .sn-component .sk-box.info.featured,
1575
+ .sn-component .sk-circle.info.featured {
1576
+ border: none;
1577
+ padding: 0.75rem 1.25rem;
1578
+ font-size: var(--sn-stylekit-font-size-h3);
1579
+ }
1580
+
1581
+ .sn-component .sk-button.info.featured:before, .sn-component .info.featured.sk-box:before,
1582
+ .sn-component .sk-box.info.featured:before,
1583
+ .sn-component .sk-circle.info.featured:before {
1584
+ opacity: 1;
1585
+ }
1586
+
1587
+ .sn-component .sk-button.warning, .sn-component .warning.sk-box,
1588
+ .sn-component .sk-box.warning,
1589
+ .sn-component .sk-circle.warning {
1590
+ /*
1591
+ If $border-color is supplied, we use traditional borders for rect.
1592
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1593
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1594
+ */
1595
+ color: var(--sn-stylekit-warning-contrast-color);
1596
+ position: relative;
1597
+ background-color: var(--sn-stylekit-warning-color);
1598
+ overflow: hidden;
1599
+ border-radius: var(--sn-stylekit-general-border-radius);
1600
+ /*
1601
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1602
+ We keep border-color as well incase the individual elements want a border in some cases.
1603
+ */
1604
+ border-color: var(--sn-stylekit-warning-color);
1605
+ }
1606
+
1607
+ .sn-component .sk-button.warning *, .sn-component .warning.sk-box *,
1608
+ .sn-component .sk-box.warning *,
1609
+ .sn-component .sk-circle.warning * {
1610
+ position: relative;
1611
+ }
1612
+
1613
+ .sn-component .sk-button.warning:before, .sn-component .warning.sk-box:before,
1614
+ .sn-component .sk-box.warning:before,
1615
+ .sn-component .sk-circle.warning:before {
1616
+ content: '';
1617
+ position: absolute;
1618
+ top: 0;
1619
+ left: 0;
1620
+ width: 100%;
1621
+ height: 100%;
1622
+ background-color: var(--sn-stylekit-warning-color);
1623
+ opacity: 1;
1624
+ border-radius: var(--sn-stylekit-general-border-radius);
1625
+ }
1626
+
1627
+ .sn-component .sk-button.warning:after, .sn-component .warning.sk-box:after,
1628
+ .sn-component .sk-box.warning:after,
1629
+ .sn-component .sk-circle.warning:after {
1630
+ content: '';
1631
+ display: block;
1632
+ height: 100%;
1633
+ position: absolute;
1634
+ top: 0;
1635
+ left: 0;
1636
+ width: 100%;
1637
+ border-radius: var(--sn-stylekit-general-border-radius);
1638
+ pointer-events: none;
1639
+ box-shadow: inset 0 0 0 1px;
1640
+ color: var(--sn-stylekit-warning-color);
1641
+ }
1642
+
1643
+ .sn-component .sk-button.warning:hover:before, .sn-component .warning.sk-box:hover:before,
1644
+ .sn-component .sk-box.warning:hover:before,
1645
+ .sn-component .sk-circle.warning:hover:before {
1646
+ filter: brightness(130%);
1647
+ }
1648
+
1649
+ .sn-component .sk-button.warning.no-bg, .sn-component .warning.no-bg.sk-box,
1650
+ .sn-component .sk-box.warning.no-bg,
1651
+ .sn-component .sk-circle.warning.no-bg {
1652
+ background-color: transparent;
1653
+ }
1654
+
1655
+ .sn-component .sk-button.warning.no-bg:before, .sn-component .warning.no-bg.sk-box:before,
1656
+ .sn-component .sk-box.warning.no-bg:before,
1657
+ .sn-component .sk-circle.warning.no-bg:before {
1658
+ content: none;
1659
+ }
1660
+
1661
+ .sn-component .sk-button.warning.featured, .sn-component .warning.featured.sk-box,
1662
+ .sn-component .sk-box.warning.featured,
1663
+ .sn-component .sk-circle.warning.featured {
1664
+ border: none;
1665
+ padding: 0.75rem 1.25rem;
1666
+ font-size: var(--sn-stylekit-font-size-h3);
1667
+ }
1668
+
1669
+ .sn-component .sk-button.warning.featured:before, .sn-component .warning.featured.sk-box:before,
1670
+ .sn-component .sk-box.warning.featured:before,
1671
+ .sn-component .sk-circle.warning.featured:before {
1672
+ opacity: 1;
1673
+ }
1674
+
1675
+ .sn-component .sk-button.danger, .sn-component .danger.sk-box,
1676
+ .sn-component .sk-box.danger,
1677
+ .sn-component .sk-circle.danger {
1678
+ /*
1679
+ If $border-color is supplied, we use traditional borders for rect.
1680
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1681
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1682
+ */
1683
+ color: var(--sn-stylekit-danger-contrast-color);
1684
+ position: relative;
1685
+ background-color: var(--sn-stylekit-danger-color);
1686
+ overflow: hidden;
1687
+ border-radius: var(--sn-stylekit-general-border-radius);
1688
+ /*
1689
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1690
+ We keep border-color as well incase the individual elements want a border in some cases.
1691
+ */
1692
+ border-color: var(--sn-stylekit-danger-color);
1693
+ }
1694
+
1695
+ .sn-component .sk-button.danger *, .sn-component .danger.sk-box *,
1696
+ .sn-component .sk-box.danger *,
1697
+ .sn-component .sk-circle.danger * {
1698
+ position: relative;
1699
+ }
1700
+
1701
+ .sn-component .sk-button.danger:before, .sn-component .danger.sk-box:before,
1702
+ .sn-component .sk-box.danger:before,
1703
+ .sn-component .sk-circle.danger:before {
1704
+ content: '';
1705
+ position: absolute;
1706
+ top: 0;
1707
+ left: 0;
1708
+ width: 100%;
1709
+ height: 100%;
1710
+ background-color: var(--sn-stylekit-danger-color);
1711
+ opacity: 1;
1712
+ border-radius: var(--sn-stylekit-general-border-radius);
1713
+ }
1714
+
1715
+ .sn-component .sk-button.danger:after, .sn-component .danger.sk-box:after,
1716
+ .sn-component .sk-box.danger:after,
1717
+ .sn-component .sk-circle.danger:after {
1718
+ content: '';
1719
+ display: block;
1720
+ height: 100%;
1721
+ position: absolute;
1722
+ top: 0;
1723
+ left: 0;
1724
+ width: 100%;
1725
+ border-radius: var(--sn-stylekit-general-border-radius);
1726
+ pointer-events: none;
1727
+ box-shadow: inset 0 0 0 1px;
1728
+ color: var(--sn-stylekit-danger-color);
1729
+ }
1730
+
1731
+ .sn-component .sk-button.danger:hover:before, .sn-component .danger.sk-box:hover:before,
1732
+ .sn-component .sk-box.danger:hover:before,
1733
+ .sn-component .sk-circle.danger:hover:before {
1734
+ filter: brightness(130%);
1735
+ }
1736
+
1737
+ .sn-component .sk-button.danger.no-bg, .sn-component .danger.no-bg.sk-box,
1738
+ .sn-component .sk-box.danger.no-bg,
1739
+ .sn-component .sk-circle.danger.no-bg {
1740
+ background-color: transparent;
1741
+ }
1742
+
1743
+ .sn-component .sk-button.danger.no-bg:before, .sn-component .danger.no-bg.sk-box:before,
1744
+ .sn-component .sk-box.danger.no-bg:before,
1745
+ .sn-component .sk-circle.danger.no-bg:before {
1746
+ content: none;
1747
+ }
1748
+
1749
+ .sn-component .sk-button.danger.featured, .sn-component .danger.featured.sk-box,
1750
+ .sn-component .sk-box.danger.featured,
1751
+ .sn-component .sk-circle.danger.featured {
1752
+ border: none;
1753
+ padding: 0.75rem 1.25rem;
1754
+ font-size: var(--sn-stylekit-font-size-h3);
1755
+ }
1756
+
1757
+ .sn-component .sk-button.danger.featured:before, .sn-component .danger.featured.sk-box:before,
1758
+ .sn-component .sk-box.danger.featured:before,
1759
+ .sn-component .sk-circle.danger.featured:before {
1760
+ opacity: 1;
1761
+ }
1762
+
1763
+ .sn-component .sk-button.success, .sn-component .success.sk-box,
1764
+ .sn-component .sk-box.success,
1765
+ .sn-component .sk-circle.success {
1766
+ /*
1767
+ If $border-color is supplied, we use traditional borders for rect.
1768
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1769
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1770
+ */
1771
+ color: var(--sn-stylekit-success-contrast-color);
1772
+ position: relative;
1773
+ background-color: var(--sn-stylekit-success-color);
1774
+ overflow: hidden;
1775
+ border-radius: var(--sn-stylekit-general-border-radius);
1776
+ /*
1777
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1778
+ We keep border-color as well incase the individual elements want a border in some cases.
1779
+ */
1780
+ border-color: var(--sn-stylekit-success-color);
1781
+ }
1782
+
1783
+ .sn-component .sk-button.success *, .sn-component .success.sk-box *,
1784
+ .sn-component .sk-box.success *,
1785
+ .sn-component .sk-circle.success * {
1786
+ position: relative;
1787
+ }
1788
+
1789
+ .sn-component .sk-button.success:before, .sn-component .success.sk-box:before,
1790
+ .sn-component .sk-box.success:before,
1791
+ .sn-component .sk-circle.success:before {
1792
+ content: '';
1793
+ position: absolute;
1794
+ top: 0;
1795
+ left: 0;
1796
+ width: 100%;
1797
+ height: 100%;
1798
+ background-color: var(--sn-stylekit-success-color);
1799
+ opacity: 1;
1800
+ border-radius: var(--sn-stylekit-general-border-radius);
1801
+ }
1802
+
1803
+ .sn-component .sk-button.success:after, .sn-component .success.sk-box:after,
1804
+ .sn-component .sk-box.success:after,
1805
+ .sn-component .sk-circle.success:after {
1806
+ content: '';
1807
+ display: block;
1808
+ height: 100%;
1809
+ position: absolute;
1810
+ top: 0;
1811
+ left: 0;
1812
+ width: 100%;
1813
+ border-radius: var(--sn-stylekit-general-border-radius);
1814
+ pointer-events: none;
1815
+ box-shadow: inset 0 0 0 1px;
1816
+ color: var(--sn-stylekit-success-color);
1817
+ }
1818
+
1819
+ .sn-component .sk-button.success:hover:before, .sn-component .success.sk-box:hover:before,
1820
+ .sn-component .sk-box.success:hover:before,
1821
+ .sn-component .sk-circle.success:hover:before {
1822
+ filter: brightness(130%);
1823
+ }
1824
+
1825
+ .sn-component .sk-button.success.no-bg, .sn-component .success.no-bg.sk-box,
1826
+ .sn-component .sk-box.success.no-bg,
1827
+ .sn-component .sk-circle.success.no-bg {
1828
+ background-color: transparent;
1829
+ }
1830
+
1831
+ .sn-component .sk-button.success.no-bg:before, .sn-component .success.no-bg.sk-box:before,
1832
+ .sn-component .sk-box.success.no-bg:before,
1833
+ .sn-component .sk-circle.success.no-bg:before {
1834
+ content: none;
1835
+ }
1836
+
1837
+ .sn-component .sk-button.success.featured, .sn-component .success.featured.sk-box,
1838
+ .sn-component .sk-box.success.featured,
1839
+ .sn-component .sk-circle.success.featured {
1840
+ border: none;
1841
+ padding: 0.75rem 1.25rem;
1842
+ font-size: var(--sn-stylekit-font-size-h3);
1843
+ }
1844
+
1845
+ .sn-component .sk-button.success.featured:before, .sn-component .success.featured.sk-box:before,
1846
+ .sn-component .sk-box.success.featured:before,
1847
+ .sn-component .sk-circle.success.featured:before {
1848
+ opacity: 1;
1849
+ }
1850
+
1851
+ .sn-component .sk-notification.contrast,
1852
+ .sn-component .sk-input.contrast {
1853
+ /*
1854
+ If $border-color is supplied, we use traditional borders for rect.
1855
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1856
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1857
+ */
1858
+ color: var(--sn-stylekit-contrast-foreground-color);
1859
+ position: relative;
1860
+ background-color: var(--sn-stylekit-contrast-background-color);
1861
+ overflow: hidden;
1862
+ border-radius: var(--sn-stylekit-general-border-radius);
1863
+ /*
1864
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1865
+ We keep border-color as well incase the individual elements want a border in some cases.
1866
+ */
1867
+ border-color: var(--sn-stylekit-contrast-border-color);
1868
+ border: 1px solid var(--sn-stylekit-contrast-border-color);
1869
+ }
1870
+
1871
+ .sn-component .sk-notification.contrast *,
1872
+ .sn-component .sk-input.contrast * {
1873
+ position: relative;
1874
+ }
1875
+
1876
+ .sn-component .sk-notification.contrast:before,
1877
+ .sn-component .sk-input.contrast:before {
1878
+ content: '';
1879
+ position: absolute;
1880
+ top: 0;
1881
+ left: 0;
1882
+ width: 100%;
1883
+ height: 100%;
1884
+ background-color: var(--sn-stylekit-contrast-background-color);
1885
+ opacity: 1;
1886
+ border-radius: var(--sn-stylekit-general-border-radius);
1887
+ }
1888
+
1889
+ .sn-component .sk-notification.contrast:after,
1890
+ .sn-component .sk-input.contrast:after {
1891
+ content: '';
1892
+ display: block;
1893
+ height: 100%;
1894
+ position: absolute;
1895
+ top: 0;
1896
+ left: 0;
1897
+ width: 100%;
1898
+ border-radius: var(--sn-stylekit-general-border-radius);
1899
+ pointer-events: none;
1900
+ color: var(--sn-stylekit-contrast-border-color);
1901
+ border-color: var(--sn-stylekit-contrast-border-color);
1902
+ }
1903
+
1904
+ .sn-component .sk-notification.contrast.no-bg,
1905
+ .sn-component .sk-input.contrast.no-bg {
1906
+ background-color: transparent;
1907
+ }
1908
+
1909
+ .sn-component .sk-notification.contrast.no-bg:before,
1910
+ .sn-component .sk-input.contrast.no-bg:before {
1911
+ content: none;
1912
+ }
1913
+
1914
+ .sn-component .sk-notification.contrast.featured,
1915
+ .sn-component .sk-input.contrast.featured {
1916
+ border: none;
1917
+ padding: 0.75rem 1.25rem;
1918
+ font-size: var(--sn-stylekit-font-size-h3);
1919
+ }
1920
+
1921
+ .sn-component .sk-notification.contrast.featured:before,
1922
+ .sn-component .sk-input.contrast.featured:before {
1923
+ opacity: 1;
1924
+ }
1925
+
1926
+ .sn-component .sk-notification.sk-secondary,
1927
+ .sn-component .sk-input.sk-secondary {
1928
+ /*
1929
+ If $border-color is supplied, we use traditional borders for rect.
1930
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
1931
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
1932
+ */
1933
+ color: var(--sn-stylekit-secondary-foreground-color);
1934
+ position: relative;
1935
+ background-color: var(--sn-stylekit-secondary-background-color);
1936
+ overflow: hidden;
1937
+ border-radius: var(--sn-stylekit-general-border-radius);
1938
+ /*
1939
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
1940
+ We keep border-color as well incase the individual elements want a border in some cases.
1941
+ */
1942
+ border-color: var(--sn-stylekit-secondary-border-color);
1943
+ border: 1px solid var(--sn-stylekit-secondary-border-color);
1944
+ }
1945
+
1946
+ .sn-component .sk-notification.sk-secondary *,
1947
+ .sn-component .sk-input.sk-secondary * {
1948
+ position: relative;
1949
+ }
1950
+
1951
+ .sn-component .sk-notification.sk-secondary:before,
1952
+ .sn-component .sk-input.sk-secondary:before {
1953
+ content: '';
1954
+ position: absolute;
1955
+ top: 0;
1956
+ left: 0;
1957
+ width: 100%;
1958
+ height: 100%;
1959
+ background-color: var(--sn-stylekit-secondary-background-color);
1960
+ opacity: 1;
1961
+ border-radius: var(--sn-stylekit-general-border-radius);
1962
+ }
1963
+
1964
+ .sn-component .sk-notification.sk-secondary:after,
1965
+ .sn-component .sk-input.sk-secondary:after {
1966
+ content: '';
1967
+ display: block;
1968
+ height: 100%;
1969
+ position: absolute;
1970
+ top: 0;
1971
+ left: 0;
1972
+ width: 100%;
1973
+ border-radius: var(--sn-stylekit-general-border-radius);
1974
+ pointer-events: none;
1975
+ color: var(--sn-stylekit-secondary-border-color);
1976
+ border-color: var(--sn-stylekit-secondary-border-color);
1977
+ }
1978
+
1979
+ .sn-component .sk-notification.sk-secondary.no-bg,
1980
+ .sn-component .sk-input.sk-secondary.no-bg {
1981
+ background-color: transparent;
1982
+ }
1983
+
1984
+ .sn-component .sk-notification.sk-secondary.no-bg:before,
1985
+ .sn-component .sk-input.sk-secondary.no-bg:before {
1986
+ content: none;
1987
+ }
1988
+
1989
+ .sn-component .sk-notification.sk-secondary.featured,
1990
+ .sn-component .sk-input.sk-secondary.featured {
1991
+ border: none;
1992
+ padding: 0.75rem 1.25rem;
1993
+ font-size: var(--sn-stylekit-font-size-h3);
1994
+ }
1995
+
1996
+ .sn-component .sk-notification.sk-secondary.featured:before,
1997
+ .sn-component .sk-input.sk-secondary.featured:before {
1998
+ opacity: 1;
1999
+ }
2000
+
2001
+ .sn-component .sk-notification.sk-secondary-contrast,
2002
+ .sn-component .sk-input.sk-secondary-contrast {
2003
+ /*
2004
+ If $border-color is supplied, we use traditional borders for rect.
2005
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2006
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2007
+ */
2008
+ color: var(--sn-stylekit-secondary-contrast-foreground-color);
2009
+ position: relative;
2010
+ background-color: var(--sn-stylekit-secondary-contrast-background-color);
2011
+ overflow: hidden;
2012
+ border-radius: var(--sn-stylekit-general-border-radius);
2013
+ /*
2014
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2015
+ We keep border-color as well incase the individual elements want a border in some cases.
2016
+ */
2017
+ border-color: var(--sn-stylekit-secondary-contrast-border-color);
2018
+ border: 1px solid var(--sn-stylekit-secondary-contrast-border-color);
2019
+ }
2020
+
2021
+ .sn-component .sk-notification.sk-secondary-contrast *,
2022
+ .sn-component .sk-input.sk-secondary-contrast * {
2023
+ position: relative;
2024
+ }
2025
+
2026
+ .sn-component .sk-notification.sk-secondary-contrast:before,
2027
+ .sn-component .sk-input.sk-secondary-contrast:before {
2028
+ content: '';
2029
+ position: absolute;
2030
+ top: 0;
2031
+ left: 0;
2032
+ width: 100%;
2033
+ height: 100%;
2034
+ background-color: var(--sn-stylekit-secondary-contrast-background-color);
2035
+ opacity: 1;
2036
+ border-radius: var(--sn-stylekit-general-border-radius);
2037
+ }
2038
+
2039
+ .sn-component .sk-notification.sk-secondary-contrast:after,
2040
+ .sn-component .sk-input.sk-secondary-contrast:after {
2041
+ content: '';
2042
+ display: block;
2043
+ height: 100%;
2044
+ position: absolute;
2045
+ top: 0;
2046
+ left: 0;
2047
+ width: 100%;
2048
+ border-radius: var(--sn-stylekit-general-border-radius);
2049
+ pointer-events: none;
2050
+ color: var(--sn-stylekit-secondary-contrast-border-color);
2051
+ border-color: var(--sn-stylekit-secondary-contrast-border-color);
2052
+ }
2053
+
2054
+ .sn-component .sk-notification.sk-secondary-contrast.no-bg,
2055
+ .sn-component .sk-input.sk-secondary-contrast.no-bg {
2056
+ background-color: transparent;
2057
+ }
2058
+
2059
+ .sn-component .sk-notification.sk-secondary-contrast.no-bg:before,
2060
+ .sn-component .sk-input.sk-secondary-contrast.no-bg:before {
2061
+ content: none;
2062
+ }
2063
+
2064
+ .sn-component .sk-notification.sk-secondary-contrast.featured,
2065
+ .sn-component .sk-input.sk-secondary-contrast.featured {
2066
+ border: none;
2067
+ padding: 0.75rem 1.25rem;
2068
+ font-size: var(--sn-stylekit-font-size-h3);
2069
+ }
2070
+
2071
+ .sn-component .sk-notification.sk-secondary-contrast.featured:before,
2072
+ .sn-component .sk-input.sk-secondary-contrast.featured:before {
2073
+ opacity: 1;
2074
+ }
2075
+
2076
+ .sn-component .sk-notification.sk-base,
2077
+ .sn-component .sk-input.sk-base {
2078
+ /*
2079
+ If $border-color is supplied, we use traditional borders for rect.
2080
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2081
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2082
+ */
2083
+ color: var(--sn-stylekit-foreground-color);
2084
+ position: relative;
2085
+ background-color: var(--sn-stylekit-background-color);
2086
+ overflow: hidden;
2087
+ border-radius: var(--sn-stylekit-general-border-radius);
2088
+ /*
2089
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2090
+ We keep border-color as well incase the individual elements want a border in some cases.
2091
+ */
2092
+ border-color: var(--sn-stylekit-border-color);
2093
+ border: 1px solid var(--sn-stylekit-border-color);
2094
+ }
2095
+
2096
+ .sn-component .sk-notification.sk-base *,
2097
+ .sn-component .sk-input.sk-base * {
2098
+ position: relative;
2099
+ }
2100
+
2101
+ .sn-component .sk-notification.sk-base:before,
2102
+ .sn-component .sk-input.sk-base:before {
2103
+ content: '';
2104
+ position: absolute;
2105
+ top: 0;
2106
+ left: 0;
2107
+ width: 100%;
2108
+ height: 100%;
2109
+ background-color: var(--sn-stylekit-background-color);
2110
+ opacity: 1;
2111
+ border-radius: var(--sn-stylekit-general-border-radius);
2112
+ }
2113
+
2114
+ .sn-component .sk-notification.sk-base:after,
2115
+ .sn-component .sk-input.sk-base:after {
2116
+ content: '';
2117
+ display: block;
2118
+ height: 100%;
2119
+ position: absolute;
2120
+ top: 0;
2121
+ left: 0;
2122
+ width: 100%;
2123
+ border-radius: var(--sn-stylekit-general-border-radius);
2124
+ pointer-events: none;
2125
+ color: var(--sn-stylekit-border-color);
2126
+ border-color: var(--sn-stylekit-border-color);
2127
+ }
2128
+
2129
+ .sn-component .sk-notification.sk-base.no-bg,
2130
+ .sn-component .sk-input.sk-base.no-bg {
2131
+ background-color: transparent;
2132
+ }
2133
+
2134
+ .sn-component .sk-notification.sk-base.no-bg:before,
2135
+ .sn-component .sk-input.sk-base.no-bg:before {
2136
+ content: none;
2137
+ }
2138
+
2139
+ .sn-component .sk-notification.sk-base.featured,
2140
+ .sn-component .sk-input.sk-base.featured {
2141
+ border: none;
2142
+ padding: 0.75rem 1.25rem;
2143
+ font-size: var(--sn-stylekit-font-size-h3);
2144
+ }
2145
+
2146
+ .sn-component .sk-notification.sk-base.featured:before,
2147
+ .sn-component .sk-input.sk-base.featured:before {
2148
+ opacity: 1;
2149
+ }
2150
+
2151
+ .sn-component .sk-notification.neutral,
2152
+ .sn-component .sk-input.neutral {
2153
+ /*
2154
+ If $border-color is supplied, we use traditional borders for rect.
2155
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2156
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2157
+ */
2158
+ color: var(--sn-stylekit-neutral-contrast-color);
2159
+ position: relative;
2160
+ background-color: var(--sn-stylekit-neutral-color);
2161
+ overflow: hidden;
2162
+ border-radius: var(--sn-stylekit-general-border-radius);
2163
+ /*
2164
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2165
+ We keep border-color as well incase the individual elements want a border in some cases.
2166
+ */
2167
+ border-color: var(--sn-stylekit-neutral-color);
2168
+ }
2169
+
2170
+ .sn-component .sk-notification.neutral *,
2171
+ .sn-component .sk-input.neutral * {
2172
+ position: relative;
2173
+ }
2174
+
2175
+ .sn-component .sk-notification.neutral:before,
2176
+ .sn-component .sk-input.neutral:before {
2177
+ content: '';
2178
+ position: absolute;
2179
+ top: 0;
2180
+ left: 0;
2181
+ width: 100%;
2182
+ height: 100%;
2183
+ background-color: var(--sn-stylekit-neutral-color);
2184
+ opacity: 1;
2185
+ border-radius: var(--sn-stylekit-general-border-radius);
2186
+ }
2187
+
2188
+ .sn-component .sk-notification.neutral:after,
2189
+ .sn-component .sk-input.neutral:after {
2190
+ content: '';
2191
+ display: block;
2192
+ height: 100%;
2193
+ position: absolute;
2194
+ top: 0;
2195
+ left: 0;
2196
+ width: 100%;
2197
+ border-radius: var(--sn-stylekit-general-border-radius);
2198
+ pointer-events: none;
2199
+ box-shadow: inset 0 0 0 1px;
2200
+ color: var(--sn-stylekit-neutral-color);
2201
+ }
2202
+
2203
+ .sn-component .sk-notification.neutral.no-bg,
2204
+ .sn-component .sk-input.neutral.no-bg {
2205
+ background-color: transparent;
2206
+ }
2207
+
2208
+ .sn-component .sk-notification.neutral.no-bg:before,
2209
+ .sn-component .sk-input.neutral.no-bg:before {
2210
+ content: none;
2211
+ }
2212
+
2213
+ .sn-component .sk-notification.neutral.featured,
2214
+ .sn-component .sk-input.neutral.featured {
2215
+ border: none;
2216
+ padding: 0.75rem 1.25rem;
2217
+ font-size: var(--sn-stylekit-font-size-h3);
2218
+ }
2219
+
2220
+ .sn-component .sk-notification.neutral.featured:before,
2221
+ .sn-component .sk-input.neutral.featured:before {
2222
+ opacity: 1;
2223
+ }
2224
+
2225
+ .sn-component .sk-notification.info,
2226
+ .sn-component .sk-input.info {
2227
+ /*
2228
+ If $border-color is supplied, we use traditional borders for rect.
2229
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2230
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2231
+ */
2232
+ color: var(--sn-stylekit-info-contrast-color);
2233
+ position: relative;
2234
+ background-color: var(--sn-stylekit-info-color);
2235
+ overflow: hidden;
2236
+ border-radius: var(--sn-stylekit-general-border-radius);
2237
+ /*
2238
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2239
+ We keep border-color as well incase the individual elements want a border in some cases.
2240
+ */
2241
+ border-color: var(--sn-stylekit-info-color);
2242
+ }
2243
+
2244
+ .sn-component .sk-notification.info *,
2245
+ .sn-component .sk-input.info * {
2246
+ position: relative;
2247
+ }
2248
+
2249
+ .sn-component .sk-notification.info:before,
2250
+ .sn-component .sk-input.info:before {
2251
+ content: '';
2252
+ position: absolute;
2253
+ top: 0;
2254
+ left: 0;
2255
+ width: 100%;
2256
+ height: 100%;
2257
+ background-color: var(--sn-stylekit-info-color);
2258
+ opacity: 1;
2259
+ border-radius: var(--sn-stylekit-general-border-radius);
2260
+ }
2261
+
2262
+ .sn-component .sk-notification.info:after,
2263
+ .sn-component .sk-input.info:after {
2264
+ content: '';
2265
+ display: block;
2266
+ height: 100%;
2267
+ position: absolute;
2268
+ top: 0;
2269
+ left: 0;
2270
+ width: 100%;
2271
+ border-radius: var(--sn-stylekit-general-border-radius);
2272
+ pointer-events: none;
2273
+ box-shadow: inset 0 0 0 1px;
2274
+ color: var(--sn-stylekit-info-color);
2275
+ }
2276
+
2277
+ .sn-component .sk-notification.info.no-bg,
2278
+ .sn-component .sk-input.info.no-bg {
2279
+ background-color: transparent;
2280
+ }
2281
+
2282
+ .sn-component .sk-notification.info.no-bg:before,
2283
+ .sn-component .sk-input.info.no-bg:before {
2284
+ content: none;
2285
+ }
2286
+
2287
+ .sn-component .sk-notification.info.featured,
2288
+ .sn-component .sk-input.info.featured {
2289
+ border: none;
2290
+ padding: 0.75rem 1.25rem;
2291
+ font-size: var(--sn-stylekit-font-size-h3);
2292
+ }
2293
+
2294
+ .sn-component .sk-notification.info.featured:before,
2295
+ .sn-component .sk-input.info.featured:before {
2296
+ opacity: 1;
2297
+ }
2298
+
2299
+ .sn-component .sk-notification.warning,
2300
+ .sn-component .sk-input.warning {
2301
+ /*
2302
+ If $border-color is supplied, we use traditional borders for rect.
2303
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2304
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2305
+ */
2306
+ color: var(--sn-stylekit-warning-contrast-color);
2307
+ position: relative;
2308
+ background-color: var(--sn-stylekit-warning-color);
2309
+ overflow: hidden;
2310
+ border-radius: var(--sn-stylekit-general-border-radius);
2311
+ /*
2312
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2313
+ We keep border-color as well incase the individual elements want a border in some cases.
2314
+ */
2315
+ border-color: var(--sn-stylekit-warning-color);
2316
+ }
2317
+
2318
+ .sn-component .sk-notification.warning *,
2319
+ .sn-component .sk-input.warning * {
2320
+ position: relative;
2321
+ }
2322
+
2323
+ .sn-component .sk-notification.warning:before,
2324
+ .sn-component .sk-input.warning:before {
2325
+ content: '';
2326
+ position: absolute;
2327
+ top: 0;
2328
+ left: 0;
2329
+ width: 100%;
2330
+ height: 100%;
2331
+ background-color: var(--sn-stylekit-warning-color);
2332
+ opacity: 1;
2333
+ border-radius: var(--sn-stylekit-general-border-radius);
2334
+ }
2335
+
2336
+ .sn-component .sk-notification.warning:after,
2337
+ .sn-component .sk-input.warning:after {
2338
+ content: '';
2339
+ display: block;
2340
+ height: 100%;
2341
+ position: absolute;
2342
+ top: 0;
2343
+ left: 0;
2344
+ width: 100%;
2345
+ border-radius: var(--sn-stylekit-general-border-radius);
2346
+ pointer-events: none;
2347
+ box-shadow: inset 0 0 0 1px;
2348
+ color: var(--sn-stylekit-warning-color);
2349
+ }
2350
+
2351
+ .sn-component .sk-notification.warning.no-bg,
2352
+ .sn-component .sk-input.warning.no-bg {
2353
+ background-color: transparent;
2354
+ }
2355
+
2356
+ .sn-component .sk-notification.warning.no-bg:before,
2357
+ .sn-component .sk-input.warning.no-bg:before {
2358
+ content: none;
2359
+ }
2360
+
2361
+ .sn-component .sk-notification.warning.featured,
2362
+ .sn-component .sk-input.warning.featured {
2363
+ border: none;
2364
+ padding: 0.75rem 1.25rem;
2365
+ font-size: var(--sn-stylekit-font-size-h3);
2366
+ }
2367
+
2368
+ .sn-component .sk-notification.warning.featured:before,
2369
+ .sn-component .sk-input.warning.featured:before {
2370
+ opacity: 1;
2371
+ }
2372
+
2373
+ .sn-component .sk-notification.danger,
2374
+ .sn-component .sk-input.danger {
2375
+ /*
2376
+ If $border-color is supplied, we use traditional borders for rect.
2377
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2378
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2379
+ */
2380
+ color: var(--sn-stylekit-danger-contrast-color);
2381
+ position: relative;
2382
+ background-color: var(--sn-stylekit-danger-color);
2383
+ overflow: hidden;
2384
+ border-radius: var(--sn-stylekit-general-border-radius);
2385
+ /*
2386
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2387
+ We keep border-color as well incase the individual elements want a border in some cases.
2388
+ */
2389
+ border-color: var(--sn-stylekit-danger-color);
2390
+ }
2391
+
2392
+ .sn-component .sk-notification.danger *,
2393
+ .sn-component .sk-input.danger * {
2394
+ position: relative;
2395
+ }
2396
+
2397
+ .sn-component .sk-notification.danger:before,
2398
+ .sn-component .sk-input.danger:before {
2399
+ content: '';
2400
+ position: absolute;
2401
+ top: 0;
2402
+ left: 0;
2403
+ width: 100%;
2404
+ height: 100%;
2405
+ background-color: var(--sn-stylekit-danger-color);
2406
+ opacity: 1;
2407
+ border-radius: var(--sn-stylekit-general-border-radius);
2408
+ }
2409
+
2410
+ .sn-component .sk-notification.danger:after,
2411
+ .sn-component .sk-input.danger:after {
2412
+ content: '';
2413
+ display: block;
2414
+ height: 100%;
2415
+ position: absolute;
2416
+ top: 0;
2417
+ left: 0;
2418
+ width: 100%;
2419
+ border-radius: var(--sn-stylekit-general-border-radius);
2420
+ pointer-events: none;
2421
+ box-shadow: inset 0 0 0 1px;
2422
+ color: var(--sn-stylekit-danger-color);
2423
+ }
2424
+
2425
+ .sn-component .sk-notification.danger.no-bg,
2426
+ .sn-component .sk-input.danger.no-bg {
2427
+ background-color: transparent;
2428
+ }
2429
+
2430
+ .sn-component .sk-notification.danger.no-bg:before,
2431
+ .sn-component .sk-input.danger.no-bg:before {
2432
+ content: none;
2433
+ }
2434
+
2435
+ .sn-component .sk-notification.danger.featured,
2436
+ .sn-component .sk-input.danger.featured {
2437
+ border: none;
2438
+ padding: 0.75rem 1.25rem;
2439
+ font-size: var(--sn-stylekit-font-size-h3);
2440
+ }
2441
+
2442
+ .sn-component .sk-notification.danger.featured:before,
2443
+ .sn-component .sk-input.danger.featured:before {
2444
+ opacity: 1;
2445
+ }
2446
+
2447
+ .sn-component .sk-notification.success,
2448
+ .sn-component .sk-input.success {
2449
+ /*
2450
+ If $border-color is supplied, we use traditional borders for rect.
2451
+ Only sk-notification and sk-input will supply their own border color because inputs don't seem to support inset shadow borders.
2452
+ If not, and we're inerferring border from other colors, we use box-shadow, so that we get rounded borders
2453
+ */
2454
+ color: var(--sn-stylekit-success-contrast-color);
2455
+ position: relative;
2456
+ background-color: var(--sn-stylekit-success-color);
2457
+ overflow: hidden;
2458
+ border-radius: var(--sn-stylekit-general-border-radius);
2459
+ /*
2460
+ We use box-shadow instead of border so that the borders are rounded properly around the rect.
2461
+ We keep border-color as well incase the individual elements want a border in some cases.
2462
+ */
2463
+ border-color: var(--sn-stylekit-success-color);
2464
+ }
2465
+
2466
+ .sn-component .sk-notification.success *,
2467
+ .sn-component .sk-input.success * {
2468
+ position: relative;
2469
+ }
2470
+
2471
+ .sn-component .sk-notification.success:before,
2472
+ .sn-component .sk-input.success:before {
2473
+ content: '';
2474
+ position: absolute;
2475
+ top: 0;
2476
+ left: 0;
2477
+ width: 100%;
2478
+ height: 100%;
2479
+ background-color: var(--sn-stylekit-success-color);
2480
+ opacity: 1;
2481
+ border-radius: var(--sn-stylekit-general-border-radius);
2482
+ }
2483
+
2484
+ .sn-component .sk-notification.success:after,
2485
+ .sn-component .sk-input.success:after {
2486
+ content: '';
2487
+ display: block;
2488
+ height: 100%;
2489
+ position: absolute;
2490
+ top: 0;
2491
+ left: 0;
2492
+ width: 100%;
2493
+ border-radius: var(--sn-stylekit-general-border-radius);
2494
+ pointer-events: none;
2495
+ box-shadow: inset 0 0 0 1px;
2496
+ color: var(--sn-stylekit-success-color);
2497
+ }
2498
+
2499
+ .sn-component .sk-notification.success.no-bg,
2500
+ .sn-component .sk-input.success.no-bg {
2501
+ background-color: transparent;
2502
+ }
2503
+
2504
+ .sn-component .sk-notification.success.no-bg:before,
2505
+ .sn-component .sk-input.success.no-bg:before {
2506
+ content: none;
2507
+ }
2508
+
2509
+ .sn-component .sk-notification.success.featured,
2510
+ .sn-component .sk-input.success.featured {
2511
+ border: none;
2512
+ padding: 0.75rem 1.25rem;
2513
+ font-size: var(--sn-stylekit-font-size-h3);
2514
+ }
2515
+
2516
+ .sn-component .sk-notification.success.featured:before,
2517
+ .sn-component .sk-input.success.featured:before {
2518
+ opacity: 1;
2519
+ }
2520
+
2521
+ .sn-component .sk-notification {
2522
+ padding: 1.1rem 1rem;
2523
+ margin: 1.4rem 0;
2524
+ text-align: left;
2525
+ cursor: default;
2526
+ }
2527
+
2528
+ .sn-component .sk-notification.one-line {
2529
+ padding: 0rem 0.4rem;
2530
+ }
2531
+
2532
+ .sn-component .sk-notification.stretch {
2533
+ width: 100%;
2534
+ }
2535
+
2536
+ .sn-component .sk-notification.dashed {
2537
+ border-style: dashed;
2538
+ border-width: 2px;
2539
+ }
2540
+
2541
+ .sn-component .sk-notification.dashed:after {
2542
+ box-shadow: none;
2543
+ }
2544
+
2545
+ .sn-component .sk-notification .sk-notification-title {
2546
+ font-size: var(--sn-stylekit-font-size-h1);
2547
+ font-weight: bold;
2548
+ line-height: 1.9rem;
2549
+ }
2550
+
2551
+ .sn-component .sk-notification .sk-notification-text {
2552
+ line-height: 1.5rem;
2553
+ font-size: var(--sn-stylekit-font-size-p);
2554
+ text-align: left;
2555
+ font-weight: normal;
2556
+ }
2557
+
2558
+ .sn-component .sk-circle {
2559
+ border: 1px solid;
2560
+ cursor: pointer;
2561
+ border-color: var(--sn-stylekit-contrast-foreground-color);
2562
+ background-color: var(--sn-stylekit-contrast-background-color);
2563
+ padding: 0;
2564
+ border-radius: 50% !important;
2565
+ flex-shrink: 0;
2566
+ }
2567
+
2568
+ .sn-component .sk-circle:before {
2569
+ border-radius: 50% !important;
2570
+ }
2571
+
2572
+ .sn-component .sk-circle:after {
2573
+ border-radius: 50% !important;
2574
+ }
2575
+
2576
+ .sn-component .sk-circle.small {
2577
+ width: 11px;
2578
+ height: 11px;
2579
+ }
2580
+
2581
+ .sn-component .sk-spinner {
2582
+ border: 1px solid var(--sn-stylekit-neutral-color);
2583
+ border-radius: 50%;
2584
+ animation: rotate 0.8s infinite linear;
2585
+ border-right-color: transparent;
2586
+ }
2587
+
2588
+ .sn-component .sk-spinner.small {
2589
+ width: 12px;
2590
+ height: 12px;
2591
+ }
2592
+
2593
+ .sn-component .sk-spinner.info-contrast {
2594
+ border-color: var(--sn-stylekit-info-contrast-color);
2595
+ border-right-color: transparent;
2596
+ }
2597
+
2598
+ .sn-component .sk-spinner.info {
2599
+ border-color: var(--sn-stylekit-info-color);
2600
+ border-right-color: transparent;
2601
+ }
2602
+
2603
+ .sn-component .sk-spinner.warning {
2604
+ border-color: var(--sn-stylekit-warning-color);
2605
+ border-right-color: transparent;
2606
+ }
2607
+
2608
+ .sn-component .sk-spinner.danger {
2609
+ border-color: var(--sn-stylekit-danger-color);
2610
+ border-right-color: transparent;
2611
+ }
2612
+
2613
+ .sn-component .sk-spinner.success {
2614
+ border-color: var(--sn-stylekit-success-color);
2615
+ border-right-color: transparent;
2616
+ }
2617
+
2618
+ @keyframes rotate {
2619
+ 0% {
2620
+ transform: rotate(0deg);
2621
+ }
2622
+ 100% {
2623
+ transform: rotate(360deg);
2624
+ }
2625
+ }
2626
+
2627
+ .sn-component .sk-app-bar {
2628
+ display: flex;
2629
+ width: 100%;
2630
+ height: 2rem;
2631
+ padding: 0rem 0.8rem;
2632
+ background-color: var(--sn-stylekit-contrast-background-color);
2633
+ color: var(--sn-stylekit-contrast-foreground-color);
2634
+ justify-content: space-between;
2635
+ align-items: center;
2636
+ border: 1px solid var(--sn-stylekit-contrast-border-color);
2637
+ user-select: none;
2638
+ }
2639
+
2640
+ .sn-component .sk-app-bar.no-edges {
2641
+ border-left: 0;
2642
+ border-right: 0;
2643
+ }
2644
+
2645
+ .sn-component .sk-app-bar.no-bottom-edge {
2646
+ border-bottom: 0;
2647
+ }
2648
+
2649
+ .sn-component .sk-app-bar .left,
2650
+ .sn-component .sk-app-bar .right {
2651
+ display: flex;
2652
+ height: 100%;
2653
+ }
2654
+
2655
+ .sn-component .sk-app-bar .sk-app-bar-item {
2656
+ flex-grow: 1;
2657
+ cursor: pointer;
2658
+ display: flex;
2659
+ align-items: center;
2660
+ justify-content: center;
2661
+ }
2662
+
2663
+ .sn-component .sk-app-bar .sk-app-bar-item:not(:first-child) {
2664
+ margin-left: 1rem;
2665
+ }
2666
+
2667
+ .sn-component .sk-app-bar .sk-app-bar-item.border, .sn-component .sk-app-bar .sk-app-bar-item.sn-dropdown-menu, .sn-component .sk-app-bar .sk-app-bar-item.sn-select {
2668
+ border-left: 1px solid var(--sn-stylekit-contrast-border-color);
2669
+ }
2670
+
2671
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column {
2672
+ height: 100%;
2673
+ display: flex;
2674
+ align-items: center;
2675
+ }
2676
+
2677
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column:not(:first-child) {
2678
+ margin-left: 0.5rem;
2679
+ }
2680
+
2681
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column.underline {
2682
+ border-bottom: 2px solid var(--sn-stylekit-info-color);
2683
+ }
2684
+
2685
+ .sn-component .sk-app-bar .sk-app-bar-item.no-pointer {
2686
+ cursor: default;
2687
+ }
2688
+
2689
+ .sn-component .sk-app-bar .sk-app-bar-item:hover > .sk-label:not(.subtle), .sn-component .sk-app-bar .sk-panel-section .sk-app-bar-item:hover > .sk-panel-section-subtitle:not(.subtle), .sn-component .sk-panel-section .sk-app-bar .sk-app-bar-item:hover > .sk-panel-section-subtitle:not(.subtle),
2690
+ .sn-component .sk-app-bar .sk-app-bar-item:hover > .sk-sublabel:not(.subtle),
2691
+ .sn-component .sk-app-bar .sk-app-bar-item:hover > .sk-app-bar-item-column > .sk-label:not(.subtle),
2692
+ .sn-component .sk-app-bar .sk-panel-section .sk-app-bar-item:hover > .sk-app-bar-item-column > .sk-panel-section-subtitle:not(.subtle),
2693
+ .sn-component .sk-panel-section .sk-app-bar .sk-app-bar-item:hover > .sk-app-bar-item-column > .sk-panel-section-subtitle:not(.subtle),
2694
+ .sn-component .sk-app-bar .sk-app-bar-item:hover > .sk-app-bar-item-column > .sk-sublabel:not(.subtle) {
2695
+ color: var(--sn-stylekit-info-color);
2696
+ }
2697
+
2698
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-label, .sn-component .sk-app-bar .sk-panel-section .sk-app-bar-item > .sk-panel-section-subtitle, .sn-component .sk-panel-section .sk-app-bar .sk-app-bar-item > .sk-panel-section-subtitle,
2699
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column > .sk-label,
2700
+ .sn-component .sk-app-bar .sk-panel-section .sk-app-bar-item > .sk-app-bar-item-column > .sk-panel-section-subtitle,
2701
+ .sn-component .sk-panel-section .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column > .sk-panel-section-subtitle {
2702
+ font-weight: bold;
2703
+ font-size: var(--sn-stylekit-font-size-h5);
2704
+ white-space: nowrap;
2705
+ }
2706
+
2707
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-sublabel,
2708
+ .sn-component .sk-app-bar .sk-app-bar-item > .sk-app-bar-item-column > .sk-sublabel {
2709
+ font-size: var(--sn-stylekit-font-size-h5);
2710
+ font-weight: normal;
2711
+ white-space: nowrap;
2712
+ }
2713
+
2714
+ .sn-component .sk-app-bar .sk-app-bar-item .subtle {
2715
+ font-weight: normal;
2716
+ opacity: 0.6;
2717
+ }
2718
+
2719
+ .sn-component .sk-panel-table {
2720
+ display: flex;
2721
+ flex-wrap: wrap;
2722
+ padding-left: 1px;
2723
+ padding-top: 1px;
2724
+ }
2725
+
2726
+ .sn-component .sk-panel-table .sk-panel-table-item {
2727
+ flex: 45%;
2728
+ flex-flow: wrap;
2729
+ border: 1px solid var(--sn-stylekit-border-color);
2730
+ padding: 1rem;
2731
+ margin-left: -1px;
2732
+ margin-top: -1px;
2733
+ display: flex;
2734
+ flex-direction: column;
2735
+ justify-content: space-between;
2736
+ }
2737
+
2738
+ .sn-component .sk-panel-table .sk-panel-table-item img {
2739
+ max-width: 100%;
2740
+ margin-bottom: 1rem;
2741
+ }
2742
+
2743
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-content {
2744
+ display: flex;
2745
+ flex-direction: row;
2746
+ }
2747
+
2748
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-column {
2749
+ align-items: center;
2750
+ }
2751
+
2752
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-column.stretch {
2753
+ width: 100%;
2754
+ }
2755
+
2756
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-column:not(:first-child) {
2757
+ padding-left: 0.75rem;
2758
+ }
2759
+
2760
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-column.quarter {
2761
+ flex-basis: 25%;
2762
+ }
2763
+
2764
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-column.three-quarters {
2765
+ flex-basis: 75%;
2766
+ }
2767
+
2768
+ .sn-component .sk-panel-table .sk-panel-table-item .sk-panel-table-item-footer {
2769
+ margin-top: 1.25rem;
2770
+ }
2771
+
2772
+ .sn-component .sk-panel-table .sk-panel-table-item.no-border, .sn-component .sk-panel-table .sk-panel-table-item.sn-button, .sn-component .sk-panel-table .sk-panel-table-item.sn-dropdown-menu, .sn-component .sk-panel-table .sk-panel-table-item.sn-select, .sn-component .sk-panel-table .sk-panel-table-item.sn-select-button, .sn-component .sk-panel-table .sk-panel-table-item.sn-select-popover {
2773
+ border: none;
2774
+ }
2775
+
2776
+ .sn-component .sk-modal {
2777
+ position: fixed;
2778
+ margin-left: auto;
2779
+ margin-right: auto;
2780
+ left: 0;
2781
+ right: 0;
2782
+ top: 0;
2783
+ bottom: 0;
2784
+ z-index: 10000;
2785
+ width: 100vw;
2786
+ height: 100vh;
2787
+ background-color: transparent;
2788
+ color: var(--sn-stylekit-contrast-foreground-color);
2789
+ display: flex;
2790
+ align-items: center;
2791
+ justify-content: center;
2792
+ }
2793
+
2794
+ .sn-component .sk-modal .sn-component {
2795
+ height: 100%;
2796
+ }
2797
+
2798
+ .sn-component .sk-modal .sn-component .sk-panel {
2799
+ height: 100%;
2800
+ }
2801
+
2802
+ .sn-component .sk-modal.auto-height > .sk-modal-content {
2803
+ height: auto !important;
2804
+ }
2805
+
2806
+ .sn-component .sk-modal.large > .sk-modal-content {
2807
+ width: 900px;
2808
+ height: 600px;
2809
+ }
2810
+
2811
+ .sn-component .sk-modal.medium > .sk-modal-content {
2812
+ width: 700px;
2813
+ height: 500px;
2814
+ }
2815
+
2816
+ .sn-component .sk-modal.small > .sk-modal-content {
2817
+ width: 700px;
2818
+ height: 344px;
2819
+ }
2820
+
2821
+ .sn-component .sk-modal .sk-modal-background {
2822
+ position: absolute;
2823
+ z-index: -1;
2824
+ width: 100%;
2825
+ height: 100%;
2826
+ background-color: var(--sn-stylekit-contrast-background-color);
2827
+ opacity: 0.7;
2828
+ }
2829
+
2830
+ .sn-component .sk-modal > .sk-modal-content {
2831
+ overflow-y: auto;
2832
+ width: auto;
2833
+ padding: 0;
2834
+ padding-bottom: 0;
2835
+ min-width: 300px;
2836
+ -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.19);
2837
+ -moz-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.19);
2838
+ box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.19);
2839
+ }
2840
+
2841
+ @keyframes slide-down {
2842
+ 0% {
2843
+ opacity: 0;
2844
+ transform: translateY(-10px);
2845
+ }
2846
+ 100% {
2847
+ opacity: 1;
2848
+ transform: translateY(0);
2849
+ }
2850
+ }
2851
+
2852
+ .sn-component .slide-down-animation, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select-popover {
2853
+ animation: slide-down 0.2s ease;
2854
+ }
2855
+
2856
+ .sn-component .no-border, .sn-component .sn-button, .sn-component .sn-dropdown-menu, .sn-component .sn-select, .sn-component .sn-select-button, .sn-component .sn-select-popover {
2857
+ border-width: 0px;
2858
+ }
2859
+
2860
+ .sn-component .border-rounded, .sn-component .sn-button {
2861
+ border-radius: 0.25rem;
2862
+ }
2863
+
2864
+ .sn-component .border-rounded-md {
2865
+ border-radius: 0.375rem;
2866
+ }
2867
+
2868
+ .sn-component .border, .sn-component .sn-dropdown-menu, .sn-component .sn-select {
2869
+ border-width: 1px;
2870
+ }
2871
+
2872
+ .sn-component .border-gray-300, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select, .sn-component .sn-select-list, .sn-component .sn-select-popover {
2873
+ border-color: var(--sn-stylekit-border-color);
2874
+ }
2875
+
2876
+ .sn-component .border-rounded-sm, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select, .sn-component .sn-select-list, .sn-component .sn-select-popover {
2877
+ border-radius: 0.25rem;
2878
+ }
2879
+
2880
+ .sn-component .border-solid, .sn-component .sn-button, .sn-component .sn-dropdown-menu, .sn-component .sn-select {
2881
+ border-style: solid;
2882
+ }
2883
+
2884
+ .sn-component .border-box, .sn-component .sn-select {
2885
+ box-sizing: border-box;
2886
+ }
2887
+
2888
+ .sn-component .bg-white, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select, .sn-component .sn-select-list {
2889
+ background-color: var(--sn-stylekit-background-color);
2890
+ }
2891
+
2892
+ .sn-component .text-color, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select, .sn-component .sn-select-list {
2893
+ color: var(--sn-stylekit-contrast-foreground-color);
2894
+ }
2895
+
2896
+ .sn-component .selected\:bg-color[data-selected], .sn-component .sn-dropdown-menu-list-item[data-selected], .sn-component .sn-select-list-option[data-selected],
2897
+ .sn-component .selected\:bg-color[aria-selected="true"],
2898
+ .sn-component .sn-dropdown-menu-list-item[aria-selected="true"],
2899
+ .sn-component .sn-select-list-option[aria-selected="true"] {
2900
+ background-color: var(--sn-stylekit-list-item-highlight-color);
2901
+ }
2902
+
2903
+ .sn-component .selected\:fg-color[data-selected], .sn-component .sn-dropdown-menu-list-item[data-selected], .sn-component .sn-select-list-option[data-selected],
2904
+ .sn-component .selected\:fg-color[aria-selected="true"],
2905
+ .sn-component .sn-dropdown-menu-list-item[aria-selected="true"],
2906
+ .sn-component .sn-select-list-option[aria-selected="true"] {
2907
+ color: var(--sn-stylekit-contrast-foreground-color);
2908
+ }
2909
+
2910
+ .sn-component .inline-flex, .sn-component .sn-dropdown-menu, .sn-component .sn-select, .sn-component .sn-select-button {
2911
+ display: inline-flex;
2912
+ }
2913
+
2914
+ .sn-component .block {
2915
+ display: block;
2916
+ }
2917
+
2918
+ .sn-component .flex, .sn-component .sn-dropdown-menu-list-item {
2919
+ display: flex;
2920
+ }
2921
+
2922
+ .sn-component .align-items-center, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list-item, .sn-component .sn-select, .sn-component .sn-select-button {
2923
+ align-items: center;
2924
+ }
2925
+
2926
+ .sn-component .justify-center, .sn-component .sn-dropdown-menu, .sn-component .sn-select, .sn-component .sn-select-button {
2927
+ justify-content: center;
2928
+ }
2929
+
2930
+ .sn-component .absolute, .sn-component .sn-dropdown-menu-list {
2931
+ position: absolute;
2932
+ }
2933
+
2934
+ .sn-component .cursor-pointer, .sn-component .sn-button, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list-item, .sn-component .sn-select, .sn-component .sn-select-button, .sn-component .sn-select-list-option {
2935
+ cursor: pointer;
2936
+ }
2937
+
2938
+ .sn-component .origin-top-right, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select-list {
2939
+ transform-origin: top right;
2940
+ }
2941
+
2942
+ .sn-component .no-focus-shadow:focus, .sn-component .sn-button:focus, .sn-component .sn-dropdown-menu:focus, .sn-component .sn-dropdown-menu-list-item:focus, .sn-component .sn-select:focus, .sn-component .sn-select-button:focus, .sn-component .sn-select-list:focus, .sn-component .sn-select-popover:focus, .sn-component .no-focus-shadow:focus-within, .sn-component .sn-button:focus-within, .sn-component .sn-dropdown-menu:focus-within, .sn-component .sn-dropdown-menu-list-item:focus-within, .sn-component .sn-select:focus-within, .sn-component .sn-select-button:focus-within, .sn-component .sn-select-list:focus-within, .sn-component .sn-select-popover:focus-within {
2943
+ box-shadow: none;
2944
+ }
2945
+
2946
+ .sn-component .box-shadow, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select-popover, .sn-component .box-shadow:focus, .sn-component .sn-dropdown-menu-list:focus, .sn-component .sn-select-popover:focus, .sn-component .box-shadow:focus-within, .sn-component .sn-dropdown-menu-list:focus-within, .sn-component .sn-select-popover:focus-within {
2947
+ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12), 0px 2px 8px rgba(0, 0, 0, 0.04);
2948
+ }
2949
+
2950
+ .sn-component .no-focus-outline:focus, .sn-component .sn-button:focus, .sn-component .sn-dropdown-menu:focus, .sn-component .sn-dropdown-menu-list:focus, .sn-component .sn-dropdown-menu-list-item:focus, .sn-component .sn-select:focus, .sn-component .sn-select-button:focus, .sn-component .sn-select-list:focus, .sn-component .sn-select-popover:focus, .sn-component .no-focus-outline:focus-within, .sn-component .sn-button:focus-within, .sn-component .sn-dropdown-menu:focus-within, .sn-component .sn-dropdown-menu-list:focus-within, .sn-component .sn-dropdown-menu-list-item:focus-within, .sn-component .sn-select:focus-within, .sn-component .sn-select-button:focus-within, .sn-component .sn-select-list:focus-within, .sn-component .sn-select-popover:focus-within {
2951
+ outline: none;
2952
+ }
2953
+
2954
+ .sn-component .font-normal, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select, .sn-component .sn-select-list-option {
2955
+ font-weight: 300;
2956
+ }
2957
+
2958
+ .sn-component .font-bold {
2959
+ font-weight: 700;
2960
+ }
2961
+
2962
+ .sn-component .text-sm, .sn-component .sn-button, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list-item, .sn-component .sn-select, .sn-component .sn-select-list, .sn-component .sn-select-list-option {
2963
+ font-size: 0.875rem;
2964
+ }
2965
+
2966
+ .sn-component .font-medium, .sn-component .sn-button {
2967
+ font-weight: 500;
2968
+ }
2969
+
2970
+ .sn-component .m-h-32, .sn-component .sn-button, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list-item, .sn-component .sn-select {
2971
+ min-height: 2rem;
2972
+ }
2973
+
2974
+ .sn-component .leading-4, .sn-component .sn-dropdown-menu, .sn-component .sn-select {
2975
+ line-height: 1rem;
2976
+ }
2977
+
2978
+ .sn-component .hover\:brightness-130:hover, .sn-component .sn-button:hover {
2979
+ filter: brightness(130%);
2980
+ }
2981
+
2982
+ .sn-component .hover\:bg-color:hover, .sn-component .sn-dropdown-menu:hover, .sn-component .sn-dropdown-menu-list-item:hover, .sn-component .sn-select:hover {
2983
+ background-color: var(--sn-stylekit-list-item-highlight-color);
2984
+ }
2985
+
2986
+ .sn-component .mr-2, .sn-component .sn-dropdown-menu > .sn-icon:first-child, .sn-component .sn-dropdown-menu-list-item > .sn-icon {
2987
+ margin-right: 0.5rem;
2988
+ }
2989
+
2990
+ .sn-component .ml-2, .sn-component .sn-dropdown-menu > .sn-icon:last-child, .sn-component .sn-select-button > .sn-icon:last-child {
2991
+ margin-left: 0.5rem;
2992
+ }
2993
+
2994
+ .sn-component .ml-6 {
2995
+ margin-left: 1.5rem;
2996
+ }
2997
+
2998
+ .sn-component .mt-2, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select-popover {
2999
+ margin-top: 0.5rem;
3000
+ }
3001
+
3002
+ .sn-component .py-2, .sn-component .sn-button, .sn-component .sn-dropdown-menu-list, .sn-component .sn-select-list-option {
3003
+ padding-top: 0.5rem;
3004
+ padding-bottom: 0.5rem;
3005
+ }
3006
+
3007
+ .sn-component .px-3, .sn-component .sn-button {
3008
+ padding-left: 0.75rem;
3009
+ padding-right: 0.75rem;
3010
+ }
3011
+
3012
+ .sn-component .px-2, .sn-component .sn-dropdown-menu, .sn-component .sn-dropdown-menu-list-item {
3013
+ padding-left: 0.5rem;
3014
+ padding-right: 0.5rem;
3015
+ }
3016
+
3017
+ .sn-component .px-4 {
3018
+ padding-left: 1rem;
3019
+ padding-right: 1rem;
3020
+ }
3021
+
3022
+ .sn-component .px-1 {
3023
+ padding-left: 0.25rem;
3024
+ padding-right: 0.25rem;
3025
+ }
3026
+
3027
+ .sn-component .py-1, .sn-component .sn-dropdown-menu, .sn-component .sn-select-button {
3028
+ padding-top: 0.25rem;
3029
+ padding-bottom: 0.25rem;
3030
+ }
3031
+
3032
+ .sn-component .no-padding {
3033
+ padding-top: 0;
3034
+ padding-bottom: 0;
3035
+ }
3036
+
3037
+ .sn-component .w-auto, .sn-component .sn-dropdown-menu, .sn-component .sn-select {
3038
+ width: auto;
3039
+ }
3040
+
3041
+ .sn-component .w-56, .sn-component .sn-dropdown-menu-list {
3042
+ width: 14rem;
3043
+ }
3044
+
3045
+ .sn-component .min-w-265, .sn-component .sn-dropdown-menu-list {
3046
+ min-width: 265px;
3047
+ }
3048
+
3049
+ .sn-component .sn-button.contrast {
3050
+ background-color: var(--sn-stylekit-contrast-foreground-color);
3051
+ color: var(--sn-stylekit-contrast-background-color);
3052
+ }
3053
+
3054
+ .sn-component .sn-button.neutral {
3055
+ background-color: var(--sn-stylekit-neutral-color);
3056
+ color: var(--sn-stylekit-neutral-contrast-color);
3057
+ }
3058
+
3059
+ .sn-component .sn-button.info {
3060
+ background-color: var(--sn-stylekit-info-color);
3061
+ color: var(--sn-stylekit-info-contrast-color);
3062
+ }
3063
+
3064
+ .sn-component .sn-button.warning {
3065
+ background-color: var(--sn-stylekit-warning-color);
3066
+ color: var(--sn-stylekit-warning-contrast-color);
3067
+ }
3068
+
3069
+ .sn-component .sn-button.danger {
3070
+ background-color: var(--sn-stylekit-danger-color);
3071
+ color: var(--sn-stylekit-danger-contrast-color);
3072
+ }
3073
+
3074
+ .sn-component .sn-button.success {
3075
+ background-color: var(--sn-stylekit-success-color);
3076
+ color: var(--sn-stylekit-success-contrast-color);
3077
+ }
3078
+
3079
+ .sn-component.no-select {
3080
+ user-select: none;
3081
+ }
3082
+
3083
+ /* Goes outside of .sn-component declaration, as following properties are global */
3084
+ input,
3085
+ textarea,
3086
+ [contenteditable] {
3087
+ caret-color: var(--sn-stylekit-editor-foreground-color);
3088
+ }
3089
+
3090
+ .windows-web,
3091
+ .windows-desktop,
3092
+ .linux-web,
3093
+ .linux-desktop {
3094
+ scrollbar-width: thin;
3095
+ }
3096
+
3097
+ .windows-web ::-webkit-scrollbar,
3098
+ .windows-desktop ::-webkit-scrollbar,
3099
+ .linux-web ::-webkit-scrollbar,
3100
+ .linux-desktop ::-webkit-scrollbar {
3101
+ width: 17px;
3102
+ height: 18px;
3103
+ border-left: none;
3104
+ }
3105
+
3106
+ .windows-web ::-webkit-scrollbar-thumb,
3107
+ .windows-desktop ::-webkit-scrollbar-thumb,
3108
+ .linux-web ::-webkit-scrollbar-thumb,
3109
+ .linux-desktop ::-webkit-scrollbar-thumb {
3110
+ border: 4px solid rgba(0, 0, 0, 0);
3111
+ background-clip: padding-box;
3112
+ -webkit-border-radius: 10px;
3113
+ background-color: var(--sn-stylekit-scrollbar-thumb-color);
3114
+ -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
3115
+ }
3116
+
3117
+ .windows-web ::-webkit-scrollbar-button,
3118
+ .windows-desktop ::-webkit-scrollbar-button,
3119
+ .linux-web ::-webkit-scrollbar-button,
3120
+ .linux-desktop ::-webkit-scrollbar-button {
3121
+ width: 0;
3122
+ height: 0;
3123
+ display: none;
3124
+ }
3125
+
3126
+ .windows-web ::-webkit-scrollbar-corner,
3127
+ .windows-desktop ::-webkit-scrollbar-corner,
3128
+ .linux-web ::-webkit-scrollbar-corner,
3129
+ .linux-desktop ::-webkit-scrollbar-corner {
3130
+ background-color: transparent;
3131
+ }
3132
+
3133
+ :root {
3134
+ --reach-listbox: 1;
3135
+ }
3136
+
3137
+ [data-reach-listbox-popover] {
3138
+ display: block;
3139
+ position: absolute;
3140
+ min-width: -moz-fit-content;
3141
+ min-width: -webkit-min-content;
3142
+ min-width: min-content;
3143
+ padding: 0.25rem 0;
3144
+ background: white;
3145
+ outline: none;
3146
+ border: solid 1px rgba(0, 0, 0, 0.25);
3147
+ }
3148
+
3149
+ [data-reach-listbox-popover]:focus-within {
3150
+ box-shadow: 0 0 4px Highlight;
3151
+ outline: -webkit-focus-ring-color auto 4px;
3152
+ }
3153
+
3154
+ [data-reach-listbox-popover][hidden] {
3155
+ display: none;
3156
+ }
3157
+
3158
+ [data-reach-listbox-list] {
3159
+ margin: 0;
3160
+ padding: 0;
3161
+ list-style: none;
3162
+ }
3163
+
3164
+ [data-reach-listbox-list]:focus {
3165
+ box-shadow: none;
3166
+ outline: none;
3167
+ }
3168
+
3169
+ [data-reach-listbox-option] {
3170
+ display: block;
3171
+ margin: 0;
3172
+ padding: 0.25rem 0.5rem;
3173
+ white-space: nowrap;
3174
+ user-select: none;
3175
+ }
3176
+
3177
+ [data-reach-listbox-option][aria-selected="true"] {
3178
+ background: #1672d4;
3179
+ color: white;
3180
+ }
3181
+
3182
+ [data-reach-listbox-option][data-current] {
3183
+ font-weight: bolder;
3184
+ }
3185
+
3186
+ [data-reach-listbox-option][data-current][data-confirming] {
3187
+ animation: flash 100ms;
3188
+ animation-iteration-count: 1;
3189
+ }
3190
+
3191
+ [data-reach-listbox-option][aria-disabled="true"] {
3192
+ opacity: 0.5;
3193
+ }
3194
+
3195
+ [data-reach-listbox-button] {
3196
+ display: inline-flex;
3197
+ align-items: center;
3198
+ justify-content: space-between;
3199
+ padding: 1px 10px 2px;
3200
+ border: 1px solid;
3201
+ border-color: #d8d8d8 #d1d1d1 #bababa;
3202
+ cursor: default;
3203
+ user-select: none;
3204
+ }
3205
+
3206
+ [data-reach-listbox-button][aria-disabled="true"] {
3207
+ opacity: 0.5;
3208
+ }
3209
+
3210
+ [data-reach-listbox-arrow] {
3211
+ margin-left: 0.5rem;
3212
+ display: block;
3213
+ font-size: 0.5em;
3214
+ }
3215
+
3216
+ [data-reach-listbox-group-label] {
3217
+ display: block;
3218
+ margin: 0;
3219
+ padding: 0.25rem 0.5rem;
3220
+ white-space: nowrap;
3221
+ user-select: none;
3222
+ font-weight: bolder;
3223
+ }
3224
+
3225
+ @keyframes flash {
3226
+ 0% {
3227
+ background: #1159a6;
3228
+ color: white;
3229
+ opacity: 1;
3230
+ }
3231
+ 50% {
3232
+ opacity: 0.5;
3233
+ background: inherit;
3234
+ color: inherit;
3235
+ }
3236
+ 100% {
3237
+ background: #1159a6;
3238
+ color: white;
3239
+ opacity: 1;
3240
+ }
3241
+ }
3242
+
3243
+
3244
+ body,html{font-family:sans-serif;font-size:var(--sn-stylekit-base-font-size);height:100%;margin:0;background-color:rgba(0,0,0,0)}#summernote{flex:1 1 auto;width:100%;height:100%;min-height:100%;font-size:var(--sn-stylekit-font-size-editor)}#plus-editor{display:flex;flex-direction:column;position:relative;height:100%;font-size:var(--sn-stylekit-font-size-editor)}#plus-editor .note-editor.note-frame.fullscreen{position:relative !important}#plus-editor pre{background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color);border-color:var(--sn-stylekit-contrast-border-color);font-size:var(--sn-stylekit-font-size-p)}#plus-editor a{color:var(--sn-stylekit-info-color)}#plus-editor .note-editor{-webkit-overflow-scrolling:touch}#plus-editor .note-editor.fullscreen{background-color:var(--sn-stylekit-background-color)}#plus-editor .note-editor.note-frame.fullscreen .note-editable{background-color:var(--sn-stylekit-background-color);color:var(--sn-stylekit-foreground-color)}#plus-editor .panel-default>.panel-heading{background-color:var(--sn-stylekit-secondary-background-color)}#plus-editor .btn-default{color:var(--sn-stylekit-secondary-foreground-color);background-color:var(--sn-stylekit-secondary-background-color);border-color:var(--sn-stylekit-secondary-border-color)}#plus-editor .panel-heading{border-color:var(--sn-stylekit-border-color)}#plus-editor .dropdown-menu{background-color:var(--sn-stylekit-background-color)}#plus-editor .dropdown-menu>li>a{color:var(--sn-stylekit-foreground-color)}#plus-editor .dropdown-menu>li>a:hover{background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color)}#plus-editor .note-codable{caret-color:#ccc}#plus-editor .note-color-btn{border-color:var(--sn-stylekit-border-color)}#plus-editor .note-color-reset{background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color)}#plus-editor .note-palette-title{color:var(--sn-stylekit-info-color)}#plus-editor .modal-content{background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color)}#plus-editor .modal-header,#plus-editor .modal-footer{border-color:var(--sn-stylekit-contrast-border-color)}#plus-editor .modal-header .btn-primary,#plus-editor .modal-footer .btn-primary{background-color:var(--sn-stylekit-info-color);color:var(--sn-stylekit-info-contrast-color);border-color:rgba(0,0,0,0)}#plus-editor table{border-color:var(--sn-stylekit-contrast-border-color);background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color)}#plus-editor table th,#plus-editor table td{border:1px solid var(--sn-stylekit-contrast-border-color)}#plus-editor table tr:nth-child(2n){background-color:var(--sn-stylekit-background-color)}#plus-editor label kbd{background-color:var(--sn-stylekit-background-color);background-color:var(--sn-stylekit-foreground-color)}#plus-editor .modal-header .close{color:var(--sn-stylekit-foreground-color);text-shadow:none}.note-popover,.note-popover .arrow{background-color:var(--sn-stylekit-contrast-background-color);color:var(--sn-stylekit-contrast-foreground-color)}.note-popover a,.note-popover .arrow a{color:var(--sn-stylekit-info-color)}.note-popover button,.note-popover .arrow button{background-color:var(--sn-stylekit-background-color);color:var(--sn-stylekit-foreground-color);border-color:var(--sn-stylekit-border-color)}.note-editor.note-frame{border:0 !important}.panel-default{border:0}.panel{border-radius:0}
3245
+
3246
+ /*# sourceMappingURL=dist.css.map*/