q2-tecton-theme 1.14.3 → 1.16.0

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.
@@ -1,1429 +0,0 @@
1
- /*
2
- Tecton Normalize
3
- Inpsired by base q2-app _bootstrap.scss but conflicting resets are removed.
4
- Wrapped in data-tecton-module for use in platforms
5
- */
6
- [data-tecton-module] article,
7
- [data-tecton-module] aside,
8
- [data-tecton-module] details,
9
- [data-tecton-module] figcaption,
10
- [data-tecton-module] figure,
11
- [data-tecton-module] footer,
12
- [data-tecton-module] header,
13
- [data-tecton-module] hgroup,
14
- [data-tecton-module] main,
15
- [data-tecton-module] nav,
16
- [data-tecton-module] section,
17
- [data-tecton-module] address,
18
- [data-tecton-module] summary {
19
- display: block;
20
- }
21
-
22
- [data-tecton-module] audio,
23
- [data-tecton-module] canvas,
24
- [data-tecton-module] video {
25
- display: inline-block;
26
- }
27
-
28
- [data-tecton-module] audio:not([controls]) {
29
- display: none;
30
- height: 0;
31
- }
32
-
33
- [data-tecton-module] [hidden] {
34
- display: none;
35
- }
36
-
37
- [data-tecton-module] html {
38
- font-family: sans-serif;
39
- /* stylelint-disable */
40
- -webkit-text-size-adjust: 100%;
41
- -ms-text-size-adjust: 100%;
42
- /* stylelint-enable */
43
- }
44
-
45
- [data-tecton-module] body {
46
- margin: 0;
47
- }
48
-
49
- [data-tecton-module] a:focus {
50
- outline: thin dotted;
51
- }
52
-
53
- [data-tecton-module] a:active,
54
- [data-tecton-module] a:hover {
55
- outline: 0;
56
- }
57
-
58
- [data-tecton-module] b,
59
- [data-tecton-module] strong {
60
- font-weight: 700;
61
- }
62
-
63
- [data-tecton-module] dfn {
64
- font-style: italic;
65
- }
66
-
67
- [data-tecton-module] hr {
68
- height: 0;
69
- margin-top: 20px;
70
- margin-bottom: 20px;
71
- border: 0;
72
- border-top: 1px solid #eeeeee;
73
- box-sizing: content-box;
74
- }
75
-
76
- [data-tecton-module] div,
77
- [data-tecton-module] input,
78
- [data-tecton-module] a {
79
- box-sizing: border-box;
80
- }
81
-
82
- [data-tecton-module] code,
83
- [data-tecton-module] kbd,
84
- [data-tecton-module] pre,
85
- [data-tecton-module] samp {
86
- font-family: monospace, serif;
87
- font-size: 1em;
88
- }
89
-
90
- [data-tecton-module] pre {
91
- white-space: pre-wrap;
92
- }
93
-
94
- [data-tecton-module] q {
95
- quotes: "“" "”" "‘" "’";
96
- }
97
-
98
- [data-tecton-module] sub,
99
- [data-tecton-module] sup {
100
- position: relative;
101
- font-size: 75%;
102
- line-height: 0;
103
- vertical-align: baseline;
104
- }
105
-
106
- [data-tecton-module] sup {
107
- top: -0.5em;
108
- }
109
-
110
- [data-tecton-module] sub {
111
- bottom: -0.25em;
112
- }
113
-
114
- [data-tecton-module] img {
115
- border: 0;
116
- }
117
-
118
- [data-tecton-module] svg:not(:root) {
119
- overflow: hidden;
120
- }
121
-
122
- [data-tecton-module] figure {
123
- margin: 0;
124
- }
125
-
126
- [data-tecton-module] legend {
127
- padding: 0;
128
- border: 0;
129
- }
130
-
131
- [data-tecton-module] button,
132
- [data-tecton-module] input,
133
- [data-tecton-module] select,
134
- [data-tecton-module] textarea {
135
- margin: 0;
136
- box-sizing: border-box;
137
- font-family: inherit;
138
- line-height: inherit;
139
- font-size: 100%;
140
- }
141
-
142
- [data-tecton-module] button,
143
- [data-tecton-module] input {
144
- line-height: normal;
145
- }
146
-
147
- [data-tecton-module] button,
148
- [data-tecton-module] select {
149
- text-transform: none;
150
- }
151
-
152
- [data-tecton-module] button,
153
- [data-tecton-module] html input[type="button"],
154
- [data-tecton-module] input[type="reset"],
155
- [data-tecton-module] input[type="submit"] {
156
- cursor: pointer;
157
- /* stylelint-disable */
158
- -webkit-appearance: button;
159
- /* stylelint-enable */
160
- }
161
-
162
- [data-tecton-module] button[disabled],
163
- [data-tecton-module] html input[disabled] {
164
- cursor: default;
165
- }
166
-
167
- [data-tecton-module] input[type="checkbox"],
168
- [data-tecton-module] input[type="radio"] {
169
- padding: 0;
170
- box-sizing: border-box;
171
- }
172
-
173
- [data-tecton-module] input[type="search"] {
174
- box-sizing: content-box;
175
- /* stylelint-disable */
176
- -webkit-appearance: textfield;
177
- /* stylelint-enable */
178
- }
179
-
180
- [data-tecton-module] input[type="search"]::-webkit-search-cancel-button,
181
- [data-tecton-module] input[type="search"]::-webkit-search-decoration {
182
- /* stylelint-disable */
183
- -webkit-appearance: none;
184
- /* stylelint-enable */
185
- }
186
-
187
- [data-tecton-module] button::-moz-focus-inner,
188
- [data-tecton-module] input::-moz-focus-inner {
189
- padding: 0;
190
- border: 0;
191
- }
192
-
193
- [data-tecton-module] textarea {
194
- overflow: auto;
195
- vertical-align: top;
196
- }
197
-
198
- [data-tecton-module] table {
199
- border-collapse: collapse;
200
- border-spacing: 0;
201
- }
202
-
203
- [data-tecton-module] button,
204
- [data-tecton-module] input,
205
- [data-tecton-module] select[multiple],
206
- [data-tecton-module] textarea {
207
- background-image: none;
208
- }
209
-
210
- [data-tecton-module] .sr-only {
211
- position: absolute;
212
- width: 1px;
213
- height: 1px;
214
- padding: 0;
215
- margin: -1px;
216
- overflow: hidden;
217
- clip: rect(0 0 0 0);
218
- border: 0;
219
- }
220
-
221
- [data-tecton-module] cite {
222
- font-style: normal;
223
- }
224
-
225
- [data-tecton-module] p {
226
- margin: 0 0 10px;
227
- }
228
-
229
- [data-tecton-module] ul,
230
- [data-tecton-module] ol {
231
- margin-top: 0;
232
- margin-bottom: 10px;
233
- }
234
-
235
- [data-tecton-module] ul ul,
236
- [data-tecton-module] ol ul,
237
- [data-tecton-module] ul ol,
238
- [data-tecton-module] ol ol {
239
- margin-bottom: 0;
240
- }
241
-
242
- [data-tecton-module] dl {
243
- margin-bottom: 20px;
244
- }
245
-
246
- [data-tecton-module] dt,
247
- [data-tecton-module] dd {
248
- line-height: 1.428571429;
249
- }
250
-
251
- [data-tecton-module] dt {
252
- font-weight: 700;
253
- }
254
-
255
- [data-tecton-module] dd {
256
- margin-left: 0;
257
- }
258
-
259
- [data-tecton-module] address {
260
- display: block;
261
- }
262
-
263
- [data-tecton-module] h1,
264
- [data-tecton-module] h2,
265
- [data-tecton-module] h3,
266
- [data-tecton-module] .heading-1,
267
- [data-tecton-module] .heading-2,
268
- [data-tecton-module] .heading-3 {
269
- margin-top: 1.4285714286rem;
270
- margin-bottom: 0.7142857143rem;
271
- }
272
-
273
- [data-tecton-module] h4,
274
- [data-tecton-module] h5,
275
- [data-tecton-module] h6,
276
- [data-tecton-module] .heading-4,
277
- [data-tecton-module] .heading-5,
278
- [data-tecton-module] .heading-6 {
279
- margin-top: 0.7142857143rem;
280
- margin-bottom: 0.7142857143rem;
281
- }
282
-
283
- [data-tecton-module] h1,
284
- [data-tecton-module] .heading-1 {
285
- font-size: 2.0714285714rem;
286
- font-weight: 400;
287
- }
288
-
289
- @media screen and (max-width: 767px) {
290
- [data-tecton-module] h1,
291
- [data-tecton-module] .heading-1 {
292
- font-size: 1.7857142857rem;
293
- }
294
- }
295
- [data-tecton-module] h2,
296
- [data-tecton-module] .heading-2 {
297
- font-size: 1.4285714286rem;
298
- font-weight: 600;
299
- text-transform: uppercase;
300
- letter-spacing: 0.5px;
301
- }
302
-
303
- [data-tecton-module] h3,
304
- [data-tecton-module] .heading-3 {
305
- font-size: 1.2142857143rem;
306
- font-weight: 600;
307
- }
308
-
309
- [data-tecton-module] h4,
310
- [data-tecton-module] .heading-4 {
311
- font-size: 1rem;
312
- font-weight: 600;
313
- }
314
-
315
- [data-tecton-module] h5,
316
- [data-tecton-module] h6,
317
- [data-tecton-module] .heading-5,
318
- [data-tecton-module] .heading-6 {
319
- font-size: inherit;
320
- font-weight: 400;
321
- }
322
-
323
- [data-tecton-module] p {
324
- font-size: 1rem;
325
- font-weight: 400;
326
- line-height: 1.5;
327
- }
328
-
329
- [data-tecton-module] small,
330
- [data-tecton-module] .small-copy {
331
- font-size: 0.8571428571rem;
332
- font-weight: 400;
333
- }
334
-
335
- [data-tecton-module] .light {
336
- font-weight: 300;
337
- }
338
-
339
- [data-tecton-module] .semibold {
340
- font-weight: 600;
341
- }
342
-
343
- [data-tecton-module] .bold {
344
- font-weight: 700;
345
- }
346
-
347
- [data-tecton-module] .empty-state,
348
- [data-tecton-module] .no-history {
349
- font-style: italic;
350
- }
351
-
352
- [data-tecton-module] .mrg\(a\) {
353
- margin: auto;
354
- }
355
-
356
- [data-tecton-module] .mrg-y\(a\) {
357
- margin-top: auto;
358
- margin-bottom: auto;
359
- }
360
-
361
- [data-tecton-module] .mrg-x\(a\) {
362
- margin-left: auto;
363
- margin-right: auto;
364
- }
365
-
366
- [data-tecton-module] .mrg-t\(a\) {
367
- margin-top: auto;
368
- }
369
-
370
- [data-tecton-module] .mrg-b\(a\) {
371
- margin-bottom: auto;
372
- }
373
-
374
- [data-tecton-module] .mrg-l\(a\) {
375
- margin-left: auto;
376
- }
377
-
378
- [data-tecton-module] .mrg-r\(a\) {
379
- margin-right: auto;
380
- }
381
-
382
- [data-tecton-module] .pad\(a\) {
383
- padding: auto;
384
- }
385
-
386
- [data-tecton-module] .pad-y\(a\) {
387
- padding-top: auto;
388
- padding-bottom: auto;
389
- }
390
-
391
- [data-tecton-module] .pad-x\(a\) {
392
- padding-left: auto;
393
- padding-right: auto;
394
- }
395
-
396
- [data-tecton-module] .pad-t\(a\) {
397
- padding-top: auto;
398
- }
399
-
400
- [data-tecton-module] .pad-b\(a\) {
401
- padding-bottom: auto;
402
- }
403
-
404
- [data-tecton-module] .pad-l\(a\) {
405
- padding-left: auto;
406
- }
407
-
408
- [data-tecton-module] .pad-r\(a\) {
409
- padding-right: auto;
410
- }
411
-
412
- [data-tecton-module] .w\(a\) {
413
- width: auto;
414
- }
415
-
416
- [data-tecton-module] .h\(a\) {
417
- height: auto;
418
- }
419
-
420
- [data-tecton-module] .mrg\(0\) {
421
- margin: 0px;
422
- }
423
-
424
- [data-tecton-module] .mrg-y\(0\) {
425
- margin-top: 0px;
426
- margin-bottom: 0px;
427
- }
428
-
429
- [data-tecton-module] .mrg-x\(0\) {
430
- margin-left: 0px;
431
- margin-right: 0px;
432
- }
433
-
434
- [data-tecton-module] .mrg-t\(0\) {
435
- margin-top: 0px;
436
- }
437
-
438
- [data-tecton-module] .mrg-b\(0\) {
439
- margin-bottom: 0px;
440
- }
441
-
442
- [data-tecton-module] .mrg-l\(0\) {
443
- margin-left: 0px;
444
- }
445
-
446
- [data-tecton-module] .mrg-r\(0\) {
447
- margin-right: 0px;
448
- }
449
-
450
- [data-tecton-module] .pad\(0\) {
451
- padding: 0px;
452
- }
453
-
454
- [data-tecton-module] .pad-y\(0\) {
455
- padding-top: 0px;
456
- padding-bottom: 0px;
457
- }
458
-
459
- [data-tecton-module] .pad-x\(0\) {
460
- padding-left: 0px;
461
- padding-right: 0px;
462
- }
463
-
464
- [data-tecton-module] .pad-t\(0\) {
465
- padding-top: 0px;
466
- }
467
-
468
- [data-tecton-module] .pad-b\(0\) {
469
- padding-bottom: 0px;
470
- }
471
-
472
- [data-tecton-module] .pad-l\(0\) {
473
- padding-left: 0px;
474
- }
475
-
476
- [data-tecton-module] .pad-r\(0\) {
477
- padding-right: 0px;
478
- }
479
-
480
- [data-tecton-module] .w\(0\) {
481
- width: 0px;
482
- }
483
-
484
- [data-tecton-module] .h\(0\) {
485
- height: 0px;
486
- }
487
-
488
- [data-tecton-module] .mrg\(1\) {
489
- margin: 5px;
490
- }
491
-
492
- [data-tecton-module] .mrg-y\(1\) {
493
- margin-top: 5px;
494
- margin-bottom: 5px;
495
- }
496
-
497
- [data-tecton-module] .mrg-x\(1\) {
498
- margin-left: 5px;
499
- margin-right: 5px;
500
- }
501
-
502
- [data-tecton-module] .mrg-t\(1\) {
503
- margin-top: 5px;
504
- }
505
-
506
- [data-tecton-module] .mrg-b\(1\) {
507
- margin-bottom: 5px;
508
- }
509
-
510
- [data-tecton-module] .mrg-l\(1\) {
511
- margin-left: 5px;
512
- }
513
-
514
- [data-tecton-module] .mrg-r\(1\) {
515
- margin-right: 5px;
516
- }
517
-
518
- [data-tecton-module] .pad\(1\) {
519
- padding: 5px;
520
- }
521
-
522
- [data-tecton-module] .pad-y\(1\) {
523
- padding-top: 5px;
524
- padding-bottom: 5px;
525
- }
526
-
527
- [data-tecton-module] .pad-x\(1\) {
528
- padding-left: 5px;
529
- padding-right: 5px;
530
- }
531
-
532
- [data-tecton-module] .pad-t\(1\) {
533
- padding-top: 5px;
534
- }
535
-
536
- [data-tecton-module] .pad-b\(1\) {
537
- padding-bottom: 5px;
538
- }
539
-
540
- [data-tecton-module] .pad-l\(1\) {
541
- padding-left: 5px;
542
- }
543
-
544
- [data-tecton-module] .pad-r\(1\) {
545
- padding-right: 5px;
546
- }
547
-
548
- [data-tecton-module] .w\(1\) {
549
- width: 5px;
550
- }
551
-
552
- [data-tecton-module] .h\(1\) {
553
- height: 5px;
554
- }
555
-
556
- [data-tecton-module] .mrg\(2\) {
557
- margin: 10px;
558
- }
559
-
560
- [data-tecton-module] .mrg-y\(2\) {
561
- margin-top: 10px;
562
- margin-bottom: 10px;
563
- }
564
-
565
- [data-tecton-module] .mrg-x\(2\) {
566
- margin-left: 10px;
567
- margin-right: 10px;
568
- }
569
-
570
- [data-tecton-module] .mrg-t\(2\) {
571
- margin-top: 10px;
572
- }
573
-
574
- [data-tecton-module] .mrg-b\(2\) {
575
- margin-bottom: 10px;
576
- }
577
-
578
- [data-tecton-module] .mrg-l\(2\) {
579
- margin-left: 10px;
580
- }
581
-
582
- [data-tecton-module] .mrg-r\(2\) {
583
- margin-right: 10px;
584
- }
585
-
586
- [data-tecton-module] .pad\(2\) {
587
- padding: 10px;
588
- }
589
-
590
- [data-tecton-module] .pad-y\(2\) {
591
- padding-top: 10px;
592
- padding-bottom: 10px;
593
- }
594
-
595
- [data-tecton-module] .pad-x\(2\) {
596
- padding-left: 10px;
597
- padding-right: 10px;
598
- }
599
-
600
- [data-tecton-module] .pad-t\(2\) {
601
- padding-top: 10px;
602
- }
603
-
604
- [data-tecton-module] .pad-b\(2\) {
605
- padding-bottom: 10px;
606
- }
607
-
608
- [data-tecton-module] .pad-l\(2\) {
609
- padding-left: 10px;
610
- }
611
-
612
- [data-tecton-module] .pad-r\(2\) {
613
- padding-right: 10px;
614
- }
615
-
616
- [data-tecton-module] .w\(2\) {
617
- width: 10px;
618
- }
619
-
620
- [data-tecton-module] .h\(2\) {
621
- height: 10px;
622
- }
623
-
624
- [data-tecton-module] .mrg\(3\) {
625
- margin: 15px;
626
- }
627
-
628
- [data-tecton-module] .mrg-y\(3\) {
629
- margin-top: 15px;
630
- margin-bottom: 15px;
631
- }
632
-
633
- [data-tecton-module] .mrg-x\(3\) {
634
- margin-left: 15px;
635
- margin-right: 15px;
636
- }
637
-
638
- [data-tecton-module] .mrg-t\(3\) {
639
- margin-top: 15px;
640
- }
641
-
642
- [data-tecton-module] .mrg-b\(3\) {
643
- margin-bottom: 15px;
644
- }
645
-
646
- [data-tecton-module] .mrg-l\(3\) {
647
- margin-left: 15px;
648
- }
649
-
650
- [data-tecton-module] .mrg-r\(3\) {
651
- margin-right: 15px;
652
- }
653
-
654
- [data-tecton-module] .pad\(3\) {
655
- padding: 15px;
656
- }
657
-
658
- [data-tecton-module] .pad-y\(3\) {
659
- padding-top: 15px;
660
- padding-bottom: 15px;
661
- }
662
-
663
- [data-tecton-module] .pad-x\(3\) {
664
- padding-left: 15px;
665
- padding-right: 15px;
666
- }
667
-
668
- [data-tecton-module] .pad-t\(3\) {
669
- padding-top: 15px;
670
- }
671
-
672
- [data-tecton-module] .pad-b\(3\) {
673
- padding-bottom: 15px;
674
- }
675
-
676
- [data-tecton-module] .pad-l\(3\) {
677
- padding-left: 15px;
678
- }
679
-
680
- [data-tecton-module] .pad-r\(3\) {
681
- padding-right: 15px;
682
- }
683
-
684
- [data-tecton-module] .w\(3\) {
685
- width: 15px;
686
- }
687
-
688
- [data-tecton-module] .h\(3\) {
689
- height: 15px;
690
- }
691
-
692
- [data-tecton-module] .mrg\(4\) {
693
- margin: 30px;
694
- }
695
-
696
- [data-tecton-module] .mrg-y\(4\) {
697
- margin-top: 30px;
698
- margin-bottom: 30px;
699
- }
700
-
701
- [data-tecton-module] .mrg-x\(4\) {
702
- margin-left: 30px;
703
- margin-right: 30px;
704
- }
705
-
706
- [data-tecton-module] .mrg-t\(4\) {
707
- margin-top: 30px;
708
- }
709
-
710
- [data-tecton-module] .mrg-b\(4\) {
711
- margin-bottom: 30px;
712
- }
713
-
714
- [data-tecton-module] .mrg-l\(4\) {
715
- margin-left: 30px;
716
- }
717
-
718
- [data-tecton-module] .mrg-r\(4\) {
719
- margin-right: 30px;
720
- }
721
-
722
- [data-tecton-module] .pad\(4\) {
723
- padding: 30px;
724
- }
725
-
726
- [data-tecton-module] .pad-y\(4\) {
727
- padding-top: 30px;
728
- padding-bottom: 30px;
729
- }
730
-
731
- [data-tecton-module] .pad-x\(4\) {
732
- padding-left: 30px;
733
- padding-right: 30px;
734
- }
735
-
736
- [data-tecton-module] .pad-t\(4\) {
737
- padding-top: 30px;
738
- }
739
-
740
- [data-tecton-module] .pad-b\(4\) {
741
- padding-bottom: 30px;
742
- }
743
-
744
- [data-tecton-module] .pad-l\(4\) {
745
- padding-left: 30px;
746
- }
747
-
748
- [data-tecton-module] .pad-r\(4\) {
749
- padding-right: 30px;
750
- }
751
-
752
- [data-tecton-module] .w\(4\) {
753
- width: 30px;
754
- }
755
-
756
- [data-tecton-module] .h\(4\) {
757
- height: 30px;
758
- }
759
-
760
- [data-tecton-module] .mrg\(5\) {
761
- margin: 45px;
762
- }
763
-
764
- [data-tecton-module] .mrg-y\(5\) {
765
- margin-top: 45px;
766
- margin-bottom: 45px;
767
- }
768
-
769
- [data-tecton-module] .mrg-x\(5\) {
770
- margin-left: 45px;
771
- margin-right: 45px;
772
- }
773
-
774
- [data-tecton-module] .mrg-t\(5\) {
775
- margin-top: 45px;
776
- }
777
-
778
- [data-tecton-module] .mrg-b\(5\) {
779
- margin-bottom: 45px;
780
- }
781
-
782
- [data-tecton-module] .mrg-l\(5\) {
783
- margin-left: 45px;
784
- }
785
-
786
- [data-tecton-module] .mrg-r\(5\) {
787
- margin-right: 45px;
788
- }
789
-
790
- [data-tecton-module] .pad\(5\) {
791
- padding: 45px;
792
- }
793
-
794
- [data-tecton-module] .pad-y\(5\) {
795
- padding-top: 45px;
796
- padding-bottom: 45px;
797
- }
798
-
799
- [data-tecton-module] .pad-x\(5\) {
800
- padding-left: 45px;
801
- padding-right: 45px;
802
- }
803
-
804
- [data-tecton-module] .pad-t\(5\) {
805
- padding-top: 45px;
806
- }
807
-
808
- [data-tecton-module] .pad-b\(5\) {
809
- padding-bottom: 45px;
810
- }
811
-
812
- [data-tecton-module] .pad-l\(5\) {
813
- padding-left: 45px;
814
- }
815
-
816
- [data-tecton-module] .pad-r\(5\) {
817
- padding-right: 45px;
818
- }
819
-
820
- [data-tecton-module] .w\(5\) {
821
- width: 45px;
822
- }
823
-
824
- [data-tecton-module] .h\(5\) {
825
- height: 45px;
826
- }
827
-
828
- [data-tecton-module] .mrg\(6\) {
829
- margin: 60px;
830
- }
831
-
832
- [data-tecton-module] .mrg-y\(6\) {
833
- margin-top: 60px;
834
- margin-bottom: 60px;
835
- }
836
-
837
- [data-tecton-module] .mrg-x\(6\) {
838
- margin-left: 60px;
839
- margin-right: 60px;
840
- }
841
-
842
- [data-tecton-module] .mrg-t\(6\) {
843
- margin-top: 60px;
844
- }
845
-
846
- [data-tecton-module] .mrg-b\(6\) {
847
- margin-bottom: 60px;
848
- }
849
-
850
- [data-tecton-module] .mrg-l\(6\) {
851
- margin-left: 60px;
852
- }
853
-
854
- [data-tecton-module] .mrg-r\(6\) {
855
- margin-right: 60px;
856
- }
857
-
858
- [data-tecton-module] .pad\(6\) {
859
- padding: 60px;
860
- }
861
-
862
- [data-tecton-module] .pad-y\(6\) {
863
- padding-top: 60px;
864
- padding-bottom: 60px;
865
- }
866
-
867
- [data-tecton-module] .pad-x\(6\) {
868
- padding-left: 60px;
869
- padding-right: 60px;
870
- }
871
-
872
- [data-tecton-module] .pad-t\(6\) {
873
- padding-top: 60px;
874
- }
875
-
876
- [data-tecton-module] .pad-b\(6\) {
877
- padding-bottom: 60px;
878
- }
879
-
880
- [data-tecton-module] .pad-l\(6\) {
881
- padding-left: 60px;
882
- }
883
-
884
- [data-tecton-module] .pad-r\(6\) {
885
- padding-right: 60px;
886
- }
887
-
888
- [data-tecton-module] .w\(6\) {
889
- width: 60px;
890
- }
891
-
892
- [data-tecton-module] .h\(6\) {
893
- height: 60px;
894
- }
895
-
896
- [data-tecton-module] .h\(1x\) {
897
- height: var(--tct-scale-1x, var(--app-scale-1x, 5px));
898
- }
899
-
900
- [data-tecton-module] .w\(1x\) {
901
- width: var(--tct-scale-1x, var(--app-scale-1x, 5px));
902
- }
903
-
904
- [data-tecton-module] .h\(2x\) {
905
- height: var(--tct-scale-2x, var(--app-scale-2x, 10px));
906
- }
907
-
908
- [data-tecton-module] .w\(2x\) {
909
- width: var(--tct-scale-2x, var(--app-scale-2x, 10px));
910
- }
911
-
912
- [data-tecton-module] .h\(3x\) {
913
- height: var(--tct-scale-3x, var(--app-scale-3x, 15px));
914
- }
915
-
916
- [data-tecton-module] .w\(3x\) {
917
- width: var(--tct-scale-3x, var(--app-scale-3x, 15px));
918
- }
919
-
920
- [data-tecton-module] .h\(4x\) {
921
- height: var(--tct-scale-4x, var(--app-scale-4x, 20px));
922
- }
923
-
924
- [data-tecton-module] .w\(4x\) {
925
- width: var(--tct-scale-4x, var(--app-scale-4x, 20px));
926
- }
927
-
928
- [data-tecton-module] .h\(5x\) {
929
- height: var(--tct-scale-5x, var(--app-scale-5x, 25px));
930
- }
931
-
932
- [data-tecton-module] .w\(5x\) {
933
- width: var(--tct-scale-5x, var(--app-scale-5x, 25px));
934
- }
935
-
936
- [data-tecton-module] .h\(6x\) {
937
- height: var(--tct-scale-6x, var(--app-scale-6x, 30px));
938
- }
939
-
940
- [data-tecton-module] .w\(6x\) {
941
- width: var(--tct-scale-6x, var(--app-scale-6x, 30px));
942
- }
943
-
944
- [data-tecton-module] .h\(7x\) {
945
- height: var(--tct-scale-7x, var(--app-scale-7x, 35px));
946
- }
947
-
948
- [data-tecton-module] .w\(7x\) {
949
- width: var(--tct-scale-7x, var(--app-scale-7x, 35px));
950
- }
951
-
952
- [data-tecton-module] .h\(8x\) {
953
- height: var(--tct-scale-8x, var(--app-scale-8x, 40px));
954
- }
955
-
956
- [data-tecton-module] .w\(8x\) {
957
- width: var(--tct-scale-8x, var(--app-scale-8x, 40px));
958
- }
959
-
960
- [data-tecton-module] .h\(9x\) {
961
- height: var(--tct-scale-9x, var(--app-scale-9x, 45px));
962
- }
963
-
964
- [data-tecton-module] .w\(9x\) {
965
- width: var(--tct-scale-9x, var(--app-scale-9x, 45px));
966
- }
967
-
968
- [data-tecton-module] .h\(10x\) {
969
- height: var(--tct-scale-10x, var(--app-scale-10x, 50px));
970
- }
971
-
972
- [data-tecton-module] .w\(10x\) {
973
- width: var(--tct-scale-10x, var(--app-scale-10x, 50px));
974
- }
975
-
976
- [data-tecton-module] .h\(11x\) {
977
- height: var(--tct-scale-11x, var(--app-scale-11x, 55px));
978
- }
979
-
980
- [data-tecton-module] .w\(11x\) {
981
- width: var(--tct-scale-11x, var(--app-scale-11x, 55px));
982
- }
983
-
984
- [data-tecton-module] .h\(12x\) {
985
- height: var(--tct-scale-12x, var(--app-scale-12x, 60px));
986
- }
987
-
988
- [data-tecton-module] .w\(12x\) {
989
- width: var(--tct-scale-12x, var(--app-scale-12x, 60px));
990
- }
991
-
992
- [data-tecton-module] .tooltipped {
993
- position: relative;
994
- }
995
-
996
- @keyframes tooltippedFade {
997
- from {
998
- opacity: 0;
999
- }
1000
- to {
1001
- opacity: 1;
1002
- }
1003
- }
1004
- [data-tecton-module] .tooltipped:before {
1005
- position: absolute;
1006
- z-index: 1000001;
1007
- width: 0;
1008
- height: 0;
1009
- color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
1010
- pointer-events: none;
1011
- content: "";
1012
- border: var(--app-tooltip-size, 5px) solid transparent;
1013
- }
1014
-
1015
- [data-tecton-module] .tooltipped:after {
1016
- position: absolute;
1017
- z-index: 1000000;
1018
- padding: var(--app-tooltip-size, 5px) 8px;
1019
- font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
1020
- font-weight: 600;
1021
- font-size: 12px;
1022
- line-height: 1.5;
1023
- color: var(--app-tooltip-text-color, #ffffff);
1024
- text-align: center;
1025
- text-decoration: none;
1026
- text-shadow: none;
1027
- text-transform: none;
1028
- letter-spacing: normal;
1029
- word-wrap: break-word;
1030
- white-space: pre;
1031
- pointer-events: none;
1032
- content: attr(aria-label);
1033
- background: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
1034
- border-radius: 3px;
1035
- }
1036
-
1037
- [data-tecton-module] .tooltipped[label][stencil-hydrated]:after {
1038
- content: attr(label);
1039
- }
1040
-
1041
- [data-tecton-module] .tooltipped:before,
1042
- [data-tecton-module] .tooltipped:after {
1043
- display: inline-block;
1044
- visibility: hidden;
1045
- opacity: 0;
1046
- transition: all 250ms ease-in-out 0s;
1047
- }
1048
-
1049
- [data-tecton-module] .tooltipped:hover:before,
1050
- [data-tecton-module] .tooltipped:hover:after,
1051
- [data-tecton-module] .tooltipped:active:before,
1052
- [data-tecton-module] .tooltipped:active:after,
1053
- [data-tecton-module] .tooltipped:focus:before,
1054
- [data-tecton-module] .tooltipped:focus:after,
1055
- [data-tecton-module] .tooltipped:focus-within:before,
1056
- [data-tecton-module] .tooltipped:focus-within:after {
1057
- text-decoration: none;
1058
- visibility: visible;
1059
- opacity: 1;
1060
- }
1061
-
1062
- [data-tecton-module] .tooltipped:hover:before,
1063
- [data-tecton-module] .tooltipped:hover:after,
1064
- [data-tecton-module] .tooltipped:active:before,
1065
- [data-tecton-module] .tooltipped:active:after {
1066
- transition: all 250ms ease-in-out;
1067
- }
1068
-
1069
- [data-tecton-module] .tooltipped:hover:before,
1070
- [data-tecton-module] .tooltipped:hover:after {
1071
- transition-delay: 1s;
1072
- }
1073
-
1074
- [data-tecton-module] .tooltipped:focus:before,
1075
- [data-tecton-module] .tooltipped:focus:after,
1076
- [data-tecton-module] .tooltipped:focus-within:before,
1077
- [data-tecton-module] .tooltipped:focus-within:after {
1078
- animation-timing-function: ease-in-out;
1079
- animation-fill-mode: forwards;
1080
- animation-name: tooltippedFade, tooltippedFade;
1081
- animation-direction: normal, reverse;
1082
- animation-duration: var(--app-tooltip-transition-duration, 250ms);
1083
- animation-delay: 0ms,
1084
- calc(
1085
- var(--app-tooltip-visible-duration, 2s) +
1086
- var(--app-tooltip-transition-duration, 250ms)
1087
- );
1088
- }
1089
-
1090
- [data-tecton-module]
1091
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):hover:before,
1092
- [data-tecton-module]
1093
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):hover:after,
1094
- [data-tecton-module]
1095
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):active:before,
1096
- [data-tecton-module]
1097
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):active:after,
1098
- [data-tecton-module]
1099
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):focus:before,
1100
- [data-tecton-module]
1101
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):focus:after,
1102
- [data-tecton-module]
1103
- .tooltipped:not([stencil-hydrated])[aria-label=""]:hover:before,
1104
- [data-tecton-module]
1105
- .tooltipped:not([stencil-hydrated])[aria-label=""]:hover:after,
1106
- [data-tecton-module]
1107
- .tooltipped:not([stencil-hydrated])[aria-label=""]:active:before,
1108
- [data-tecton-module]
1109
- .tooltipped:not([stencil-hydrated])[aria-label=""]:active:after,
1110
- [data-tecton-module]
1111
- .tooltipped:not([stencil-hydrated])[aria-label=""]:focus:before,
1112
- [data-tecton-module]
1113
- .tooltipped:not([stencil-hydrated])[aria-label=""]:focus:after,
1114
- [data-tecton-module]
1115
- .tooltipped:not([stencil-hydrated]):not([aria-label]):hover:before,
1116
- [data-tecton-module]
1117
- .tooltipped:not([stencil-hydrated]):not([aria-label]):hover:after,
1118
- [data-tecton-module]
1119
- .tooltipped:not([stencil-hydrated]):not([aria-label]):active:before,
1120
- [data-tecton-module]
1121
- .tooltipped:not([stencil-hydrated]):not([aria-label]):active:after,
1122
- [data-tecton-module]
1123
- .tooltipped:not([stencil-hydrated]):not([aria-label]):focus:before,
1124
- [data-tecton-module]
1125
- .tooltipped:not([stencil-hydrated]):not([aria-label]):focus:after {
1126
- display: none;
1127
- }
1128
-
1129
- [data-tecton-module]
1130
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):focus-within:before,
1131
- [data-tecton-module]
1132
- .tooltipped[stencil-hydrated]:not([label]):not([aria-label]):focus-within:after,
1133
- [data-tecton-module]
1134
- .tooltipped:not([stencil-hydrated])[aria-label=""]:focus-within:before,
1135
- [data-tecton-module]
1136
- .tooltipped:not([stencil-hydrated])[aria-label=""]:focus-within:after,
1137
- [data-tecton-module]
1138
- .tooltipped:not([stencil-hydrated]):not([aria-label]):focus-within:before,
1139
- [data-tecton-module]
1140
- .tooltipped:not([stencil-hydrated]):not([aria-label]):focus-within:after {
1141
- display: none;
1142
- }
1143
-
1144
- [data-tecton-module] .tooltipped-multiline:after {
1145
- width: -webkit-max-content;
1146
- width: -moz-max-content;
1147
- width: max-content;
1148
- max-width: var(--app-tooltip-multiline-max-width, 200px);
1149
- word-break: break-word;
1150
- word-wrap: normal;
1151
- white-space: pre-line;
1152
- border-collapse: separate;
1153
- text-align: left;
1154
- }
1155
-
1156
- [data-tecton-module] .tooltipped-multiline.tooltipped-s:after,
1157
- [data-tecton-module] .tooltipped-multiline.tooltipped-n:after {
1158
- right: auto;
1159
- left: 50%;
1160
- transform: translateX(-50%);
1161
- }
1162
-
1163
- [data-tecton-module] .tooltipped-multiline.tooltipped-w:after,
1164
- [data-tecton-module] .tooltipped-multiline.tooltipped-e:after {
1165
- right: 100%;
1166
- }
1167
-
1168
- [data-tecton-module] .tooltipped-multiline:hover:after,
1169
- [data-tecton-module] .tooltipped-multiline:active:after,
1170
- [data-tecton-module] .tooltipped-multiline:focus:after {
1171
- display: table-cell;
1172
- }
1173
-
1174
- [data-tecton-module] .tooltipped-multiline:focus-within:after {
1175
- display: table-cell;
1176
- }
1177
-
1178
- [data-tecton-module] .tooltipped-sticky:before,
1179
- [data-tecton-module] .tooltipped-sticky:after {
1180
- display: inline-block;
1181
- }
1182
-
1183
- [data-tecton-module] .tooltipped-sticky.tooltipped-multiline:after {
1184
- display: table-cell;
1185
- }
1186
-
1187
- [data-tecton-module] .tooltipped-s:after,
1188
- [data-tecton-module] .tooltipped-se:after,
1189
- [data-tecton-module] .tooltipped-sw:after {
1190
- top: 100%;
1191
- right: 50%;
1192
- margin-top: var(--app-tooltip-size, 5px);
1193
- }
1194
-
1195
- [data-tecton-module] .tooltipped-s:before,
1196
- [data-tecton-module] .tooltipped-se:before,
1197
- [data-tecton-module] .tooltipped-sw:before {
1198
- top: auto;
1199
- right: 50%;
1200
- bottom: var(--app-tooltip-position, -5px);
1201
- margin-right: var(--app-tooltip-position, -5px);
1202
- border-bottom-color: var(
1203
- --app-tooltip-background-color,
1204
- rgba(0, 0, 0, 0.8)
1205
- );
1206
- }
1207
-
1208
- [data-tecton-module] .tooltipped-se:after {
1209
- right: auto;
1210
- left: 50%;
1211
- margin-left: var(--app-tooltip-body-offset, -15px);
1212
- }
1213
-
1214
- [data-tecton-module] .tooltipped-sw:after {
1215
- margin-right: var(--app-tooltip-body-offset, -15px);
1216
- }
1217
-
1218
- [data-tecton-module] .tooltipped-n:after,
1219
- [data-tecton-module] .tooltipped-ne:after,
1220
- [data-tecton-module] .tooltipped-nw:after {
1221
- right: 50%;
1222
- bottom: 100%;
1223
- margin-bottom: var(--app-tooltip-size, 5px);
1224
- }
1225
-
1226
- [data-tecton-module] .tooltipped-n:before,
1227
- [data-tecton-module] .tooltipped-ne:before,
1228
- [data-tecton-module] .tooltipped-nw:before {
1229
- top: var(--app-tooltip-position, -5px);
1230
- right: 50%;
1231
- bottom: auto;
1232
- margin-right: var(--app-tooltip-position, -5px);
1233
- border-top-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
1234
- }
1235
-
1236
- [data-tecton-module] .tooltipped-ne:after {
1237
- right: auto;
1238
- left: 50%;
1239
- margin-left: var(--app-tooltip-body-offset, -15px);
1240
- }
1241
-
1242
- [data-tecton-module] .tooltipped-nw:after {
1243
- margin-right: var(--app-tooltip-body-offset, -15px);
1244
- }
1245
-
1246
- [data-tecton-module] .tooltipped-s:after,
1247
- [data-tecton-module] .tooltipped-n:after {
1248
- transform: translateX(50%);
1249
- }
1250
-
1251
- [data-tecton-module] .tooltipped-w:after {
1252
- right: 100%;
1253
- bottom: 50%;
1254
- margin-right: var(--app-tooltip-size, 5px);
1255
- transform: translateY(50%);
1256
- }
1257
-
1258
- [data-tecton-module] .tooltipped-w:before {
1259
- top: 50%;
1260
- bottom: 50%;
1261
- left: var(--app-tooltip-position, -5px);
1262
- margin-top: var(--app-tooltip-position, -5px);
1263
- border-left-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
1264
- }
1265
-
1266
- [data-tecton-module] .tooltipped-e:after {
1267
- bottom: 50%;
1268
- left: 100%;
1269
- margin-left: var(--app-tooltip-size, 5px);
1270
- transform: translateY(50%);
1271
- }
1272
-
1273
- [data-tecton-module] .tooltipped-e:before {
1274
- top: 50%;
1275
- right: var(--app-tooltip-position, -5px);
1276
- bottom: 50%;
1277
- margin-top: var(--app-tooltip-position, -5px);
1278
- border-right-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
1279
- }
1280
-
1281
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):hover:before,
1282
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):hover:after,
1283
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):active:before,
1284
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):active:after,
1285
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):focus:before,
1286
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):focus:after,
1287
- [data-tecton-module].phone
1288
- .tooltipped:not(.tooltip-popover):focus-within:before,
1289
- [data-tecton-module].phone .tooltipped:not(.tooltip-popover):focus-within:after,
1290
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):hover:before,
1291
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):hover:after,
1292
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):active:before,
1293
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):active:after,
1294
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):focus:before,
1295
- [data-tecton-module].tablet .tooltipped:not(.tooltip-popover):focus:after,
1296
- [data-tecton-module].tablet
1297
- .tooltipped:not(.tooltip-popover):focus-within:before,
1298
- [data-tecton-module].tablet
1299
- .tooltipped:not(.tooltip-popover):focus-within:after {
1300
- display: none;
1301
- }
1302
-
1303
- /* TODO: Merge the theme with fallback colors */
1304
- :root {
1305
- /* default theme */
1306
- /*button */
1307
- --tct-btn-font-size: 14px;
1308
- --tct-btn-padding: 10px;
1309
- /* primary btn */
1310
- --tct-btn-primary-bg: #510098;
1311
- --tct-btn-primary-font-color: #ffffff;
1312
- --tct-btn-primary-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
1313
- --tct-btn-primary-border-color: transparent;
1314
- --tct-btn-primary-border-width: 0px;
1315
- --tct-btn-primary-border-radius: 5px;
1316
- --tct-btn-primary-font-weight: 400;
1317
- --tct-btn-primary-text-transform: none;
1318
- --tct-btn-primary-letter-spacing: normal;
1319
- /* primary btn hover effects */
1320
- --tct-btn-primary-hover-bg: #510098;
1321
- --tct-btn-primary-hover-font-color: #ffffff;
1322
- --tct-btn-primary-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
1323
- --tct-btn-primary-hover-border-color: transparent;
1324
- /* secondary btn */
1325
- --tct-btn-secondary-bg: #8058bc;
1326
- --tct-btn-secondary-font-color: #ffffff;
1327
- --tct-btn-secondary-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
1328
- --tct-btn-secondary-border-color: transparent;
1329
- --tct-btn-secondary-border-width: 0px;
1330
- --tct-btn-secondary-border-radius: 5px;
1331
- --tct-btn-secondary-font-weight: 400;
1332
- --tct-btn-secondary-text-transform: none;
1333
- --tct-btn-secondary-letter-spacing: normal;
1334
- /* secondary btn hover effects */
1335
- --tct-btn-secondary-hover-bg: #8058bc;
1336
- --tct-btn-secondary-hover-font-color: #ffffff;
1337
- --tct-btn-secondary-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
1338
- /* neutral btn */
1339
- --tct-btn-default-bg: #ffffff;
1340
- --tct-btn-default-font-color: #510098;
1341
- --tct-btn-default-font-weight: 400;
1342
- /* neutral btn hover effects */
1343
- --tct-btn-default-hover-bg: #ffffff;
1344
- --tct-btn-default-hover-font-color: #510098;
1345
- --tct-btn-default-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
1346
- /*icon buttons */
1347
- --tct-btn-icon-width: 50px;
1348
- --tct-btn-icon-height: 50px;
1349
- --tct-btn-icon-color: #510098;
1350
- /* icon button hover effects */
1351
- --tct-btn-icon-hover-bg: #f2f2f2;
1352
- --tct-btn-icon-active-bg: #f2f2f2;
1353
- /* badge buttons */
1354
- --tct-btn-badge-font-size: 14px;
1355
- --tct-btn-badge-bg: #510098;
1356
- --tct-btn-badge-font-color: #ffffff;
1357
- /* badge hover effects */
1358
- --tct-btn-badge-hover-bg: #8058bc;
1359
- --tct-btn-badge-hover-font-color: #ffffff;
1360
- /* badge active */
1361
- --tct-btn-badge-active-bg: #8058bc;
1362
- --tct-btn-badge-active-font-color: #ffffff;
1363
- /* buttons disabled */
1364
- --tct-btn-disabled-opacity: 0.6;
1365
- --tct-btn-primary-disabled-bg: #510098;
1366
- --tct-btn-primary-disabled-font-color: #ffffff;
1367
- --tct-btn-primary-disabled-box-shadow: transparent;
1368
- --tct-btn-secondary-disabled-bg: #8058bc;
1369
- --tct-btn-secondary-disabled-font-color: #ffffff;
1370
- --tct-btn-secondary-disabled-box-shadow: transparent;
1371
- --tct-btn-neutral-disabled-bg: #ffffff;
1372
- --tct-btn-neutral-disabled-font-color: #510098;
1373
- --tct-btn-neutral-disabled-box-shadow: transparent;
1374
- /* checkbox with label */
1375
- --tct-checkbox-font-weight: 300;
1376
- --tct-input-label-optional-font-size: 14px;
1377
- --tct-input-label-optional-font-weight: 300;
1378
- /* checkbox disabled */
1379
- --tct-checkbox-disabled-opacity: 0.6;
1380
- /* calendar */
1381
- --tct-calendar-label-font-size: 16px;
1382
- --tct-calendar-month-font-size: 14px;
1383
- --tct-calendar-day-heading-font-size: 14px;
1384
- --t-calendar-day-hover-bg: rgba(245, 238, 255, 0.5);
1385
- --tct-calendar-day-selected-font-color: #510098;
1386
- --tct-calendar-activity-indicator-color: #510098;
1387
- /* collapsible sections */
1388
- --tct-section-bg: #ffffff;
1389
- --tct-section-font-color: #090313;
1390
- /* dropdowns */
1391
- --tct-dropdown-item-bg: #ffffff;
1392
- --tct-dropdown-item-font-color: #090313;
1393
- --tct-dropdown-item-selected-bg: #f1f1f1;
1394
- /* icons */
1395
- --t-icon-size: 20px;
1396
- --t-icon-stroke-width: 1;
1397
- --t-icon-cap: round;
1398
- --t-icon-stroke-primary: #090313;
1399
- /* inputs */
1400
- --tct-input-font-size: 14px;
1401
- --tct-input-placeholder-font-color: #797979;
1402
- --tct-input-height: 40px;
1403
- --tct-input-bg: #fefefe;
1404
- --tct-input-font-color: #4b4b4b;
1405
- /* input label */
1406
- --tct-input-label-font-color: #090313;
1407
- --tct-input-label-font-size: 16px;
1408
- --tct-input-label-font-weight: 500;
1409
- /* input borders */
1410
- --tct-input-border-top-width: 0.5px;
1411
- --tct-input-border-right-width: 0.5px;
1412
- --tct-input-border-bottom-width: 0.5px;
1413
- --tct-input-border-left-width: 0.5px;
1414
- --tct-input-border-color: #510098;
1415
- /* loaders */
1416
- --tct-loading-skeleton-shimmer-color: rgba(254, 254, 254, 0.5);
1417
- --tct-loading-spinner-size: 40px;
1418
- /* messages */
1419
- --tct-message-bg: #f5f5f5;
1420
- --tct-input-messages-font-color: #090313;
1421
- --tct-message-bar-width: 6px;
1422
- --tct-message-padding: 15px;
1423
- /* options */
1424
- --tct-tab-alt-active-color: #510098;
1425
- --tct-optgroup-header-font-weight: 400;
1426
- /* selects */
1427
- --tct-select-margin-top: 20px;
1428
- --tct-select-margin-bottom: 20px;
1429
- }