@propelinc/citrus-ui 1.0.0 → 1.0.2
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/README.md +21 -15
- package/dist/index.cdn.css +1 -0
- package/dist/index.cdn.mjs +21718 -0
- package/dist/index.cdn.mjs.map +1 -0
- package/dist/styles/main.css +466 -62
- package/dist/styles/utils.css +390 -0
- package/package.json +5 -2
- package/src/components/CTextField.vue +11 -5
- package/src/styles/_core.scss +1 -0
- package/src/styles/_reset.scss +93 -78
- package/src/styles/utils.scss +50 -0
- package/dist/colors/colors.d.ts +0 -31
- package/dist/colors/theme.d.ts +0 -3
- package/dist/colors/util-classes.d.ts +0 -11
- package/dist/components/CAccordion.vue.d.ts +0 -21
- package/dist/components/CAccordionItem.vue.d.ts +0 -41
- package/dist/components/CAppBar.vue.d.ts +0 -156
- package/dist/components/CBadge.vue.d.ts +0 -52
- package/dist/components/CBottomSheet.vue.d.ts +0 -226
- package/dist/components/CButton/CButton.vue.d.ts +0 -231
- package/dist/components/CButton/types.d.ts +0 -5
- package/dist/components/CButtonStack.vue.d.ts +0 -24
- package/dist/components/CCard.vue.d.ts +0 -107
- package/dist/components/CCardFooter.vue.d.ts +0 -26
- package/dist/components/CCardHeader.vue.d.ts +0 -3
- package/dist/components/CCardSection.vue.d.ts +0 -17
- package/dist/components/CCheckbox.vue.d.ts +0 -145
- package/dist/components/CCol.vue.d.ts +0 -21
- package/dist/components/CDivider.vue.d.ts +0 -17
- package/dist/components/CDobField.vue.d.ts +0 -2109
- package/dist/components/CDobSelect.vue.d.ts +0 -398
- package/dist/components/CEmailField.vue.d.ts +0 -699
- package/dist/components/CExpandTransition.vue.d.ts +0 -19
- package/dist/components/CFadeTransition.vue.d.ts +0 -3
- package/dist/components/CFileInput.vue.d.ts +0 -98
- package/dist/components/CFixedPageFooter.vue.d.ts +0 -106
- package/dist/components/CForm.vue.d.ts +0 -29
- package/dist/components/CFormFieldCounter.vue.d.ts +0 -42
- package/dist/components/CIconButton.vue.d.ts +0 -390
- package/dist/components/CLabel.vue.d.ts +0 -32
- package/dist/components/CListItem.vue.d.ts +0 -208
- package/dist/components/CListItemContent.vue.d.ts +0 -27
- package/dist/components/CListItemIcon.vue.d.ts +0 -54
- package/dist/components/CLoader.vue.d.ts +0 -73
- package/dist/components/CLogo.vue.d.ts +0 -19
- package/dist/components/CMaskedTextField.vue.d.ts +0 -2012
- package/dist/components/CMenu.vue.d.ts +0 -6
- package/dist/components/CMenuItem.vue.d.ts +0 -170
- package/dist/components/CMenuLabel.vue.d.ts +0 -3
- package/dist/components/CModal.vue.d.ts +0 -206
- package/dist/components/CModalLoading.vue.d.ts +0 -230
- package/dist/components/CNotification.vue.d.ts +0 -589
- package/dist/components/CPhoneField.vue.d.ts +0 -2088
- package/dist/components/CPill.vue.d.ts +0 -42
- package/dist/components/CPillGroup.vue.d.ts +0 -70
- package/dist/components/CPopup.vue.d.ts +0 -21
- package/dist/components/CProgressLinear.vue.d.ts +0 -61
- package/dist/components/CProgressRing.vue.d.ts +0 -103
- package/dist/components/CRadio.vue.d.ts +0 -73
- package/dist/components/CRadioGroup.vue.d.ts +0 -123
- package/dist/components/CRebrand.vue.d.ts +0 -28
- package/dist/components/CRow.vue.d.ts +0 -67
- package/dist/components/CSafeArea.vue.d.ts +0 -18
- package/dist/components/CSectionHeader.vue.d.ts +0 -28
- package/dist/components/CSelect.vue.d.ts +0 -293
- package/dist/components/CSkeleton.vue.d.ts +0 -3
- package/dist/components/CSkeletonLoaderCard.vue.d.ts +0 -21
- package/dist/components/CSkeletonLoaderCircle.vue.d.ts +0 -5
- package/dist/components/CSkeletonLoaderText.vue.d.ts +0 -44
- package/dist/components/CSlideFadeTransition.vue.d.ts +0 -58
- package/dist/components/CSplitInput.vue.d.ts +0 -2131
- package/dist/components/CSquaredIcon.vue.d.ts +0 -47
- package/dist/components/CSsnField.vue.d.ts +0 -2083
- package/dist/components/CStatusDot.vue.d.ts +0 -27
- package/dist/components/CSwitch.vue.d.ts +0 -54
- package/dist/components/CSwitchListItem.vue.d.ts +0 -392
- package/dist/components/CTextArea.vue.d.ts +0 -240
- package/dist/components/CTextField.vue.d.ts +0 -647
- package/dist/components/CTextLink.vue.d.ts +0 -55
- package/dist/components/CThirdPartyLogo.vue.d.ts +0 -128
- package/dist/components/CTimeago.vue.d.ts +0 -12
- package/dist/components/CToast.vue.d.ts +0 -458
- package/dist/components/CToastsList.vue.d.ts +0 -430
- package/dist/components/CValidationMessage.vue.d.ts +0 -45
- package/dist/components/CZipcodeField.vue.d.ts +0 -2080
- package/dist/components/index.d.ts +0 -66
- package/dist/components/internal/CCloseButton.vue.d.ts +0 -14
- package/dist/composables/accessibility.d.ts +0 -1
- package/dist/composables/animation.d.ts +0 -12
- package/dist/composables/binding.d.ts +0 -19
- package/dist/composables/colors.d.ts +0 -13
- package/dist/composables/elements.d.ts +0 -3
- package/dist/composables/fields.d.ts +0 -9
- package/dist/composables/gestures.d.ts +0 -53
- package/dist/composables/i18n.d.ts +0 -3
- package/dist/composables/id.d.ts +0 -11
- package/dist/composables/input-mask.d.ts +0 -18
- package/dist/composables/router.d.ts +0 -30
- package/dist/composables/slots.d.ts +0 -2
- package/dist/composables/toast.d.ts +0 -21
- package/dist/composables/validations.d.ts +0 -77
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.mjs +0 -11738
- package/dist/index.mjs.map +0 -1
- package/dist/plugin.d.ts +0 -3
- package/dist/services/animation.d.ts +0 -17
- package/dist/services/directives/index.d.ts +0 -2
- package/dist/services/directives/scroll-into-view.d.ts +0 -7
- package/dist/services/directives/tap-animation.d.ts +0 -6
- package/dist/services/id.d.ts +0 -22
- package/dist/services/injections/accordions.d.ts +0 -3
- package/dist/services/injections/animations.d.ts +0 -2
- package/dist/services/injections/buttons.d.ts +0 -4
- package/dist/services/injections/forms.d.ts +0 -6
- package/dist/services/injections/icon-buttons.d.ts +0 -3
- package/dist/services/injections/pills.d.ts +0 -4
- package/dist/services/injections/radio.d.ts +0 -10
- package/dist/theme/icons.d.ts +0 -36
- package/dist/types/CForm.d.ts +0 -12
- package/dist/types/font-awesome.d.ts +0 -5
- package/dist/types.d.ts +0 -12
package/dist/styles/main.css
CHANGED
|
@@ -1,99 +1,113 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* NOTE about `@layer reset`:
|
|
3
|
+
*
|
|
4
|
+
* By using a CSS Layer, we can specify the order of styles without relying on the order of imports.
|
|
5
|
+
* For example, in freshebt-vue, we can have:
|
|
6
|
+
*
|
|
7
|
+
* ```css
|
|
8
|
+
* @layer reset, base, components, utilities;
|
|
9
|
+
* ```
|
|
10
|
+
*
|
|
11
|
+
* This will ensure reset styles are applied first, and then the Tailwind layers of `base`,
|
|
12
|
+
* `components`, and `utilities` are applied after, regardless of import order.
|
|
13
|
+
*/
|
|
14
|
+
@layer reset {
|
|
15
|
+
/* 1. Use a more-intuitive box-sizing model */
|
|
16
|
+
*,
|
|
3
17
|
*::before,
|
|
4
18
|
*::after {
|
|
5
|
-
|
|
6
|
-
}
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
}
|
|
7
21
|
|
|
8
|
-
/* 2. Remove default padding and margin */
|
|
9
|
-
* {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
22
|
+
/* 2. Remove default padding and margin */
|
|
23
|
+
* {
|
|
24
|
+
margin: 0;
|
|
25
|
+
padding: 0;
|
|
26
|
+
}
|
|
13
27
|
|
|
14
|
-
/* 3. Enable keyword animations */
|
|
15
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
16
|
-
|
|
17
|
-
|
|
28
|
+
/* 3. Enable keyword animations */
|
|
29
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
30
|
+
html {
|
|
31
|
+
interpolate-size: allow-keywords;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
body {
|
|
35
|
+
/* 5. Improve text rendering */
|
|
36
|
+
-webkit-font-smoothing: antialiased;
|
|
37
|
+
/* 4. Add accessible line-height */
|
|
38
|
+
line-height: 1.5;
|
|
18
39
|
}
|
|
19
|
-
}
|
|
20
|
-
body {
|
|
21
|
-
/* 5. Improve text rendering */
|
|
22
|
-
-webkit-font-smoothing: antialiased;
|
|
23
|
-
/* 4. Add accessible line-height */
|
|
24
|
-
line-height: 1.5;
|
|
25
|
-
}
|
|
26
40
|
|
|
27
|
-
/* 6. Improve media defaults
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
*/
|
|
31
|
-
picture,
|
|
41
|
+
/* 6. Improve media defaults
|
|
42
|
+
* `svg` and `img` were in this list, but we've had to remove them. On device, this was
|
|
43
|
+
* causing issues with giant sized icons.
|
|
44
|
+
*/
|
|
45
|
+
picture,
|
|
32
46
|
video,
|
|
33
47
|
canvas {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
48
|
+
display: block;
|
|
49
|
+
max-width: 100%;
|
|
50
|
+
}
|
|
37
51
|
|
|
38
|
-
/* 7. Inherit fonts for form controls */
|
|
39
|
-
input,
|
|
52
|
+
/* 7. Inherit fonts for form controls */
|
|
53
|
+
input,
|
|
40
54
|
button,
|
|
41
55
|
textarea,
|
|
42
56
|
select {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
57
|
+
background: transparent;
|
|
58
|
+
border-style: none;
|
|
59
|
+
color: inherit;
|
|
60
|
+
font: inherit;
|
|
61
|
+
}
|
|
48
62
|
|
|
49
|
-
/* 8. Avoid text overflows */
|
|
50
|
-
p,
|
|
63
|
+
/* 8. Avoid text overflows */
|
|
64
|
+
p,
|
|
51
65
|
h1,
|
|
52
66
|
h2,
|
|
53
67
|
h3,
|
|
54
68
|
h4,
|
|
55
69
|
h5,
|
|
56
70
|
h6 {
|
|
57
|
-
|
|
58
|
-
}
|
|
71
|
+
overflow-wrap: break-word;
|
|
72
|
+
}
|
|
59
73
|
|
|
60
|
-
p {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
74
|
+
p {
|
|
75
|
+
margin-bottom: 16px;
|
|
76
|
+
/* 9. Improve line wrapping */
|
|
77
|
+
text-wrap: pretty;
|
|
78
|
+
}
|
|
65
79
|
|
|
66
|
-
h1,
|
|
80
|
+
h1,
|
|
67
81
|
h2,
|
|
68
82
|
h3,
|
|
69
83
|
h4,
|
|
70
84
|
h5,
|
|
71
85
|
h6 {
|
|
72
|
-
|
|
73
|
-
}
|
|
86
|
+
text-wrap: balance;
|
|
87
|
+
}
|
|
74
88
|
|
|
75
|
-
/* 10. Remove default tap highlight */
|
|
76
|
-
button,
|
|
89
|
+
/* 10. Remove default tap highlight */
|
|
90
|
+
button,
|
|
77
91
|
a {
|
|
78
|
-
|
|
79
|
-
}
|
|
92
|
+
-webkit-tap-highlight-color: transparent;
|
|
93
|
+
}
|
|
80
94
|
|
|
81
|
-
/* 11. Add default padding to lists */
|
|
82
|
-
ol,
|
|
95
|
+
/* 11. Add default padding to lists */
|
|
96
|
+
ol,
|
|
83
97
|
ul {
|
|
84
|
-
|
|
85
|
-
}
|
|
98
|
+
padding-left: 24px;
|
|
99
|
+
}
|
|
86
100
|
|
|
87
|
-
/* 12. Remove default link styles
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
*/
|
|
91
|
-
a,
|
|
101
|
+
/* 12. Remove default link styles
|
|
102
|
+
* This was moved from the `_providers.scss` file to citrus-ui so that link styles are consistent
|
|
103
|
+
* when CMS content is used in MFEs.
|
|
104
|
+
*/
|
|
105
|
+
a,
|
|
92
106
|
a:active,
|
|
93
107
|
a:hover {
|
|
94
|
-
|
|
108
|
+
text-decoration: none !important;
|
|
109
|
+
}
|
|
95
110
|
}
|
|
96
|
-
|
|
97
111
|
:root,
|
|
98
112
|
:host,
|
|
99
113
|
.sl-theme-light {
|
|
@@ -931,42 +945,102 @@ strong {
|
|
|
931
945
|
align-items: baseline !important;
|
|
932
946
|
}
|
|
933
947
|
|
|
948
|
+
.items-baseline {
|
|
949
|
+
align-items: baseline;
|
|
950
|
+
}
|
|
951
|
+
|
|
934
952
|
.align-content-baseline {
|
|
935
953
|
align-content: baseline !important;
|
|
936
954
|
}
|
|
937
955
|
|
|
956
|
+
.content-baseline {
|
|
957
|
+
align-content: baseline;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.self-baseline {
|
|
961
|
+
align-self: baseline;
|
|
962
|
+
}
|
|
963
|
+
|
|
938
964
|
.align-center {
|
|
939
965
|
align-items: center !important;
|
|
940
966
|
}
|
|
941
967
|
|
|
968
|
+
.items-center {
|
|
969
|
+
align-items: center;
|
|
970
|
+
}
|
|
971
|
+
|
|
942
972
|
.align-content-center {
|
|
943
973
|
align-content: center !important;
|
|
944
974
|
}
|
|
945
975
|
|
|
976
|
+
.content-center {
|
|
977
|
+
align-content: center;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.self-center {
|
|
981
|
+
align-self: center;
|
|
982
|
+
}
|
|
983
|
+
|
|
946
984
|
.align-end {
|
|
947
985
|
align-items: flex-end !important;
|
|
948
986
|
}
|
|
949
987
|
|
|
988
|
+
.items-end {
|
|
989
|
+
align-items: flex-end;
|
|
990
|
+
}
|
|
991
|
+
|
|
950
992
|
.align-content-end {
|
|
951
993
|
align-content: flex-end !important;
|
|
952
994
|
}
|
|
953
995
|
|
|
996
|
+
.content-end {
|
|
997
|
+
align-content: flex-end;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.self-end {
|
|
1001
|
+
align-self: flex-end;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
954
1004
|
.align-start {
|
|
955
1005
|
align-items: flex-start !important;
|
|
956
1006
|
}
|
|
957
1007
|
|
|
1008
|
+
.items-start {
|
|
1009
|
+
align-items: flex-start;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
958
1012
|
.align-content-start {
|
|
959
1013
|
align-content: flex-start !important;
|
|
960
1014
|
}
|
|
961
1015
|
|
|
1016
|
+
.content-start {
|
|
1017
|
+
align-content: flex-start;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.self-start {
|
|
1021
|
+
align-self: flex-start;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
962
1024
|
.align-stretch {
|
|
963
1025
|
align-items: stretch !important;
|
|
964
1026
|
}
|
|
965
1027
|
|
|
1028
|
+
.items-stretch {
|
|
1029
|
+
align-items: stretch;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
966
1032
|
.align-content-stretch {
|
|
967
1033
|
align-content: stretch !important;
|
|
968
1034
|
}
|
|
969
1035
|
|
|
1036
|
+
.content-stretch {
|
|
1037
|
+
align-content: stretch;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.self-stretch {
|
|
1041
|
+
align-self: stretch;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
970
1044
|
.justify-around {
|
|
971
1045
|
justify-content: space-around !important;
|
|
972
1046
|
}
|
|
@@ -2499,290 +2573,578 @@ strong {
|
|
|
2499
2573
|
padding-left: 48px !important;
|
|
2500
2574
|
}
|
|
2501
2575
|
|
|
2576
|
+
.bg-accent-blue {
|
|
2577
|
+
background-color: #5560cb !important;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2502
2580
|
.text-accent-blue {
|
|
2503
2581
|
color: #5560cb !important;
|
|
2504
2582
|
}
|
|
2505
2583
|
|
|
2584
|
+
.bg-accent-blue-shade-1 {
|
|
2585
|
+
background-color: #404898 !important;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2506
2588
|
.text-accent-blue-shade-1 {
|
|
2507
2589
|
color: #404898 !important;
|
|
2508
2590
|
}
|
|
2509
2591
|
|
|
2592
|
+
.bg-accent-blue-shade-2 {
|
|
2593
|
+
background-color: #2f3570 !important;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2510
2596
|
.text-accent-blue-shade-2 {
|
|
2511
2597
|
color: #2f3570 !important;
|
|
2512
2598
|
}
|
|
2513
2599
|
|
|
2600
|
+
.bg-accent-green {
|
|
2601
|
+
background-color: #49a24c !important;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2514
2604
|
.text-accent-green {
|
|
2515
2605
|
color: #49a24c !important;
|
|
2516
2606
|
}
|
|
2517
2607
|
|
|
2608
|
+
.bg-accent-green-shade-1 {
|
|
2609
|
+
background-color: #3a823d !important;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2518
2612
|
.text-accent-green-shade-1 {
|
|
2519
2613
|
color: #3a823d !important;
|
|
2520
2614
|
}
|
|
2521
2615
|
|
|
2616
|
+
.bg-accent-green-shade-2 {
|
|
2617
|
+
background-color: #17551a !important;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2522
2620
|
.text-accent-green-shade-2 {
|
|
2523
2621
|
color: #17551a !important;
|
|
2524
2622
|
}
|
|
2525
2623
|
|
|
2624
|
+
.bg-accent-orange {
|
|
2625
|
+
background-color: #fc8247 !important;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2526
2628
|
.text-accent-orange {
|
|
2527
2629
|
color: #fc8247 !important;
|
|
2528
2630
|
}
|
|
2529
2631
|
|
|
2632
|
+
.bg-accent-orange-shade-1 {
|
|
2633
|
+
background-color: #e15c1b !important;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2530
2636
|
.text-accent-orange-shade-1 {
|
|
2531
2637
|
color: #e15c1b !important;
|
|
2532
2638
|
}
|
|
2533
2639
|
|
|
2640
|
+
.bg-accent-orange-shade-2 {
|
|
2641
|
+
background-color: #a9440b !important;
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2534
2644
|
.text-accent-orange-shade-2 {
|
|
2535
2645
|
color: #a9440b !important;
|
|
2536
2646
|
}
|
|
2537
2647
|
|
|
2648
|
+
.bg-accent-pink {
|
|
2649
|
+
background-color: #d75fae !important;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2538
2652
|
.text-accent-pink {
|
|
2539
2653
|
color: #d75fae !important;
|
|
2540
2654
|
}
|
|
2541
2655
|
|
|
2656
|
+
.bg-accent-pink-shade-1 {
|
|
2657
|
+
background-color: #7c3872 !important;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2542
2660
|
.text-accent-pink-shade-1 {
|
|
2543
2661
|
color: #7c3872 !important;
|
|
2544
2662
|
}
|
|
2545
2663
|
|
|
2664
|
+
.bg-accent-pink-shade-2 {
|
|
2665
|
+
background-color: #56204e !important;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2546
2668
|
.text-accent-pink-shade-2 {
|
|
2547
2669
|
color: #56204e !important;
|
|
2548
2670
|
}
|
|
2549
2671
|
|
|
2672
|
+
.bg-accent-red-shade-1 {
|
|
2673
|
+
background-color: #981d31 !important;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2550
2676
|
.text-accent-red-shade-1 {
|
|
2551
2677
|
color: #981d31 !important;
|
|
2552
2678
|
}
|
|
2553
2679
|
|
|
2680
|
+
.bg-accent-red-shade-2 {
|
|
2681
|
+
background-color: #701323 !important;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2554
2684
|
.text-accent-red-shade-2 {
|
|
2555
2685
|
color: #701323 !important;
|
|
2556
2686
|
}
|
|
2557
2687
|
|
|
2688
|
+
.bg-alert-red {
|
|
2689
|
+
background-color: #c34459 !important;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2558
2692
|
.text-alert-red {
|
|
2559
2693
|
color: #c34459 !important;
|
|
2560
2694
|
}
|
|
2561
2695
|
|
|
2696
|
+
.bg-background {
|
|
2697
|
+
background-color: #fff !important;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2562
2700
|
.text-background {
|
|
2563
2701
|
color: #fff !important;
|
|
2564
2702
|
}
|
|
2565
2703
|
|
|
2704
|
+
.bg-black {
|
|
2705
|
+
background-color: #000 !important;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2566
2708
|
.text-black {
|
|
2567
2709
|
color: #000 !important;
|
|
2568
2710
|
}
|
|
2569
2711
|
|
|
2712
|
+
.bg-blue-100 {
|
|
2713
|
+
background-color: #e0edff !important;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2570
2716
|
.text-blue-100 {
|
|
2571
2717
|
color: #e0edff !important;
|
|
2572
2718
|
}
|
|
2573
2719
|
|
|
2720
|
+
.bg-blue-200 {
|
|
2721
|
+
background-color: #b2cffa !important;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2574
2724
|
.text-blue-200 {
|
|
2575
2725
|
color: #b2cffa !important;
|
|
2576
2726
|
}
|
|
2577
2727
|
|
|
2728
|
+
.bg-blue-300 {
|
|
2729
|
+
background-color: #7a95f8 !important;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2578
2732
|
.text-blue-300 {
|
|
2579
2733
|
color: #7a95f8 !important;
|
|
2580
2734
|
}
|
|
2581
2735
|
|
|
2736
|
+
.bg-blue-400 {
|
|
2737
|
+
background-color: #496ae0 !important;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2582
2740
|
.text-blue-400 {
|
|
2583
2741
|
color: #496ae0 !important;
|
|
2584
2742
|
}
|
|
2585
2743
|
|
|
2744
|
+
.bg-blue-500 {
|
|
2745
|
+
background-color: #1a43d7 !important;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2586
2748
|
.text-blue-500 {
|
|
2587
2749
|
color: #1a43d7 !important;
|
|
2588
2750
|
}
|
|
2589
2751
|
|
|
2752
|
+
.bg-border {
|
|
2753
|
+
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2590
2756
|
.text-border {
|
|
2591
2757
|
color: rgba(0, 0, 0, 0.1) !important;
|
|
2592
2758
|
}
|
|
2593
2759
|
|
|
2760
|
+
.bg-button-background {
|
|
2761
|
+
background-color: #000 !important;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2594
2764
|
.text-button-background {
|
|
2595
2765
|
color: #000 !important;
|
|
2596
2766
|
}
|
|
2597
2767
|
|
|
2768
|
+
.bg-gold-100 {
|
|
2769
|
+
background-color: #fff0ba !important;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2598
2772
|
.text-gold-100 {
|
|
2599
2773
|
color: #fff0ba !important;
|
|
2600
2774
|
}
|
|
2601
2775
|
|
|
2776
|
+
.bg-gold-200 {
|
|
2777
|
+
background-color: #fcde74 !important;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2602
2780
|
.text-gold-200 {
|
|
2603
2781
|
color: #fcde74 !important;
|
|
2604
2782
|
}
|
|
2605
2783
|
|
|
2784
|
+
.bg-gold-300 {
|
|
2785
|
+
background-color: #ffc120 !important;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2606
2788
|
.text-gold-300 {
|
|
2607
2789
|
color: #ffc120 !important;
|
|
2608
2790
|
}
|
|
2609
2791
|
|
|
2792
|
+
.bg-gold-400 {
|
|
2793
|
+
background-color: #f99500 !important;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2610
2796
|
.text-gold-400 {
|
|
2611
2797
|
color: #f99500 !important;
|
|
2612
2798
|
}
|
|
2613
2799
|
|
|
2800
|
+
.bg-gold-500 {
|
|
2801
|
+
background-color: #f47500 !important;
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2614
2804
|
.text-gold-500 {
|
|
2615
2805
|
color: #f47500 !important;
|
|
2616
2806
|
}
|
|
2617
2807
|
|
|
2808
|
+
.bg-gray-100 {
|
|
2809
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2618
2812
|
.text-gray-100 {
|
|
2619
2813
|
color: rgba(0, 0, 0, 0.04) !important;
|
|
2620
2814
|
}
|
|
2621
2815
|
|
|
2816
|
+
.bg-gray-200 {
|
|
2817
|
+
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2622
2820
|
.text-gray-200 {
|
|
2623
2821
|
color: rgba(0, 0, 0, 0.1) !important;
|
|
2624
2822
|
}
|
|
2625
2823
|
|
|
2824
|
+
.bg-gray-300 {
|
|
2825
|
+
background-color: rgba(0, 0, 0, 0.31) !important;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2626
2828
|
.text-gray-300 {
|
|
2627
2829
|
color: rgba(0, 0, 0, 0.31) !important;
|
|
2628
2830
|
}
|
|
2629
2831
|
|
|
2832
|
+
.bg-gray-400 {
|
|
2833
|
+
background-color: rgba(0, 0, 0, 0.48) !important;
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2630
2836
|
.text-gray-400 {
|
|
2631
2837
|
color: rgba(0, 0, 0, 0.48) !important;
|
|
2632
2838
|
}
|
|
2633
2839
|
|
|
2840
|
+
.bg-gray-500 {
|
|
2841
|
+
background-color: rgba(0, 0, 0, 0.69) !important;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2634
2844
|
.text-gray-500 {
|
|
2635
2845
|
color: rgba(0, 0, 0, 0.69) !important;
|
|
2636
2846
|
}
|
|
2637
2847
|
|
|
2848
|
+
.bg-green-100 {
|
|
2849
|
+
background-color: #dcf2cb !important;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2638
2852
|
.text-green-100 {
|
|
2639
2853
|
color: #dcf2cb !important;
|
|
2640
2854
|
}
|
|
2641
2855
|
|
|
2856
|
+
.bg-green-200 {
|
|
2857
|
+
background-color: #b8da96 !important;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2642
2860
|
.text-green-200 {
|
|
2643
2861
|
color: #b8da96 !important;
|
|
2644
2862
|
}
|
|
2645
2863
|
|
|
2864
|
+
.bg-green-300 {
|
|
2865
|
+
background-color: #8bc95a !important;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2646
2868
|
.text-green-300 {
|
|
2647
2869
|
color: #8bc95a !important;
|
|
2648
2870
|
}
|
|
2649
2871
|
|
|
2872
|
+
.bg-green-400 {
|
|
2873
|
+
background-color: #3fa41c !important;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2650
2876
|
.text-green-400 {
|
|
2651
2877
|
color: #3fa41c !important;
|
|
2652
2878
|
}
|
|
2653
2879
|
|
|
2880
|
+
.bg-green-500 {
|
|
2881
|
+
background-color: #1f7400 !important;
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2654
2884
|
.text-green-500 {
|
|
2655
2885
|
color: #1f7400 !important;
|
|
2656
2886
|
}
|
|
2657
2887
|
|
|
2888
|
+
.bg-orange {
|
|
2889
|
+
background-color: #ffa895 !important;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2658
2892
|
.text-orange {
|
|
2659
2893
|
color: #ffa895 !important;
|
|
2660
2894
|
}
|
|
2661
2895
|
|
|
2896
|
+
.bg-orange-tint-1 {
|
|
2897
|
+
background-color: #fdcab7 !important;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2662
2900
|
.text-orange-tint-1 {
|
|
2663
2901
|
color: #fdcab7 !important;
|
|
2664
2902
|
}
|
|
2665
2903
|
|
|
2904
|
+
.bg-orange-tint-2 {
|
|
2905
|
+
background-color: #ffdbce !important;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2666
2908
|
.text-orange-tint-2 {
|
|
2667
2909
|
color: #ffdbce !important;
|
|
2668
2910
|
}
|
|
2669
2911
|
|
|
2912
|
+
.bg-pink {
|
|
2913
|
+
background-color: #f6a0d1 !important;
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2670
2916
|
.text-pink {
|
|
2671
2917
|
color: #f6a0d1 !important;
|
|
2672
2918
|
}
|
|
2673
2919
|
|
|
2920
|
+
.bg-pink-tint-1 {
|
|
2921
|
+
background-color: #fdc3e4 !important;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2674
2924
|
.text-pink-tint-1 {
|
|
2675
2925
|
color: #fdc3e4 !important;
|
|
2676
2926
|
}
|
|
2677
2927
|
|
|
2928
|
+
.bg-pink-tint-2 {
|
|
2929
|
+
background-color: #ffdef1 !important;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2678
2932
|
.text-pink-tint-2 {
|
|
2679
2933
|
color: #ffdef1 !important;
|
|
2680
2934
|
}
|
|
2681
2935
|
|
|
2936
|
+
.bg-providers-blue {
|
|
2937
|
+
background-color: black !important;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2682
2940
|
.text-providers-blue {
|
|
2683
2941
|
color: black !important;
|
|
2684
2942
|
}
|
|
2685
2943
|
|
|
2944
|
+
.bg-providers-blue-tint-1 {
|
|
2945
|
+
background-color: #d1d7fc !important;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2686
2948
|
.text-providers-blue-tint-1 {
|
|
2687
2949
|
color: #d1d7fc !important;
|
|
2688
2950
|
}
|
|
2689
2951
|
|
|
2952
|
+
.bg-providers-blue-tint-2 {
|
|
2953
|
+
background-color: #e8ebfd !important;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2690
2956
|
.text-providers-blue-tint-2 {
|
|
2691
2957
|
color: #e8ebfd !important;
|
|
2692
2958
|
}
|
|
2693
2959
|
|
|
2960
|
+
.bg-providers-green {
|
|
2961
|
+
background-color: #51d156 !important;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2694
2964
|
.text-providers-green {
|
|
2695
2965
|
color: #51d156 !important;
|
|
2696
2966
|
}
|
|
2697
2967
|
|
|
2968
|
+
.bg-providers-green-tint-1 {
|
|
2969
|
+
background-color: #b3f6a2 !important;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2698
2972
|
.text-providers-green-tint-1 {
|
|
2699
2973
|
color: #b3f6a2 !important;
|
|
2700
2974
|
}
|
|
2701
2975
|
|
|
2976
|
+
.bg-providers-green-tint-2 {
|
|
2977
|
+
background-color: #d1fac7 !important;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2702
2980
|
.text-providers-green-tint-2 {
|
|
2703
2981
|
color: #d1fac7 !important;
|
|
2704
2982
|
}
|
|
2705
2983
|
|
|
2984
|
+
.bg-purple-100 {
|
|
2985
|
+
background-color: #ebe4ff !important;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2706
2988
|
.text-purple-100 {
|
|
2707
2989
|
color: #ebe4ff !important;
|
|
2708
2990
|
}
|
|
2709
2991
|
|
|
2992
|
+
.bg-purple-200 {
|
|
2993
|
+
background-color: #cdbcff !important;
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2710
2996
|
.text-purple-200 {
|
|
2711
2997
|
color: #cdbcff !important;
|
|
2712
2998
|
}
|
|
2713
2999
|
|
|
3000
|
+
.bg-purple-300 {
|
|
3001
|
+
background-color: #ac8eff !important;
|
|
3002
|
+
}
|
|
3003
|
+
|
|
2714
3004
|
.text-purple-300 {
|
|
2715
3005
|
color: #ac8eff !important;
|
|
2716
3006
|
}
|
|
2717
3007
|
|
|
3008
|
+
.bg-purple-400 {
|
|
3009
|
+
background-color: #804fe8 !important;
|
|
3010
|
+
}
|
|
3011
|
+
|
|
2718
3012
|
.text-purple-400 {
|
|
2719
3013
|
color: #804fe8 !important;
|
|
2720
3014
|
}
|
|
2721
3015
|
|
|
3016
|
+
.bg-purple-500 {
|
|
3017
|
+
background-color: #6431d0 !important;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
2722
3020
|
.text-purple-500 {
|
|
2723
3021
|
color: #6431d0 !important;
|
|
2724
3022
|
}
|
|
2725
3023
|
|
|
3024
|
+
.bg-red-100 {
|
|
3025
|
+
background-color: #ffe5dd !important;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
2726
3028
|
.text-red-100 {
|
|
2727
3029
|
color: #ffe5dd !important;
|
|
2728
3030
|
}
|
|
2729
3031
|
|
|
3032
|
+
.bg-red-200 {
|
|
3033
|
+
background-color: #ffaaa5 !important;
|
|
3034
|
+
}
|
|
3035
|
+
|
|
2730
3036
|
.text-red-200 {
|
|
2731
3037
|
color: #ffaaa5 !important;
|
|
2732
3038
|
}
|
|
2733
3039
|
|
|
3040
|
+
.bg-red-300 {
|
|
3041
|
+
background-color: #ff6969 !important;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
2734
3044
|
.text-red-300 {
|
|
2735
3045
|
color: #ff6969 !important;
|
|
2736
3046
|
}
|
|
2737
3047
|
|
|
3048
|
+
.bg-red-400 {
|
|
3049
|
+
background-color: #f52323 !important;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
2738
3052
|
.text-red-400 {
|
|
2739
3053
|
color: #f52323 !important;
|
|
2740
3054
|
}
|
|
2741
3055
|
|
|
3056
|
+
.bg-red-500 {
|
|
3057
|
+
background-color: #cd000c !important;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
2742
3060
|
.text-red-500 {
|
|
2743
3061
|
color: #cd000c !important;
|
|
2744
3062
|
}
|
|
2745
3063
|
|
|
3064
|
+
.bg-status-error {
|
|
3065
|
+
background-color: #cd000c !important;
|
|
3066
|
+
}
|
|
3067
|
+
|
|
2746
3068
|
.text-status-error {
|
|
2747
3069
|
color: #cd000c !important;
|
|
2748
3070
|
}
|
|
2749
3071
|
|
|
3072
|
+
.bg-status-success {
|
|
3073
|
+
background-color: #1f7400 !important;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
2750
3076
|
.text-status-success {
|
|
2751
3077
|
color: #1f7400 !important;
|
|
2752
3078
|
}
|
|
2753
3079
|
|
|
3080
|
+
.bg-status-warning {
|
|
3081
|
+
background-color: #f47500 !important;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
2754
3084
|
.text-status-warning {
|
|
2755
3085
|
color: #f47500 !important;
|
|
2756
3086
|
}
|
|
2757
3087
|
|
|
3088
|
+
.bg-text-disabled {
|
|
3089
|
+
background-color: rgba(0, 0, 0, 0.31) !important;
|
|
3090
|
+
}
|
|
3091
|
+
|
|
2758
3092
|
.text-text-disabled {
|
|
2759
3093
|
color: rgba(0, 0, 0, 0.31) !important;
|
|
2760
3094
|
}
|
|
2761
3095
|
|
|
3096
|
+
.bg-text-placeholder {
|
|
3097
|
+
background-color: rgba(0, 0, 0, 0.48) !important;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
2762
3100
|
.text-text-placeholder {
|
|
2763
3101
|
color: rgba(0, 0, 0, 0.48) !important;
|
|
2764
3102
|
}
|
|
2765
3103
|
|
|
3104
|
+
.bg-text-primary {
|
|
3105
|
+
background-color: #000 !important;
|
|
3106
|
+
}
|
|
3107
|
+
|
|
2766
3108
|
.text-text-primary {
|
|
2767
3109
|
color: #000 !important;
|
|
2768
3110
|
}
|
|
2769
3111
|
|
|
3112
|
+
.bg-text-secondary {
|
|
3113
|
+
background-color: rgba(0, 0, 0, 0.69) !important;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
2770
3116
|
.text-text-secondary {
|
|
2771
3117
|
color: rgba(0, 0, 0, 0.69) !important;
|
|
2772
3118
|
}
|
|
2773
3119
|
|
|
3120
|
+
.bg-white {
|
|
3121
|
+
background-color: #fff !important;
|
|
3122
|
+
}
|
|
3123
|
+
|
|
2774
3124
|
.text-white {
|
|
2775
3125
|
color: #fff !important;
|
|
2776
3126
|
}
|
|
2777
3127
|
|
|
3128
|
+
.bg-yellow {
|
|
3129
|
+
background-color: #ffc200 !important;
|
|
3130
|
+
}
|
|
3131
|
+
|
|
2778
3132
|
.text-yellow {
|
|
2779
3133
|
color: #ffc200 !important;
|
|
2780
3134
|
}
|
|
2781
3135
|
|
|
3136
|
+
.bg-yellow-tint-1 {
|
|
3137
|
+
background-color: #ffdc6b !important;
|
|
3138
|
+
}
|
|
3139
|
+
|
|
2782
3140
|
.text-yellow-tint-1 {
|
|
2783
3141
|
color: #ffdc6b !important;
|
|
2784
3142
|
}
|
|
2785
3143
|
|
|
3144
|
+
.bg-yellow-tint-2 {
|
|
3145
|
+
background-color: #fee69a !important;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
2786
3148
|
.text-yellow-tint-2 {
|
|
2787
3149
|
color: #fee69a !important;
|
|
2788
3150
|
}
|
|
@@ -2819,6 +3181,10 @@ strong {
|
|
|
2819
3181
|
font-size: 16px;
|
|
2820
3182
|
}
|
|
2821
3183
|
|
|
3184
|
+
.text-ml {
|
|
3185
|
+
font-size: 18px;
|
|
3186
|
+
}
|
|
3187
|
+
|
|
2822
3188
|
.text-lg {
|
|
2823
3189
|
font-size: 20px;
|
|
2824
3190
|
}
|
|
@@ -2863,6 +3229,44 @@ strong {
|
|
|
2863
3229
|
font-style: italic !important;
|
|
2864
3230
|
}
|
|
2865
3231
|
|
|
3232
|
+
/* Using the same naming convention as Tailwind */
|
|
3233
|
+
.tracking-tighter {
|
|
3234
|
+
letter-spacing: -0.5px;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
.tracking-tight {
|
|
3238
|
+
letter-spacing: -0.25px;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
.tracking-normal {
|
|
3242
|
+
letter-spacing: normal;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.tracking-wide {
|
|
3246
|
+
letter-spacing: 0.25px;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
.tracking-wider {
|
|
3250
|
+
letter-spacing: 0.5px;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
/* This does not use the same naming convention as Tailwind, but we can make ours match it when implemented */
|
|
3254
|
+
.leading-none {
|
|
3255
|
+
line-height: 1;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.leading-small {
|
|
3259
|
+
line-height: 120%;
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
.leading-medium {
|
|
3263
|
+
line-height: 125%;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
.leading-large {
|
|
3267
|
+
line-height: 140%;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
2866
3270
|
.text-uppercase {
|
|
2867
3271
|
text-transform: uppercase !important;
|
|
2868
3272
|
}
|