@kompasid/lit-web-components 0.9.4 → 0.9.10
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/.yarnrc.yml +1 -0
- package/demo/index.html +6 -1
- package/dist/assets/font-awesome.d.ts +2 -2
- package/dist/src/components/kompasid-footer/KompasFooter.d.ts +1 -1
- package/dist/src/components/kompasid-freewall/KompasFreewall.d.ts +1 -1
- package/dist/src/components/kompasid-freewall-body/KompasFreewallBody.d.ts +1 -1
- package/dist/src/components/kompasid-freewall-head/KompasFreewallHead.d.ts +1 -1
- package/dist/src/components/kompasid-grace-period/KompasGracePeriod.d.ts +1 -1
- package/dist/src/components/kompasid-header-account/KompasHeaderAccount.d.ts +1 -1
- package/dist/src/components/kompasid-header-account-help-center/KompasHeaderAccountHelpCenter.d.ts +1 -1
- package/dist/src/components/kompasid-header-account-menu/KompasHeaderAccountMenu.d.ts +1 -1
- package/dist/src/components/kompasid-header-account-profile/KompasHeaderAccountProfile.d.ts +1 -1
- package/dist/src/components/kompasid-header-notification/KompasHeaderNotification.d.ts +1 -1
- package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.d.ts +5 -2
- package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.js +43 -28
- package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.js.map +1 -1
- package/dist/src/components/kompasid-metered-paywall/KompasMeteredPaywall.d.ts +1 -1
- package/dist/src/components/kompasid-metered-wall-register/KompasMeteredWallRegister.d.ts +1 -1
- package/dist/src/components/kompasid-paywall/KompasPaywall.d.ts +1 -1
- package/dist/src/components/kompasid-paywall-banner-registration/KompasPaywallBannerRegistration.d.ts +1 -1
- package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.d.ts +1 -1
- package/dist/src/components/kompasid-paywall-information-header/KompasPaywallInformationHeader.d.ts +1 -1
- package/dist/src/components/kompasid-paywall-video/KompasPaywallVideo.d.ts +1 -1
- package/dist/src/components/kompasid-widget-recirculations-default/KompasWidgetRecirculationsDefault.d.ts +3 -3
- package/dist/src/components/kompasid-widget-recirculations-list/KompasWidgetRecirculationsList.d.ts +2 -2
- package/dist/src/utils/IntersectionObserver.d.ts +1 -1
- package/dist/tailwind/tailwind.js +219 -248
- package/dist/tailwind/tailwind.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/kompasid-menu-side-bar/KompasMenuSideBar.ts +76 -28
- package/tailwind/tailwind.css +215 -240
- package/tailwind/tailwind.ts +219 -248
package/tailwind/tailwind.ts
CHANGED
|
@@ -1,8 +1,118 @@
|
|
|
1
1
|
import { css } from 'lit'
|
|
2
2
|
|
|
3
3
|
export const TWStyles = css`
|
|
4
|
+
*,
|
|
5
|
+
::before,
|
|
6
|
+
::after {
|
|
7
|
+
--tw-border-spacing-x: 0;
|
|
8
|
+
--tw-border-spacing-y: 0;
|
|
9
|
+
--tw-translate-x: 0;
|
|
10
|
+
--tw-translate-y: 0;
|
|
11
|
+
--tw-rotate: 0;
|
|
12
|
+
--tw-skew-x: 0;
|
|
13
|
+
--tw-skew-y: 0;
|
|
14
|
+
--tw-scale-x: 1;
|
|
15
|
+
--tw-scale-y: 1;
|
|
16
|
+
--tw-pan-x: ;
|
|
17
|
+
--tw-pan-y: ;
|
|
18
|
+
--tw-pinch-zoom: ;
|
|
19
|
+
--tw-scroll-snap-strictness: proximity;
|
|
20
|
+
--tw-gradient-from-position: ;
|
|
21
|
+
--tw-gradient-via-position: ;
|
|
22
|
+
--tw-gradient-to-position: ;
|
|
23
|
+
--tw-ordinal: ;
|
|
24
|
+
--tw-slashed-zero: ;
|
|
25
|
+
--tw-numeric-figure: ;
|
|
26
|
+
--tw-numeric-spacing: ;
|
|
27
|
+
--tw-numeric-fraction: ;
|
|
28
|
+
--tw-ring-inset: ;
|
|
29
|
+
--tw-ring-offset-width: 0px;
|
|
30
|
+
--tw-ring-offset-color: #fff;
|
|
31
|
+
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
32
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
33
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
34
|
+
--tw-shadow: 0 0 #0000;
|
|
35
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
36
|
+
--tw-blur: ;
|
|
37
|
+
--tw-brightness: ;
|
|
38
|
+
--tw-contrast: ;
|
|
39
|
+
--tw-grayscale: ;
|
|
40
|
+
--tw-hue-rotate: ;
|
|
41
|
+
--tw-invert: ;
|
|
42
|
+
--tw-saturate: ;
|
|
43
|
+
--tw-sepia: ;
|
|
44
|
+
--tw-drop-shadow: ;
|
|
45
|
+
--tw-backdrop-blur: ;
|
|
46
|
+
--tw-backdrop-brightness: ;
|
|
47
|
+
--tw-backdrop-contrast: ;
|
|
48
|
+
--tw-backdrop-grayscale: ;
|
|
49
|
+
--tw-backdrop-hue-rotate: ;
|
|
50
|
+
--tw-backdrop-invert: ;
|
|
51
|
+
--tw-backdrop-opacity: ;
|
|
52
|
+
--tw-backdrop-saturate: ;
|
|
53
|
+
--tw-backdrop-sepia: ;
|
|
54
|
+
--tw-contain-size: ;
|
|
55
|
+
--tw-contain-layout: ;
|
|
56
|
+
--tw-contain-paint: ;
|
|
57
|
+
--tw-contain-style: ;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
::backdrop {
|
|
61
|
+
--tw-border-spacing-x: 0;
|
|
62
|
+
--tw-border-spacing-y: 0;
|
|
63
|
+
--tw-translate-x: 0;
|
|
64
|
+
--tw-translate-y: 0;
|
|
65
|
+
--tw-rotate: 0;
|
|
66
|
+
--tw-skew-x: 0;
|
|
67
|
+
--tw-skew-y: 0;
|
|
68
|
+
--tw-scale-x: 1;
|
|
69
|
+
--tw-scale-y: 1;
|
|
70
|
+
--tw-pan-x: ;
|
|
71
|
+
--tw-pan-y: ;
|
|
72
|
+
--tw-pinch-zoom: ;
|
|
73
|
+
--tw-scroll-snap-strictness: proximity;
|
|
74
|
+
--tw-gradient-from-position: ;
|
|
75
|
+
--tw-gradient-via-position: ;
|
|
76
|
+
--tw-gradient-to-position: ;
|
|
77
|
+
--tw-ordinal: ;
|
|
78
|
+
--tw-slashed-zero: ;
|
|
79
|
+
--tw-numeric-figure: ;
|
|
80
|
+
--tw-numeric-spacing: ;
|
|
81
|
+
--tw-numeric-fraction: ;
|
|
82
|
+
--tw-ring-inset: ;
|
|
83
|
+
--tw-ring-offset-width: 0px;
|
|
84
|
+
--tw-ring-offset-color: #fff;
|
|
85
|
+
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
86
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
87
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
88
|
+
--tw-shadow: 0 0 #0000;
|
|
89
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
90
|
+
--tw-blur: ;
|
|
91
|
+
--tw-brightness: ;
|
|
92
|
+
--tw-contrast: ;
|
|
93
|
+
--tw-grayscale: ;
|
|
94
|
+
--tw-hue-rotate: ;
|
|
95
|
+
--tw-invert: ;
|
|
96
|
+
--tw-saturate: ;
|
|
97
|
+
--tw-sepia: ;
|
|
98
|
+
--tw-drop-shadow: ;
|
|
99
|
+
--tw-backdrop-blur: ;
|
|
100
|
+
--tw-backdrop-brightness: ;
|
|
101
|
+
--tw-backdrop-contrast: ;
|
|
102
|
+
--tw-backdrop-grayscale: ;
|
|
103
|
+
--tw-backdrop-hue-rotate: ;
|
|
104
|
+
--tw-backdrop-invert: ;
|
|
105
|
+
--tw-backdrop-opacity: ;
|
|
106
|
+
--tw-backdrop-saturate: ;
|
|
107
|
+
--tw-backdrop-sepia: ;
|
|
108
|
+
--tw-contain-size: ;
|
|
109
|
+
--tw-contain-layout: ;
|
|
110
|
+
--tw-contain-paint: ;
|
|
111
|
+
--tw-contain-style: ;
|
|
112
|
+
}
|
|
113
|
+
|
|
4
114
|
/*
|
|
5
|
-
! tailwindcss v3.
|
|
115
|
+
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
|
6
116
|
*/
|
|
7
117
|
|
|
8
118
|
/*
|
|
@@ -35,9 +145,11 @@ export const TWStyles = css`
|
|
|
35
145
|
4. Use the user's configured sans font-family by default.
|
|
36
146
|
5. Use the user's configured sans font-feature-settings by default.
|
|
37
147
|
6. Use the user's configured sans font-variation-settings by default.
|
|
148
|
+
7. Disable tap highlights on iOS
|
|
38
149
|
*/
|
|
39
150
|
|
|
40
|
-
html
|
|
151
|
+
html,
|
|
152
|
+
:host {
|
|
41
153
|
line-height: 1.5;
|
|
42
154
|
/* 1 */
|
|
43
155
|
-webkit-text-size-adjust: 100%;
|
|
@@ -47,15 +159,15 @@ export const TWStyles = css`
|
|
|
47
159
|
-o-tab-size: 4;
|
|
48
160
|
tab-size: 4;
|
|
49
161
|
/* 3 */
|
|
50
|
-
font-family: ui-sans-serif, system-ui, -
|
|
51
|
-
'Segoe UI',
|
|
52
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
53
|
-
'Noto Color Emoji';
|
|
162
|
+
font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
163
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
54
164
|
/* 4 */
|
|
55
165
|
font-feature-settings: normal;
|
|
56
166
|
/* 5 */
|
|
57
167
|
font-variation-settings: normal;
|
|
58
168
|
/* 6 */
|
|
169
|
+
-webkit-tap-highlight-color: transparent;
|
|
170
|
+
/* 7 */
|
|
59
171
|
}
|
|
60
172
|
|
|
61
173
|
/*
|
|
@@ -127,8 +239,10 @@ Add the correct font weight in Edge and Safari.
|
|
|
127
239
|
}
|
|
128
240
|
|
|
129
241
|
/*
|
|
130
|
-
1. Use the user's configured mono font
|
|
131
|
-
2.
|
|
242
|
+
1. Use the user's configured mono font-family by default.
|
|
243
|
+
2. Use the user's configured mono font-feature-settings by default.
|
|
244
|
+
3. Use the user's configured mono font-variation-settings by default.
|
|
245
|
+
4. Correct the odd em font sizing in all browsers.
|
|
132
246
|
*/
|
|
133
247
|
|
|
134
248
|
code,
|
|
@@ -138,8 +252,12 @@ Add the correct font weight in Edge and Safari.
|
|
|
138
252
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
139
253
|
'Liberation Mono', 'Courier New', monospace;
|
|
140
254
|
/* 1 */
|
|
141
|
-
font-
|
|
255
|
+
font-feature-settings: normal;
|
|
142
256
|
/* 2 */
|
|
257
|
+
font-variation-settings: normal;
|
|
258
|
+
/* 3 */
|
|
259
|
+
font-size: 1em;
|
|
260
|
+
/* 4 */
|
|
143
261
|
}
|
|
144
262
|
|
|
145
263
|
/*
|
|
@@ -208,6 +326,8 @@ Prevent sub and sup elements from affecting the line height in all browsers.
|
|
|
208
326
|
/* 1 */
|
|
209
327
|
line-height: inherit;
|
|
210
328
|
/* 1 */
|
|
329
|
+
letter-spacing: inherit;
|
|
330
|
+
/* 1 */
|
|
211
331
|
color: inherit;
|
|
212
332
|
/* 1 */
|
|
213
333
|
margin: 0;
|
|
@@ -231,9 +351,9 @@ Remove the inheritance of text transform in Edge and Firefox.
|
|
|
231
351
|
*/
|
|
232
352
|
|
|
233
353
|
button,
|
|
234
|
-
[type='button'],
|
|
235
|
-
[type='reset'],
|
|
236
|
-
[type='submit'] {
|
|
354
|
+
input:where([type='button']),
|
|
355
|
+
input:where([type='reset']),
|
|
356
|
+
input:where([type='submit']) {
|
|
237
357
|
-webkit-appearance: button;
|
|
238
358
|
/* 1 */
|
|
239
359
|
background-color: transparent;
|
|
@@ -438,112 +558,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
438
558
|
|
|
439
559
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
440
560
|
|
|
441
|
-
[hidden] {
|
|
561
|
+
[hidden]:where(:not([hidden='until-found'])) {
|
|
442
562
|
display: none;
|
|
443
563
|
}
|
|
444
564
|
|
|
445
|
-
*,
|
|
446
|
-
::before,
|
|
447
|
-
::after {
|
|
448
|
-
--tw-border-spacing-x: 0;
|
|
449
|
-
--tw-border-spacing-y: 0;
|
|
450
|
-
--tw-translate-x: 0;
|
|
451
|
-
--tw-translate-y: 0;
|
|
452
|
-
--tw-rotate: 0;
|
|
453
|
-
--tw-skew-x: 0;
|
|
454
|
-
--tw-skew-y: 0;
|
|
455
|
-
--tw-scale-x: 1;
|
|
456
|
-
--tw-scale-y: 1;
|
|
457
|
-
--tw-pan-x: ;
|
|
458
|
-
--tw-pan-y: ;
|
|
459
|
-
--tw-pinch-zoom: ;
|
|
460
|
-
--tw-scroll-snap-strictness: proximity;
|
|
461
|
-
--tw-gradient-from-position: ;
|
|
462
|
-
--tw-gradient-via-position: ;
|
|
463
|
-
--tw-gradient-to-position: ;
|
|
464
|
-
--tw-ordinal: ;
|
|
465
|
-
--tw-slashed-zero: ;
|
|
466
|
-
--tw-numeric-figure: ;
|
|
467
|
-
--tw-numeric-spacing: ;
|
|
468
|
-
--tw-numeric-fraction: ;
|
|
469
|
-
--tw-ring-inset: ;
|
|
470
|
-
--tw-ring-offset-width: 0px;
|
|
471
|
-
--tw-ring-offset-color: #fff;
|
|
472
|
-
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
473
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
474
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
475
|
-
--tw-shadow: 0 0 #0000;
|
|
476
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
477
|
-
--tw-blur: ;
|
|
478
|
-
--tw-brightness: ;
|
|
479
|
-
--tw-contrast: ;
|
|
480
|
-
--tw-grayscale: ;
|
|
481
|
-
--tw-hue-rotate: ;
|
|
482
|
-
--tw-invert: ;
|
|
483
|
-
--tw-saturate: ;
|
|
484
|
-
--tw-sepia: ;
|
|
485
|
-
--tw-drop-shadow: ;
|
|
486
|
-
--tw-backdrop-blur: ;
|
|
487
|
-
--tw-backdrop-brightness: ;
|
|
488
|
-
--tw-backdrop-contrast: ;
|
|
489
|
-
--tw-backdrop-grayscale: ;
|
|
490
|
-
--tw-backdrop-hue-rotate: ;
|
|
491
|
-
--tw-backdrop-invert: ;
|
|
492
|
-
--tw-backdrop-opacity: ;
|
|
493
|
-
--tw-backdrop-saturate: ;
|
|
494
|
-
--tw-backdrop-sepia: ;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
::backdrop {
|
|
498
|
-
--tw-border-spacing-x: 0;
|
|
499
|
-
--tw-border-spacing-y: 0;
|
|
500
|
-
--tw-translate-x: 0;
|
|
501
|
-
--tw-translate-y: 0;
|
|
502
|
-
--tw-rotate: 0;
|
|
503
|
-
--tw-skew-x: 0;
|
|
504
|
-
--tw-skew-y: 0;
|
|
505
|
-
--tw-scale-x: 1;
|
|
506
|
-
--tw-scale-y: 1;
|
|
507
|
-
--tw-pan-x: ;
|
|
508
|
-
--tw-pan-y: ;
|
|
509
|
-
--tw-pinch-zoom: ;
|
|
510
|
-
--tw-scroll-snap-strictness: proximity;
|
|
511
|
-
--tw-gradient-from-position: ;
|
|
512
|
-
--tw-gradient-via-position: ;
|
|
513
|
-
--tw-gradient-to-position: ;
|
|
514
|
-
--tw-ordinal: ;
|
|
515
|
-
--tw-slashed-zero: ;
|
|
516
|
-
--tw-numeric-figure: ;
|
|
517
|
-
--tw-numeric-spacing: ;
|
|
518
|
-
--tw-numeric-fraction: ;
|
|
519
|
-
--tw-ring-inset: ;
|
|
520
|
-
--tw-ring-offset-width: 0px;
|
|
521
|
-
--tw-ring-offset-color: #fff;
|
|
522
|
-
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
523
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
524
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
525
|
-
--tw-shadow: 0 0 #0000;
|
|
526
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
527
|
-
--tw-blur: ;
|
|
528
|
-
--tw-brightness: ;
|
|
529
|
-
--tw-contrast: ;
|
|
530
|
-
--tw-grayscale: ;
|
|
531
|
-
--tw-hue-rotate: ;
|
|
532
|
-
--tw-invert: ;
|
|
533
|
-
--tw-saturate: ;
|
|
534
|
-
--tw-sepia: ;
|
|
535
|
-
--tw-drop-shadow: ;
|
|
536
|
-
--tw-backdrop-blur: ;
|
|
537
|
-
--tw-backdrop-brightness: ;
|
|
538
|
-
--tw-backdrop-contrast: ;
|
|
539
|
-
--tw-backdrop-grayscale: ;
|
|
540
|
-
--tw-backdrop-hue-rotate: ;
|
|
541
|
-
--tw-backdrop-invert: ;
|
|
542
|
-
--tw-backdrop-opacity: ;
|
|
543
|
-
--tw-backdrop-saturate: ;
|
|
544
|
-
--tw-backdrop-sepia: ;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
565
|
.collapse {
|
|
548
566
|
visibility: collapse;
|
|
549
567
|
}
|
|
@@ -720,10 +738,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
720
738
|
margin-bottom: 1.5rem;
|
|
721
739
|
}
|
|
722
740
|
|
|
723
|
-
.ml-0 {
|
|
724
|
-
margin-left: 0px;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
741
|
.ml-0\\.5 {
|
|
728
742
|
margin-left: 0.125rem;
|
|
729
743
|
}
|
|
@@ -772,10 +786,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
772
786
|
margin-right: 1.5rem;
|
|
773
787
|
}
|
|
774
788
|
|
|
775
|
-
.mt-0 {
|
|
776
|
-
margin-top: 0px;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
789
|
.mt-0\\.5 {
|
|
780
790
|
margin-top: 0.125rem;
|
|
781
791
|
}
|
|
@@ -808,14 +818,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
808
818
|
margin-top: 2rem;
|
|
809
819
|
}
|
|
810
820
|
|
|
811
|
-
.ml-\\[6px\\] {
|
|
812
|
-
margin-left: 6px;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.ml-1\\.5 {
|
|
816
|
-
margin-left: 0.375rem;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
821
|
.block {
|
|
820
822
|
display: block;
|
|
821
823
|
}
|
|
@@ -1025,6 +1027,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1025
1027
|
width: 296px;
|
|
1026
1028
|
}
|
|
1027
1029
|
|
|
1030
|
+
.w-\\[312px\\] {
|
|
1031
|
+
width: 312px;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1028
1034
|
.w-\\[328px\\] {
|
|
1029
1035
|
width: 328px;
|
|
1030
1036
|
}
|
|
@@ -1046,14 +1052,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1046
1052
|
width: 100vw;
|
|
1047
1053
|
}
|
|
1048
1054
|
|
|
1049
|
-
.w-\\[312px\\] {
|
|
1050
|
-
width: 312px;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.w-2\\.5 {
|
|
1054
|
-
width: 0.625rem;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
1055
|
.max-w-7xl {
|
|
1058
1056
|
max-width: 80rem;
|
|
1059
1057
|
}
|
|
@@ -1355,202 +1353,197 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1355
1353
|
|
|
1356
1354
|
.border-\\[\\#DDD\\] {
|
|
1357
1355
|
--tw-border-opacity: 1;
|
|
1358
|
-
border-color: rgb(221 221 221 / var(--tw-border-opacity));
|
|
1356
|
+
border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
|
|
1359
1357
|
}
|
|
1360
1358
|
|
|
1361
1359
|
.border-blue-200 {
|
|
1362
1360
|
--tw-border-opacity: 1;
|
|
1363
|
-
border-color: rgb(147 200 253 / var(--tw-border-opacity));
|
|
1361
|
+
border-color: rgb(147 200 253 / var(--tw-border-opacity, 1));
|
|
1364
1362
|
}
|
|
1365
1363
|
|
|
1366
1364
|
.border-brand-1 {
|
|
1367
1365
|
--tw-border-opacity: 1;
|
|
1368
|
-
border-color: rgb(0 85 154 / var(--tw-border-opacity));
|
|
1366
|
+
border-color: rgb(0 85 154 / var(--tw-border-opacity, 1));
|
|
1369
1367
|
}
|
|
1370
1368
|
|
|
1371
1369
|
.border-dark-6 {
|
|
1372
1370
|
--tw-border-opacity: 1;
|
|
1373
|
-
border-color: rgb(46 46 46 / var(--tw-border-opacity));
|
|
1371
|
+
border-color: rgb(46 46 46 / var(--tw-border-opacity, 1));
|
|
1374
1372
|
}
|
|
1375
1373
|
|
|
1376
1374
|
.border-dark-8 {
|
|
1377
1375
|
--tw-border-opacity: 1;
|
|
1378
|
-
border-color: rgb(136 136 136 / var(--tw-border-opacity));
|
|
1376
|
+
border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
|
|
1379
1377
|
}
|
|
1380
1378
|
|
|
1381
1379
|
.border-dark-9 {
|
|
1382
1380
|
--tw-border-opacity: 1;
|
|
1383
|
-
border-color: rgb(35 35 35 / var(--tw-border-opacity));
|
|
1381
|
+
border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
|
|
1384
1382
|
}
|
|
1385
1383
|
|
|
1386
1384
|
.border-green-400 {
|
|
1387
1385
|
--tw-border-opacity: 1;
|
|
1388
|
-
border-color: rgb(106 195 34 / var(--tw-border-opacity));
|
|
1386
|
+
border-color: rgb(106 195 34 / var(--tw-border-opacity, 1));
|
|
1389
1387
|
}
|
|
1390
1388
|
|
|
1391
1389
|
.border-green-500 {
|
|
1392
1390
|
--tw-border-opacity: 1;
|
|
1393
|
-
border-color: rgb(80 167 24 / var(--tw-border-opacity));
|
|
1391
|
+
border-color: rgb(80 167 24 / var(--tw-border-opacity, 1));
|
|
1394
1392
|
}
|
|
1395
1393
|
|
|
1396
1394
|
.border-grey-100 {
|
|
1397
1395
|
--tw-border-opacity: 1;
|
|
1398
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1396
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
1399
1397
|
}
|
|
1400
1398
|
|
|
1401
1399
|
.border-grey-200 {
|
|
1402
1400
|
--tw-border-opacity: 1;
|
|
1403
|
-
border-color: rgb(238 238 238 / var(--tw-border-opacity));
|
|
1401
|
+
border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
|
|
1404
1402
|
}
|
|
1405
1403
|
|
|
1406
1404
|
.border-grey-300 {
|
|
1407
1405
|
--tw-border-opacity: 1;
|
|
1408
|
-
border-color: rgb(221 221 221 / var(--tw-border-opacity));
|
|
1406
|
+
border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
|
|
1409
1407
|
}
|
|
1410
1408
|
|
|
1411
1409
|
.border-grey-400 {
|
|
1412
1410
|
--tw-border-opacity: 1;
|
|
1413
|
-
border-color: rgb(153 153 153 / var(--tw-border-opacity));
|
|
1411
|
+
border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
|
|
1414
1412
|
}
|
|
1415
1413
|
|
|
1416
1414
|
.border-white {
|
|
1417
1415
|
--tw-border-opacity: 1;
|
|
1418
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1416
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
1419
1417
|
}
|
|
1420
1418
|
|
|
1421
1419
|
.border-yellow-400 {
|
|
1422
1420
|
--tw-border-opacity: 1;
|
|
1423
|
-
border-color: rgb(255 204 0 / var(--tw-border-opacity));
|
|
1421
|
+
border-color: rgb(255 204 0 / var(--tw-border-opacity, 1));
|
|
1424
1422
|
}
|
|
1425
1423
|
|
|
1426
1424
|
.bg-\\[\\#2C2C2C\\] {
|
|
1427
1425
|
--tw-bg-opacity: 1;
|
|
1428
|
-
background-color: rgb(44 44 44 / var(--tw-bg-opacity));
|
|
1426
|
+
background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
|
|
1429
1427
|
}
|
|
1430
1428
|
|
|
1431
|
-
.bg-\\[\\#
|
|
1429
|
+
.bg-\\[\\#E1F0FF\\] {
|
|
1432
1430
|
--tw-bg-opacity: 1;
|
|
1433
|
-
background-color: rgb(
|
|
1431
|
+
background-color: rgb(225 240 255 / var(--tw-bg-opacity, 1));
|
|
1434
1432
|
}
|
|
1435
1433
|
|
|
1436
1434
|
.bg-\\[\\#FFFFFF\\] {
|
|
1437
1435
|
--tw-bg-opacity: 1;
|
|
1438
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1436
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1439
1437
|
}
|
|
1440
1438
|
|
|
1441
1439
|
.bg-\\[\\#e1f0ff\\] {
|
|
1442
1440
|
--tw-bg-opacity: 1;
|
|
1443
|
-
background-color: rgb(225 240 255 / var(--tw-bg-opacity));
|
|
1441
|
+
background-color: rgb(225 240 255 / var(--tw-bg-opacity, 1));
|
|
1444
1442
|
}
|
|
1445
1443
|
|
|
1446
1444
|
.bg-black {
|
|
1447
1445
|
--tw-bg-opacity: 1;
|
|
1448
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1446
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
1449
1447
|
}
|
|
1450
1448
|
|
|
1451
1449
|
.bg-blue-100 {
|
|
1452
1450
|
--tw-bg-opacity: 1;
|
|
1453
|
-
background-color: rgb(225 240 255 / var(--tw-bg-opacity));
|
|
1451
|
+
background-color: rgb(225 240 255 / var(--tw-bg-opacity, 1));
|
|
1454
1452
|
}
|
|
1455
1453
|
|
|
1456
1454
|
.bg-blue-200 {
|
|
1457
1455
|
--tw-bg-opacity: 1;
|
|
1458
|
-
background-color: rgb(147 200 253 / var(--tw-bg-opacity));
|
|
1456
|
+
background-color: rgb(147 200 253 / var(--tw-bg-opacity, 1));
|
|
1459
1457
|
}
|
|
1460
1458
|
|
|
1461
1459
|
.bg-blue-600 {
|
|
1462
1460
|
--tw-bg-opacity: 1;
|
|
1463
|
-
background-color: rgb(3 86 168 / var(--tw-bg-opacity));
|
|
1461
|
+
background-color: rgb(3 86 168 / var(--tw-bg-opacity, 1));
|
|
1464
1462
|
}
|
|
1465
1463
|
|
|
1466
1464
|
.bg-brand-1 {
|
|
1467
1465
|
--tw-bg-opacity: 1;
|
|
1468
|
-
background-color: rgb(0 85 154 / var(--tw-bg-opacity));
|
|
1466
|
+
background-color: rgb(0 85 154 / var(--tw-bg-opacity, 1));
|
|
1469
1467
|
}
|
|
1470
1468
|
|
|
1471
1469
|
.bg-dark-3 {
|
|
1472
1470
|
--tw-bg-opacity: 1;
|
|
1473
|
-
background-color: rgb(37 37 37 / var(--tw-bg-opacity));
|
|
1471
|
+
background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
|
|
1474
1472
|
}
|
|
1475
1473
|
|
|
1476
1474
|
.bg-dark-4 {
|
|
1477
1475
|
--tw-bg-opacity: 1;
|
|
1478
|
-
background-color: rgb(30 30 30 / var(--tw-bg-opacity));
|
|
1476
|
+
background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
|
|
1479
1477
|
}
|
|
1480
1478
|
|
|
1481
1479
|
.bg-dark-5 {
|
|
1482
1480
|
--tw-bg-opacity: 1;
|
|
1483
|
-
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
|
1481
|
+
background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
|
|
1484
1482
|
}
|
|
1485
1483
|
|
|
1486
1484
|
.bg-dark-6 {
|
|
1487
1485
|
--tw-bg-opacity: 1;
|
|
1488
|
-
background-color: rgb(46 46 46 / var(--tw-bg-opacity));
|
|
1486
|
+
background-color: rgb(46 46 46 / var(--tw-bg-opacity, 1));
|
|
1489
1487
|
}
|
|
1490
1488
|
|
|
1491
1489
|
.bg-green-100 {
|
|
1492
1490
|
--tw-bg-opacity: 1;
|
|
1493
|
-
background-color: rgb(238 252 210 / var(--tw-bg-opacity));
|
|
1491
|
+
background-color: rgb(238 252 210 / var(--tw-bg-opacity, 1));
|
|
1494
1492
|
}
|
|
1495
1493
|
|
|
1496
1494
|
.bg-green-300 {
|
|
1497
1495
|
--tw-bg-opacity: 1;
|
|
1498
|
-
background-color: rgb(151 219 83 / var(--tw-bg-opacity));
|
|
1496
|
+
background-color: rgb(151 219 83 / var(--tw-bg-opacity, 1));
|
|
1499
1497
|
}
|
|
1500
1498
|
|
|
1501
1499
|
.bg-green-500 {
|
|
1502
1500
|
--tw-bg-opacity: 1;
|
|
1503
|
-
background-color: rgb(80 167 24 / var(--tw-bg-opacity));
|
|
1501
|
+
background-color: rgb(80 167 24 / var(--tw-bg-opacity, 1));
|
|
1504
1502
|
}
|
|
1505
1503
|
|
|
1506
1504
|
.bg-grey-100 {
|
|
1507
1505
|
--tw-bg-opacity: 1;
|
|
1508
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1506
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1509
1507
|
}
|
|
1510
1508
|
|
|
1511
1509
|
.bg-grey-200 {
|
|
1512
1510
|
--tw-bg-opacity: 1;
|
|
1513
|
-
background-color: rgb(238 238 238 / var(--tw-bg-opacity));
|
|
1511
|
+
background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
|
|
1514
1512
|
}
|
|
1515
1513
|
|
|
1516
1514
|
.bg-grey-300 {
|
|
1517
1515
|
--tw-bg-opacity: 1;
|
|
1518
|
-
background-color: rgb(221 221 221 / var(--tw-bg-opacity));
|
|
1516
|
+
background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
|
|
1519
1517
|
}
|
|
1520
1518
|
|
|
1521
1519
|
.bg-grey-600 {
|
|
1522
1520
|
--tw-bg-opacity: 1;
|
|
1523
|
-
background-color: rgb(51 51 51 / var(--tw-bg-opacity));
|
|
1521
|
+
background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
|
|
1524
1522
|
}
|
|
1525
1523
|
|
|
1526
1524
|
.bg-orange-100 {
|
|
1527
1525
|
--tw-bg-opacity: 1;
|
|
1528
|
-
background-color: rgb(255 238 204 / var(--tw-bg-opacity));
|
|
1526
|
+
background-color: rgb(255 238 204 / var(--tw-bg-opacity, 1));
|
|
1529
1527
|
}
|
|
1530
1528
|
|
|
1531
1529
|
.bg-orange-600 {
|
|
1532
1530
|
--tw-bg-opacity: 1;
|
|
1533
|
-
background-color: rgb(183 68 0 / var(--tw-bg-opacity));
|
|
1531
|
+
background-color: rgb(183 68 0 / var(--tw-bg-opacity, 1));
|
|
1534
1532
|
}
|
|
1535
1533
|
|
|
1536
1534
|
.bg-red-100 {
|
|
1537
1535
|
--tw-bg-opacity: 1;
|
|
1538
|
-
background-color: rgb(254 225 207 / var(--tw-bg-opacity));
|
|
1536
|
+
background-color: rgb(254 225 207 / var(--tw-bg-opacity, 1));
|
|
1539
1537
|
}
|
|
1540
1538
|
|
|
1541
1539
|
.bg-white {
|
|
1542
1540
|
--tw-bg-opacity: 1;
|
|
1543
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1541
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1544
1542
|
}
|
|
1545
1543
|
|
|
1546
1544
|
.bg-yellow-300 {
|
|
1547
1545
|
--tw-bg-opacity: 1;
|
|
1548
|
-
background-color: rgb(255 220 63 / var(--tw-bg-opacity));
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
.bg-\\[\\#E1F0FF\\] {
|
|
1552
|
-
--tw-bg-opacity: 1;
|
|
1553
|
-
background-color: rgb(225 240 255 / var(--tw-bg-opacity));
|
|
1546
|
+
background-color: rgb(255 220 63 / var(--tw-bg-opacity, 1));
|
|
1554
1547
|
}
|
|
1555
1548
|
|
|
1556
1549
|
.bg-opacity-75 {
|
|
@@ -1600,6 +1593,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1600
1593
|
padding-right: 0px;
|
|
1601
1594
|
}
|
|
1602
1595
|
|
|
1596
|
+
.px-1\\.5 {
|
|
1597
|
+
padding-left: 0.375rem;
|
|
1598
|
+
padding-right: 0.375rem;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1603
1601
|
.px-2 {
|
|
1604
1602
|
padding-left: 0.5rem;
|
|
1605
1603
|
padding-right: 0.5rem;
|
|
@@ -1635,11 +1633,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1635
1633
|
padding-right: 22px;
|
|
1636
1634
|
}
|
|
1637
1635
|
|
|
1638
|
-
.py-0 {
|
|
1639
|
-
padding-top: 0px;
|
|
1640
|
-
padding-bottom: 0px;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
1636
|
.py-0\\.5 {
|
|
1644
1637
|
padding-top: 0.125rem;
|
|
1645
1638
|
padding-bottom: 0.125rem;
|
|
@@ -1680,16 +1673,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1680
1673
|
padding-bottom: 5.6px;
|
|
1681
1674
|
}
|
|
1682
1675
|
|
|
1683
|
-
.px-1 {
|
|
1684
|
-
padding-left: 0.25rem;
|
|
1685
|
-
padding-right: 0.25rem;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
.px-1\\.5 {
|
|
1689
|
-
padding-left: 0.375rem;
|
|
1690
|
-
padding-right: 0.375rem;
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
1676
|
.pb-1 {
|
|
1694
1677
|
padding-bottom: 0.25rem;
|
|
1695
1678
|
}
|
|
@@ -1726,10 +1709,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1726
1709
|
padding-bottom: 2rem;
|
|
1727
1710
|
}
|
|
1728
1711
|
|
|
1729
|
-
.pl-0 {
|
|
1730
|
-
padding-left: 0px;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
1712
|
.pl-0\\.5 {
|
|
1734
1713
|
padding-left: 0.125rem;
|
|
1735
1714
|
}
|
|
@@ -1814,11 +1793,13 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1814
1793
|
text-align: start;
|
|
1815
1794
|
}
|
|
1816
1795
|
|
|
1796
|
+
.font-pt-sans {
|
|
1797
|
+
font-family: 'PT Sans', Arial, Verdana, Helvetica, sans-serif;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1817
1800
|
.font-sans {
|
|
1818
|
-
font-family: ui-sans-serif, system-ui, -
|
|
1819
|
-
'Segoe UI',
|
|
1820
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
1821
|
-
'Noto Color Emoji';
|
|
1801
|
+
font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
1802
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
1822
1803
|
}
|
|
1823
1804
|
|
|
1824
1805
|
.font-serif {
|
|
@@ -1921,132 +1902,132 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1921
1902
|
|
|
1922
1903
|
.text-\\[\\#00559a\\] {
|
|
1923
1904
|
--tw-text-opacity: 1;
|
|
1924
|
-
color: rgb(0 85 154 / var(--tw-text-opacity));
|
|
1905
|
+
color: rgb(0 85 154 / var(--tw-text-opacity, 1));
|
|
1925
1906
|
}
|
|
1926
1907
|
|
|
1927
1908
|
.text-\\[\\#333\\] {
|
|
1928
1909
|
--tw-text-opacity: 1;
|
|
1929
|
-
color: rgb(51 51 51 / var(--tw-text-opacity));
|
|
1910
|
+
color: rgb(51 51 51 / var(--tw-text-opacity, 1));
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.text-\\[\\#666666\\] {
|
|
1914
|
+
--tw-text-opacity: 1;
|
|
1915
|
+
color: rgb(102 102 102 / var(--tw-text-opacity, 1));
|
|
1930
1916
|
}
|
|
1931
1917
|
|
|
1932
1918
|
.text-\\[\\#FFFFFF\\] {
|
|
1933
1919
|
--tw-text-opacity: 1;
|
|
1934
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1920
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1935
1921
|
}
|
|
1936
1922
|
|
|
1937
1923
|
.text-black {
|
|
1938
1924
|
--tw-text-opacity: 1;
|
|
1939
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1925
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
1940
1926
|
}
|
|
1941
1927
|
|
|
1942
1928
|
.text-blue-200 {
|
|
1943
1929
|
--tw-text-opacity: 1;
|
|
1944
|
-
color: rgb(147 200 253 / var(--tw-text-opacity));
|
|
1930
|
+
color: rgb(147 200 253 / var(--tw-text-opacity, 1));
|
|
1945
1931
|
}
|
|
1946
1932
|
|
|
1947
1933
|
.text-blue-300 {
|
|
1948
1934
|
--tw-text-opacity: 1;
|
|
1949
|
-
color: rgb(90 171 252 / var(--tw-text-opacity));
|
|
1935
|
+
color: rgb(90 171 252 / var(--tw-text-opacity, 1));
|
|
1950
1936
|
}
|
|
1951
1937
|
|
|
1952
1938
|
.text-blue-500 {
|
|
1953
1939
|
--tw-text-opacity: 1;
|
|
1954
|
-
color: rgb(4 104 203 / var(--tw-text-opacity));
|
|
1940
|
+
color: rgb(4 104 203 / var(--tw-text-opacity, 1));
|
|
1955
1941
|
}
|
|
1956
1942
|
|
|
1957
1943
|
.text-blue-600 {
|
|
1958
1944
|
--tw-text-opacity: 1;
|
|
1959
|
-
color: rgb(3 86 168 / var(--tw-text-opacity));
|
|
1945
|
+
color: rgb(3 86 168 / var(--tw-text-opacity, 1));
|
|
1960
1946
|
}
|
|
1961
1947
|
|
|
1962
1948
|
.text-brand-1 {
|
|
1963
1949
|
--tw-text-opacity: 1;
|
|
1964
|
-
color: rgb(0 85 154 / var(--tw-text-opacity));
|
|
1950
|
+
color: rgb(0 85 154 / var(--tw-text-opacity, 1));
|
|
1965
1951
|
}
|
|
1966
1952
|
|
|
1967
1953
|
.text-dark-5 {
|
|
1968
1954
|
--tw-text-opacity: 1;
|
|
1969
|
-
color: rgb(18 18 18 / var(--tw-text-opacity));
|
|
1955
|
+
color: rgb(18 18 18 / var(--tw-text-opacity, 1));
|
|
1970
1956
|
}
|
|
1971
1957
|
|
|
1972
1958
|
.text-dark-6 {
|
|
1973
1959
|
--tw-text-opacity: 1;
|
|
1974
|
-
color: rgb(46 46 46 / var(--tw-text-opacity));
|
|
1960
|
+
color: rgb(46 46 46 / var(--tw-text-opacity, 1));
|
|
1975
1961
|
}
|
|
1976
1962
|
|
|
1977
1963
|
.text-dark-7 {
|
|
1978
1964
|
--tw-text-opacity: 1;
|
|
1979
|
-
color: rgb(224 224 224 / var(--tw-text-opacity));
|
|
1965
|
+
color: rgb(224 224 224 / var(--tw-text-opacity, 1));
|
|
1980
1966
|
}
|
|
1981
1967
|
|
|
1982
1968
|
.text-green-300 {
|
|
1983
1969
|
--tw-text-opacity: 1;
|
|
1984
|
-
color: rgb(151 219 83 / var(--tw-text-opacity));
|
|
1970
|
+
color: rgb(151 219 83 / var(--tw-text-opacity, 1));
|
|
1985
1971
|
}
|
|
1986
1972
|
|
|
1987
1973
|
.text-green-400 {
|
|
1988
1974
|
--tw-text-opacity: 1;
|
|
1989
|
-
color: rgb(106 195 34 / var(--tw-text-opacity));
|
|
1975
|
+
color: rgb(106 195 34 / var(--tw-text-opacity, 1));
|
|
1990
1976
|
}
|
|
1991
1977
|
|
|
1992
1978
|
.text-green-500 {
|
|
1993
1979
|
--tw-text-opacity: 1;
|
|
1994
|
-
color: rgb(80 167 24 / var(--tw-text-opacity));
|
|
1980
|
+
color: rgb(80 167 24 / var(--tw-text-opacity, 1));
|
|
1995
1981
|
}
|
|
1996
1982
|
|
|
1997
1983
|
.text-grey-100 {
|
|
1998
1984
|
--tw-text-opacity: 1;
|
|
1999
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1985
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2000
1986
|
}
|
|
2001
1987
|
|
|
2002
1988
|
.text-grey-300 {
|
|
2003
1989
|
--tw-text-opacity: 1;
|
|
2004
|
-
color: rgb(221 221 221 / var(--tw-text-opacity));
|
|
1990
|
+
color: rgb(221 221 221 / var(--tw-text-opacity, 1));
|
|
2005
1991
|
}
|
|
2006
1992
|
|
|
2007
1993
|
.text-grey-400 {
|
|
2008
1994
|
--tw-text-opacity: 1;
|
|
2009
|
-
color: rgb(153 153 153 / var(--tw-text-opacity));
|
|
1995
|
+
color: rgb(153 153 153 / var(--tw-text-opacity, 1));
|
|
2010
1996
|
}
|
|
2011
1997
|
|
|
2012
1998
|
.text-grey-500 {
|
|
2013
1999
|
--tw-text-opacity: 1;
|
|
2014
|
-
color: rgb(102 102 102 / var(--tw-text-opacity));
|
|
2000
|
+
color: rgb(102 102 102 / var(--tw-text-opacity, 1));
|
|
2015
2001
|
}
|
|
2016
2002
|
|
|
2017
2003
|
.text-grey-600 {
|
|
2018
2004
|
--tw-text-opacity: 1;
|
|
2019
|
-
color: rgb(51 51 51 / var(--tw-text-opacity));
|
|
2005
|
+
color: rgb(51 51 51 / var(--tw-text-opacity, 1));
|
|
2020
2006
|
}
|
|
2021
2007
|
|
|
2022
2008
|
.text-grey-700 {
|
|
2023
2009
|
--tw-text-opacity: 1;
|
|
2024
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2010
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
2025
2011
|
}
|
|
2026
2012
|
|
|
2027
2013
|
.text-orange-400 {
|
|
2028
2014
|
--tw-text-opacity: 1;
|
|
2029
|
-
color: rgb(255 122 0 / var(--tw-text-opacity));
|
|
2015
|
+
color: rgb(255 122 0 / var(--tw-text-opacity, 1));
|
|
2030
2016
|
}
|
|
2031
2017
|
|
|
2032
2018
|
.text-orange-500 {
|
|
2033
2019
|
--tw-text-opacity: 1;
|
|
2034
|
-
color: rgb(219 93 0 / var(--tw-text-opacity));
|
|
2020
|
+
color: rgb(219 93 0 / var(--tw-text-opacity, 1));
|
|
2035
2021
|
}
|
|
2036
2022
|
|
|
2037
2023
|
.text-red-600 {
|
|
2038
2024
|
--tw-text-opacity: 1;
|
|
2039
|
-
color: rgb(174 9 27 / var(--tw-text-opacity));
|
|
2025
|
+
color: rgb(174 9 27 / var(--tw-text-opacity, 1));
|
|
2040
2026
|
}
|
|
2041
2027
|
|
|
2042
2028
|
.text-white {
|
|
2043
2029
|
--tw-text-opacity: 1;
|
|
2044
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.text-\\[\\#666666\\] {
|
|
2048
|
-
--tw-text-opacity: 1;
|
|
2049
|
-
color: rgb(102 102 102 / var(--tw-text-opacity));
|
|
2030
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2050
2031
|
}
|
|
2051
2032
|
|
|
2052
2033
|
.underline {
|
|
@@ -2095,7 +2076,7 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2095
2076
|
|
|
2096
2077
|
.hover\\:bg-\\[\\#f3f4f6\\]:hover {
|
|
2097
2078
|
--tw-bg-opacity: 1;
|
|
2098
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2079
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
2099
2080
|
}
|
|
2100
2081
|
|
|
2101
2082
|
.hover\\:underline:hover {
|
|
@@ -2428,11 +2409,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2428
2409
|
padding-right: 2rem;
|
|
2429
2410
|
}
|
|
2430
2411
|
|
|
2431
|
-
.md\\:py-1 {
|
|
2432
|
-
padding-top: 0.25rem;
|
|
2433
|
-
padding-bottom: 0.25rem;
|
|
2434
|
-
}
|
|
2435
|
-
|
|
2436
2412
|
.md\\:py-1\\.5 {
|
|
2437
2413
|
padding-top: 0.375rem;
|
|
2438
2414
|
padding-bottom: 0.375rem;
|
|
@@ -2443,11 +2419,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2443
2419
|
padding-bottom: 0.5rem;
|
|
2444
2420
|
}
|
|
2445
2421
|
|
|
2446
|
-
.md\\:py-3 {
|
|
2447
|
-
padding-top: 0.75rem;
|
|
2448
|
-
padding-bottom: 0.75rem;
|
|
2449
|
-
}
|
|
2450
|
-
|
|
2451
2422
|
.md\\:py-3\\.5 {
|
|
2452
2423
|
padding-top: 0.875rem;
|
|
2453
2424
|
padding-bottom: 0.875rem;
|