@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/utils.css
CHANGED
|
@@ -248,42 +248,102 @@
|
|
|
248
248
|
align-items: baseline !important;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
+
.items-baseline {
|
|
252
|
+
align-items: baseline;
|
|
253
|
+
}
|
|
254
|
+
|
|
251
255
|
.align-content-baseline {
|
|
252
256
|
align-content: baseline !important;
|
|
253
257
|
}
|
|
254
258
|
|
|
259
|
+
.content-baseline {
|
|
260
|
+
align-content: baseline;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.self-baseline {
|
|
264
|
+
align-self: baseline;
|
|
265
|
+
}
|
|
266
|
+
|
|
255
267
|
.align-center {
|
|
256
268
|
align-items: center !important;
|
|
257
269
|
}
|
|
258
270
|
|
|
271
|
+
.items-center {
|
|
272
|
+
align-items: center;
|
|
273
|
+
}
|
|
274
|
+
|
|
259
275
|
.align-content-center {
|
|
260
276
|
align-content: center !important;
|
|
261
277
|
}
|
|
262
278
|
|
|
279
|
+
.content-center {
|
|
280
|
+
align-content: center;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.self-center {
|
|
284
|
+
align-self: center;
|
|
285
|
+
}
|
|
286
|
+
|
|
263
287
|
.align-end {
|
|
264
288
|
align-items: flex-end !important;
|
|
265
289
|
}
|
|
266
290
|
|
|
291
|
+
.items-end {
|
|
292
|
+
align-items: flex-end;
|
|
293
|
+
}
|
|
294
|
+
|
|
267
295
|
.align-content-end {
|
|
268
296
|
align-content: flex-end !important;
|
|
269
297
|
}
|
|
270
298
|
|
|
299
|
+
.content-end {
|
|
300
|
+
align-content: flex-end;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.self-end {
|
|
304
|
+
align-self: flex-end;
|
|
305
|
+
}
|
|
306
|
+
|
|
271
307
|
.align-start {
|
|
272
308
|
align-items: flex-start !important;
|
|
273
309
|
}
|
|
274
310
|
|
|
311
|
+
.items-start {
|
|
312
|
+
align-items: flex-start;
|
|
313
|
+
}
|
|
314
|
+
|
|
275
315
|
.align-content-start {
|
|
276
316
|
align-content: flex-start !important;
|
|
277
317
|
}
|
|
278
318
|
|
|
319
|
+
.content-start {
|
|
320
|
+
align-content: flex-start;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.self-start {
|
|
324
|
+
align-self: flex-start;
|
|
325
|
+
}
|
|
326
|
+
|
|
279
327
|
.align-stretch {
|
|
280
328
|
align-items: stretch !important;
|
|
281
329
|
}
|
|
282
330
|
|
|
331
|
+
.items-stretch {
|
|
332
|
+
align-items: stretch;
|
|
333
|
+
}
|
|
334
|
+
|
|
283
335
|
.align-content-stretch {
|
|
284
336
|
align-content: stretch !important;
|
|
285
337
|
}
|
|
286
338
|
|
|
339
|
+
.content-stretch {
|
|
340
|
+
align-content: stretch;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.self-stretch {
|
|
344
|
+
align-self: stretch;
|
|
345
|
+
}
|
|
346
|
+
|
|
287
347
|
.justify-around {
|
|
288
348
|
justify-content: space-around !important;
|
|
289
349
|
}
|
|
@@ -1816,290 +1876,578 @@
|
|
|
1816
1876
|
padding-left: 48px !important;
|
|
1817
1877
|
}
|
|
1818
1878
|
|
|
1879
|
+
.bg-accent-blue {
|
|
1880
|
+
background-color: #5560cb !important;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1819
1883
|
.text-accent-blue {
|
|
1820
1884
|
color: #5560cb !important;
|
|
1821
1885
|
}
|
|
1822
1886
|
|
|
1887
|
+
.bg-accent-blue-shade-1 {
|
|
1888
|
+
background-color: #404898 !important;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1823
1891
|
.text-accent-blue-shade-1 {
|
|
1824
1892
|
color: #404898 !important;
|
|
1825
1893
|
}
|
|
1826
1894
|
|
|
1895
|
+
.bg-accent-blue-shade-2 {
|
|
1896
|
+
background-color: #2f3570 !important;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1827
1899
|
.text-accent-blue-shade-2 {
|
|
1828
1900
|
color: #2f3570 !important;
|
|
1829
1901
|
}
|
|
1830
1902
|
|
|
1903
|
+
.bg-accent-green {
|
|
1904
|
+
background-color: #49a24c !important;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1831
1907
|
.text-accent-green {
|
|
1832
1908
|
color: #49a24c !important;
|
|
1833
1909
|
}
|
|
1834
1910
|
|
|
1911
|
+
.bg-accent-green-shade-1 {
|
|
1912
|
+
background-color: #3a823d !important;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1835
1915
|
.text-accent-green-shade-1 {
|
|
1836
1916
|
color: #3a823d !important;
|
|
1837
1917
|
}
|
|
1838
1918
|
|
|
1919
|
+
.bg-accent-green-shade-2 {
|
|
1920
|
+
background-color: #17551a !important;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1839
1923
|
.text-accent-green-shade-2 {
|
|
1840
1924
|
color: #17551a !important;
|
|
1841
1925
|
}
|
|
1842
1926
|
|
|
1927
|
+
.bg-accent-orange {
|
|
1928
|
+
background-color: #fc8247 !important;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1843
1931
|
.text-accent-orange {
|
|
1844
1932
|
color: #fc8247 !important;
|
|
1845
1933
|
}
|
|
1846
1934
|
|
|
1935
|
+
.bg-accent-orange-shade-1 {
|
|
1936
|
+
background-color: #e15c1b !important;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1847
1939
|
.text-accent-orange-shade-1 {
|
|
1848
1940
|
color: #e15c1b !important;
|
|
1849
1941
|
}
|
|
1850
1942
|
|
|
1943
|
+
.bg-accent-orange-shade-2 {
|
|
1944
|
+
background-color: #a9440b !important;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1851
1947
|
.text-accent-orange-shade-2 {
|
|
1852
1948
|
color: #a9440b !important;
|
|
1853
1949
|
}
|
|
1854
1950
|
|
|
1951
|
+
.bg-accent-pink {
|
|
1952
|
+
background-color: #d75fae !important;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1855
1955
|
.text-accent-pink {
|
|
1856
1956
|
color: #d75fae !important;
|
|
1857
1957
|
}
|
|
1858
1958
|
|
|
1959
|
+
.bg-accent-pink-shade-1 {
|
|
1960
|
+
background-color: #7c3872 !important;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1859
1963
|
.text-accent-pink-shade-1 {
|
|
1860
1964
|
color: #7c3872 !important;
|
|
1861
1965
|
}
|
|
1862
1966
|
|
|
1967
|
+
.bg-accent-pink-shade-2 {
|
|
1968
|
+
background-color: #56204e !important;
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1863
1971
|
.text-accent-pink-shade-2 {
|
|
1864
1972
|
color: #56204e !important;
|
|
1865
1973
|
}
|
|
1866
1974
|
|
|
1975
|
+
.bg-accent-red-shade-1 {
|
|
1976
|
+
background-color: #981d31 !important;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1867
1979
|
.text-accent-red-shade-1 {
|
|
1868
1980
|
color: #981d31 !important;
|
|
1869
1981
|
}
|
|
1870
1982
|
|
|
1983
|
+
.bg-accent-red-shade-2 {
|
|
1984
|
+
background-color: #701323 !important;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1871
1987
|
.text-accent-red-shade-2 {
|
|
1872
1988
|
color: #701323 !important;
|
|
1873
1989
|
}
|
|
1874
1990
|
|
|
1991
|
+
.bg-alert-red {
|
|
1992
|
+
background-color: #c34459 !important;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1875
1995
|
.text-alert-red {
|
|
1876
1996
|
color: #c34459 !important;
|
|
1877
1997
|
}
|
|
1878
1998
|
|
|
1999
|
+
.bg-background {
|
|
2000
|
+
background-color: #fff !important;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
1879
2003
|
.text-background {
|
|
1880
2004
|
color: #fff !important;
|
|
1881
2005
|
}
|
|
1882
2006
|
|
|
2007
|
+
.bg-black {
|
|
2008
|
+
background-color: #000 !important;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
1883
2011
|
.text-black {
|
|
1884
2012
|
color: #000 !important;
|
|
1885
2013
|
}
|
|
1886
2014
|
|
|
2015
|
+
.bg-blue-100 {
|
|
2016
|
+
background-color: #e0edff !important;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
1887
2019
|
.text-blue-100 {
|
|
1888
2020
|
color: #e0edff !important;
|
|
1889
2021
|
}
|
|
1890
2022
|
|
|
2023
|
+
.bg-blue-200 {
|
|
2024
|
+
background-color: #b2cffa !important;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
1891
2027
|
.text-blue-200 {
|
|
1892
2028
|
color: #b2cffa !important;
|
|
1893
2029
|
}
|
|
1894
2030
|
|
|
2031
|
+
.bg-blue-300 {
|
|
2032
|
+
background-color: #7a95f8 !important;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
1895
2035
|
.text-blue-300 {
|
|
1896
2036
|
color: #7a95f8 !important;
|
|
1897
2037
|
}
|
|
1898
2038
|
|
|
2039
|
+
.bg-blue-400 {
|
|
2040
|
+
background-color: #496ae0 !important;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
1899
2043
|
.text-blue-400 {
|
|
1900
2044
|
color: #496ae0 !important;
|
|
1901
2045
|
}
|
|
1902
2046
|
|
|
2047
|
+
.bg-blue-500 {
|
|
2048
|
+
background-color: #1a43d7 !important;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
1903
2051
|
.text-blue-500 {
|
|
1904
2052
|
color: #1a43d7 !important;
|
|
1905
2053
|
}
|
|
1906
2054
|
|
|
2055
|
+
.bg-border {
|
|
2056
|
+
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
1907
2059
|
.text-border {
|
|
1908
2060
|
color: rgba(0, 0, 0, 0.1) !important;
|
|
1909
2061
|
}
|
|
1910
2062
|
|
|
2063
|
+
.bg-button-background {
|
|
2064
|
+
background-color: #000 !important;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
1911
2067
|
.text-button-background {
|
|
1912
2068
|
color: #000 !important;
|
|
1913
2069
|
}
|
|
1914
2070
|
|
|
2071
|
+
.bg-gold-100 {
|
|
2072
|
+
background-color: #fff0ba !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
1915
2075
|
.text-gold-100 {
|
|
1916
2076
|
color: #fff0ba !important;
|
|
1917
2077
|
}
|
|
1918
2078
|
|
|
2079
|
+
.bg-gold-200 {
|
|
2080
|
+
background-color: #fcde74 !important;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
1919
2083
|
.text-gold-200 {
|
|
1920
2084
|
color: #fcde74 !important;
|
|
1921
2085
|
}
|
|
1922
2086
|
|
|
2087
|
+
.bg-gold-300 {
|
|
2088
|
+
background-color: #ffc120 !important;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
1923
2091
|
.text-gold-300 {
|
|
1924
2092
|
color: #ffc120 !important;
|
|
1925
2093
|
}
|
|
1926
2094
|
|
|
2095
|
+
.bg-gold-400 {
|
|
2096
|
+
background-color: #f99500 !important;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
1927
2099
|
.text-gold-400 {
|
|
1928
2100
|
color: #f99500 !important;
|
|
1929
2101
|
}
|
|
1930
2102
|
|
|
2103
|
+
.bg-gold-500 {
|
|
2104
|
+
background-color: #f47500 !important;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
1931
2107
|
.text-gold-500 {
|
|
1932
2108
|
color: #f47500 !important;
|
|
1933
2109
|
}
|
|
1934
2110
|
|
|
2111
|
+
.bg-gray-100 {
|
|
2112
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
1935
2115
|
.text-gray-100 {
|
|
1936
2116
|
color: rgba(0, 0, 0, 0.04) !important;
|
|
1937
2117
|
}
|
|
1938
2118
|
|
|
2119
|
+
.bg-gray-200 {
|
|
2120
|
+
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
1939
2123
|
.text-gray-200 {
|
|
1940
2124
|
color: rgba(0, 0, 0, 0.1) !important;
|
|
1941
2125
|
}
|
|
1942
2126
|
|
|
2127
|
+
.bg-gray-300 {
|
|
2128
|
+
background-color: rgba(0, 0, 0, 0.31) !important;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
1943
2131
|
.text-gray-300 {
|
|
1944
2132
|
color: rgba(0, 0, 0, 0.31) !important;
|
|
1945
2133
|
}
|
|
1946
2134
|
|
|
2135
|
+
.bg-gray-400 {
|
|
2136
|
+
background-color: rgba(0, 0, 0, 0.48) !important;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
1947
2139
|
.text-gray-400 {
|
|
1948
2140
|
color: rgba(0, 0, 0, 0.48) !important;
|
|
1949
2141
|
}
|
|
1950
2142
|
|
|
2143
|
+
.bg-gray-500 {
|
|
2144
|
+
background-color: rgba(0, 0, 0, 0.69) !important;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
1951
2147
|
.text-gray-500 {
|
|
1952
2148
|
color: rgba(0, 0, 0, 0.69) !important;
|
|
1953
2149
|
}
|
|
1954
2150
|
|
|
2151
|
+
.bg-green-100 {
|
|
2152
|
+
background-color: #dcf2cb !important;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
1955
2155
|
.text-green-100 {
|
|
1956
2156
|
color: #dcf2cb !important;
|
|
1957
2157
|
}
|
|
1958
2158
|
|
|
2159
|
+
.bg-green-200 {
|
|
2160
|
+
background-color: #b8da96 !important;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
1959
2163
|
.text-green-200 {
|
|
1960
2164
|
color: #b8da96 !important;
|
|
1961
2165
|
}
|
|
1962
2166
|
|
|
2167
|
+
.bg-green-300 {
|
|
2168
|
+
background-color: #8bc95a !important;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
1963
2171
|
.text-green-300 {
|
|
1964
2172
|
color: #8bc95a !important;
|
|
1965
2173
|
}
|
|
1966
2174
|
|
|
2175
|
+
.bg-green-400 {
|
|
2176
|
+
background-color: #3fa41c !important;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
1967
2179
|
.text-green-400 {
|
|
1968
2180
|
color: #3fa41c !important;
|
|
1969
2181
|
}
|
|
1970
2182
|
|
|
2183
|
+
.bg-green-500 {
|
|
2184
|
+
background-color: #1f7400 !important;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
1971
2187
|
.text-green-500 {
|
|
1972
2188
|
color: #1f7400 !important;
|
|
1973
2189
|
}
|
|
1974
2190
|
|
|
2191
|
+
.bg-orange {
|
|
2192
|
+
background-color: #ffa895 !important;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
1975
2195
|
.text-orange {
|
|
1976
2196
|
color: #ffa895 !important;
|
|
1977
2197
|
}
|
|
1978
2198
|
|
|
2199
|
+
.bg-orange-tint-1 {
|
|
2200
|
+
background-color: #fdcab7 !important;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
1979
2203
|
.text-orange-tint-1 {
|
|
1980
2204
|
color: #fdcab7 !important;
|
|
1981
2205
|
}
|
|
1982
2206
|
|
|
2207
|
+
.bg-orange-tint-2 {
|
|
2208
|
+
background-color: #ffdbce !important;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
1983
2211
|
.text-orange-tint-2 {
|
|
1984
2212
|
color: #ffdbce !important;
|
|
1985
2213
|
}
|
|
1986
2214
|
|
|
2215
|
+
.bg-pink {
|
|
2216
|
+
background-color: #f6a0d1 !important;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
1987
2219
|
.text-pink {
|
|
1988
2220
|
color: #f6a0d1 !important;
|
|
1989
2221
|
}
|
|
1990
2222
|
|
|
2223
|
+
.bg-pink-tint-1 {
|
|
2224
|
+
background-color: #fdc3e4 !important;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
1991
2227
|
.text-pink-tint-1 {
|
|
1992
2228
|
color: #fdc3e4 !important;
|
|
1993
2229
|
}
|
|
1994
2230
|
|
|
2231
|
+
.bg-pink-tint-2 {
|
|
2232
|
+
background-color: #ffdef1 !important;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
1995
2235
|
.text-pink-tint-2 {
|
|
1996
2236
|
color: #ffdef1 !important;
|
|
1997
2237
|
}
|
|
1998
2238
|
|
|
2239
|
+
.bg-providers-blue {
|
|
2240
|
+
background-color: black !important;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
1999
2243
|
.text-providers-blue {
|
|
2000
2244
|
color: black !important;
|
|
2001
2245
|
}
|
|
2002
2246
|
|
|
2247
|
+
.bg-providers-blue-tint-1 {
|
|
2248
|
+
background-color: #d1d7fc !important;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2003
2251
|
.text-providers-blue-tint-1 {
|
|
2004
2252
|
color: #d1d7fc !important;
|
|
2005
2253
|
}
|
|
2006
2254
|
|
|
2255
|
+
.bg-providers-blue-tint-2 {
|
|
2256
|
+
background-color: #e8ebfd !important;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2007
2259
|
.text-providers-blue-tint-2 {
|
|
2008
2260
|
color: #e8ebfd !important;
|
|
2009
2261
|
}
|
|
2010
2262
|
|
|
2263
|
+
.bg-providers-green {
|
|
2264
|
+
background-color: #51d156 !important;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2011
2267
|
.text-providers-green {
|
|
2012
2268
|
color: #51d156 !important;
|
|
2013
2269
|
}
|
|
2014
2270
|
|
|
2271
|
+
.bg-providers-green-tint-1 {
|
|
2272
|
+
background-color: #b3f6a2 !important;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2015
2275
|
.text-providers-green-tint-1 {
|
|
2016
2276
|
color: #b3f6a2 !important;
|
|
2017
2277
|
}
|
|
2018
2278
|
|
|
2279
|
+
.bg-providers-green-tint-2 {
|
|
2280
|
+
background-color: #d1fac7 !important;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2019
2283
|
.text-providers-green-tint-2 {
|
|
2020
2284
|
color: #d1fac7 !important;
|
|
2021
2285
|
}
|
|
2022
2286
|
|
|
2287
|
+
.bg-purple-100 {
|
|
2288
|
+
background-color: #ebe4ff !important;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2023
2291
|
.text-purple-100 {
|
|
2024
2292
|
color: #ebe4ff !important;
|
|
2025
2293
|
}
|
|
2026
2294
|
|
|
2295
|
+
.bg-purple-200 {
|
|
2296
|
+
background-color: #cdbcff !important;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2027
2299
|
.text-purple-200 {
|
|
2028
2300
|
color: #cdbcff !important;
|
|
2029
2301
|
}
|
|
2030
2302
|
|
|
2303
|
+
.bg-purple-300 {
|
|
2304
|
+
background-color: #ac8eff !important;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2031
2307
|
.text-purple-300 {
|
|
2032
2308
|
color: #ac8eff !important;
|
|
2033
2309
|
}
|
|
2034
2310
|
|
|
2311
|
+
.bg-purple-400 {
|
|
2312
|
+
background-color: #804fe8 !important;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2035
2315
|
.text-purple-400 {
|
|
2036
2316
|
color: #804fe8 !important;
|
|
2037
2317
|
}
|
|
2038
2318
|
|
|
2319
|
+
.bg-purple-500 {
|
|
2320
|
+
background-color: #6431d0 !important;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2039
2323
|
.text-purple-500 {
|
|
2040
2324
|
color: #6431d0 !important;
|
|
2041
2325
|
}
|
|
2042
2326
|
|
|
2327
|
+
.bg-red-100 {
|
|
2328
|
+
background-color: #ffe5dd !important;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2043
2331
|
.text-red-100 {
|
|
2044
2332
|
color: #ffe5dd !important;
|
|
2045
2333
|
}
|
|
2046
2334
|
|
|
2335
|
+
.bg-red-200 {
|
|
2336
|
+
background-color: #ffaaa5 !important;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2047
2339
|
.text-red-200 {
|
|
2048
2340
|
color: #ffaaa5 !important;
|
|
2049
2341
|
}
|
|
2050
2342
|
|
|
2343
|
+
.bg-red-300 {
|
|
2344
|
+
background-color: #ff6969 !important;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2051
2347
|
.text-red-300 {
|
|
2052
2348
|
color: #ff6969 !important;
|
|
2053
2349
|
}
|
|
2054
2350
|
|
|
2351
|
+
.bg-red-400 {
|
|
2352
|
+
background-color: #f52323 !important;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2055
2355
|
.text-red-400 {
|
|
2056
2356
|
color: #f52323 !important;
|
|
2057
2357
|
}
|
|
2058
2358
|
|
|
2359
|
+
.bg-red-500 {
|
|
2360
|
+
background-color: #cd000c !important;
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2059
2363
|
.text-red-500 {
|
|
2060
2364
|
color: #cd000c !important;
|
|
2061
2365
|
}
|
|
2062
2366
|
|
|
2367
|
+
.bg-status-error {
|
|
2368
|
+
background-color: #cd000c !important;
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2063
2371
|
.text-status-error {
|
|
2064
2372
|
color: #cd000c !important;
|
|
2065
2373
|
}
|
|
2066
2374
|
|
|
2375
|
+
.bg-status-success {
|
|
2376
|
+
background-color: #1f7400 !important;
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2067
2379
|
.text-status-success {
|
|
2068
2380
|
color: #1f7400 !important;
|
|
2069
2381
|
}
|
|
2070
2382
|
|
|
2383
|
+
.bg-status-warning {
|
|
2384
|
+
background-color: #f47500 !important;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2071
2387
|
.text-status-warning {
|
|
2072
2388
|
color: #f47500 !important;
|
|
2073
2389
|
}
|
|
2074
2390
|
|
|
2391
|
+
.bg-text-disabled {
|
|
2392
|
+
background-color: rgba(0, 0, 0, 0.31) !important;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2075
2395
|
.text-text-disabled {
|
|
2076
2396
|
color: rgba(0, 0, 0, 0.31) !important;
|
|
2077
2397
|
}
|
|
2078
2398
|
|
|
2399
|
+
.bg-text-placeholder {
|
|
2400
|
+
background-color: rgba(0, 0, 0, 0.48) !important;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2079
2403
|
.text-text-placeholder {
|
|
2080
2404
|
color: rgba(0, 0, 0, 0.48) !important;
|
|
2081
2405
|
}
|
|
2082
2406
|
|
|
2407
|
+
.bg-text-primary {
|
|
2408
|
+
background-color: #000 !important;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2083
2411
|
.text-text-primary {
|
|
2084
2412
|
color: #000 !important;
|
|
2085
2413
|
}
|
|
2086
2414
|
|
|
2415
|
+
.bg-text-secondary {
|
|
2416
|
+
background-color: rgba(0, 0, 0, 0.69) !important;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2087
2419
|
.text-text-secondary {
|
|
2088
2420
|
color: rgba(0, 0, 0, 0.69) !important;
|
|
2089
2421
|
}
|
|
2090
2422
|
|
|
2423
|
+
.bg-white {
|
|
2424
|
+
background-color: #fff !important;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2091
2427
|
.text-white {
|
|
2092
2428
|
color: #fff !important;
|
|
2093
2429
|
}
|
|
2094
2430
|
|
|
2431
|
+
.bg-yellow {
|
|
2432
|
+
background-color: #ffc200 !important;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2095
2435
|
.text-yellow {
|
|
2096
2436
|
color: #ffc200 !important;
|
|
2097
2437
|
}
|
|
2098
2438
|
|
|
2439
|
+
.bg-yellow-tint-1 {
|
|
2440
|
+
background-color: #ffdc6b !important;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2099
2443
|
.text-yellow-tint-1 {
|
|
2100
2444
|
color: #ffdc6b !important;
|
|
2101
2445
|
}
|
|
2102
2446
|
|
|
2447
|
+
.bg-yellow-tint-2 {
|
|
2448
|
+
background-color: #fee69a !important;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2103
2451
|
.text-yellow-tint-2 {
|
|
2104
2452
|
color: #fee69a !important;
|
|
2105
2453
|
}
|
|
@@ -2136,6 +2484,10 @@
|
|
|
2136
2484
|
font-size: 16px;
|
|
2137
2485
|
}
|
|
2138
2486
|
|
|
2487
|
+
.text-ml {
|
|
2488
|
+
font-size: 18px;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2139
2491
|
.text-lg {
|
|
2140
2492
|
font-size: 20px;
|
|
2141
2493
|
}
|
|
@@ -2180,6 +2532,44 @@
|
|
|
2180
2532
|
font-style: italic !important;
|
|
2181
2533
|
}
|
|
2182
2534
|
|
|
2535
|
+
/* Using the same naming convention as Tailwind */
|
|
2536
|
+
.tracking-tighter {
|
|
2537
|
+
letter-spacing: -0.5px;
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
.tracking-tight {
|
|
2541
|
+
letter-spacing: -0.25px;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.tracking-normal {
|
|
2545
|
+
letter-spacing: normal;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.tracking-wide {
|
|
2549
|
+
letter-spacing: 0.25px;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
.tracking-wider {
|
|
2553
|
+
letter-spacing: 0.5px;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
/* This does not use the same naming convention as Tailwind, but we can make ours match it when implemented */
|
|
2557
|
+
.leading-none {
|
|
2558
|
+
line-height: 1;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
.leading-small {
|
|
2562
|
+
line-height: 120%;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
.leading-medium {
|
|
2566
|
+
line-height: 125%;
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
.leading-large {
|
|
2570
|
+
line-height: 140%;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2183
2573
|
.text-uppercase {
|
|
2184
2574
|
text-transform: uppercase !important;
|
|
2185
2575
|
}
|