@opexa/portal-components 0.0.922 → 0.0.923
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AccountInfo/AccountInfo.js +1 -1
- package/dist/components/AccountSecurity/AccountSecurity.js +1 -1
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +11 -0
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +55 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.js +126 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.js +10 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.js +12 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +17 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.js +2 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.js +41 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +13 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.js +91 -0
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
- package/dist/components/DigitainLauncher/Loading.js +5 -0
- package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
- package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
- package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
- package/dist/components/Disclaimer/TermsOfUse.js +13 -0
- package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
- package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
- package/dist/components/FeatureFlag/index.d.ts +1 -0
- package/dist/components/FeatureFlag/index.js +1 -0
- package/dist/components/ForgotPassword/Crazywin/ForgotPassword.module.css +42 -42
- package/dist/components/Jackpots/Jackpots.module.css +288 -288
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
- package/dist/components/KYC/AutoOpen.d.ts +1 -0
- package/dist/components/KYC/AutoOpen.js +40 -0
- package/dist/components/KYC/BasicInformation.d.ts +1 -0
- package/dist/components/KYC/BasicInformation.js +101 -0
- package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
- package/dist/components/KYC/CaptureIdDocument.js +219 -0
- package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
- package/dist/components/KYC/CaptureSelfie.js +285 -0
- package/dist/components/KYC/DisplayImage.d.ts +5 -0
- package/dist/components/KYC/DisplayImage.js +8 -0
- package/dist/components/KYC/FileUpload.d.ts +10 -0
- package/dist/components/KYC/FileUpload.js +72 -0
- package/dist/components/KYC/IdentityVerification.d.ts +1 -0
- package/dist/components/KYC/IdentityVerification.js +120 -0
- package/dist/components/KYC/Indicator.d.ts +1 -0
- package/dist/components/KYC/Indicator.js +8 -0
- package/dist/components/KYC/KYC.lazy.d.ts +6 -0
- package/dist/components/KYC/KYC.lazy.js +45 -0
- package/dist/components/KYC/KYCContext.d.ts +6 -0
- package/dist/components/KYC/KYCContext.js +2 -0
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCNonPagCor/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +13 -7
- package/dist/components/KYC/NoCameraError.d.ts +7 -0
- package/dist/components/KYC/NoCameraError.js +6 -0
- package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
- package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
- package/dist/components/KYC/PersonalInformation.d.ts +1 -0
- package/dist/components/KYC/PersonalInformation.js +122 -0
- package/dist/components/KYC/backup/Header.d.ts +1 -0
- package/dist/components/KYC/backup/Header.js +8 -0
- package/dist/components/KYC/backup/Indicator.d.ts +1 -0
- package/dist/components/KYC/backup/Indicator.js +9 -0
- package/dist/components/KYC/backup/KYC.d.ts +1 -0
- package/dist/components/KYC/backup/KYC.js +14 -0
- package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
- package/dist/components/KYC/backup/KYC.lazy.js +26 -0
- package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
- package/dist/components/KYC/backup/KYCContext.js +2 -0
- package/dist/components/KYC/backup/Step1.d.ts +1 -0
- package/dist/components/KYC/backup/Step1.js +13 -0
- package/dist/components/KYC/backup/Step2.d.ts +1 -0
- package/dist/components/KYC/backup/Step2.js +13 -0
- package/dist/components/KYC/backup/Step3.d.ts +1 -0
- package/dist/components/KYC/backup/Step3.js +13 -0
- package/dist/components/KYC/backup/Step4.d.ts +1 -0
- package/dist/components/KYC/backup/Step4.js +7 -0
- package/dist/components/KYC/backup/useKYC.d.ts +10 -0
- package/dist/components/KYC/backup/useKYC.js +8 -0
- package/dist/components/KYC/loadModels.d.ts +1 -0
- package/dist/components/KYC/loadModels.js +9 -0
- package/dist/components/KYC/useKYC.d.ts +25 -0
- package/dist/components/KYC/useKYC.js +38 -0
- package/dist/components/KYC/utils.d.ts +9 -0
- package/dist/components/KYC/utils.js +79 -0
- package/dist/components/Messages/Message.d.ts +1 -0
- package/dist/components/Messages/Message.js +35 -0
- package/dist/components/Messages/MessageContext.d.ts +6 -0
- package/dist/components/Messages/MessageContext.js +2 -0
- package/dist/components/Messages/MessagePopup.d.ts +1 -0
- package/dist/components/Messages/MessagePopup.js +20 -0
- package/dist/components/Messages/MessageTrigger.d.ts +8 -0
- package/dist/components/Messages/MessageTrigger.js +19 -0
- package/dist/components/PortalProvider/CXDTokenObserver.d.ts +1 -0
- package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
- package/dist/components/Quests/CountdownTimer.d.ts +15 -0
- package/dist/components/Quests/CountdownTimer.js +33 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
- package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
- package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
- package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
- package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
- package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
- package/dist/components/SessionWatcher/index.d.ts +1 -0
- package/dist/components/SessionWatcher/index.js +1 -0
- package/dist/components/SignIn/utils.d.ts +8 -0
- package/dist/components/SignIn/utils.js +26 -0
- package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
- package/dist/components/SignUp/SignUp.lazy.js +18 -0
- package/dist/components/SignUp/SignUpContext.d.ts +6 -0
- package/dist/components/SignUp/SignUpContext.js +2 -0
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
- package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
- package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
- package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
- package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
- package/dist/components/SignUp/SignUpForm.d.ts +1 -0
- package/dist/components/SignUp/SignUpForm.js +284 -0
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
- package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
- package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
- package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
- package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
- package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
- package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
- package/dist/components/shared/IdDocumentField.client.js +204 -0
- package/dist/components/shared/IdDocumentField.d.ts +2 -0
- package/dist/components/shared/IdDocumentField.js +11 -0
- package/dist/components/shared/SelfieField.client.d.ts +20 -0
- package/dist/components/shared/SelfieField.client.js +327 -0
- package/dist/components/shared/SelfieField.d.ts +2 -0
- package/dist/components/shared/SelfieField.js +11 -0
- package/dist/constants/BranchCode.d.ts +4 -0
- package/dist/constants/BranchCode.js +42 -0
- package/dist/constants/Branches.d.ts +2 -0
- package/dist/constants/Branches.js +42 -0
- package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
- package/dist/handlers/postTransformIdFrontImage.js +67 -0
- package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
- package/dist/handlers/postTransformSelfieImage.js +71 -0
- package/dist/handlers.d.ts +43 -0
- package/dist/handlers.js +297 -0
- package/dist/icons/BellRingIcon.d.ts +2 -0
- package/dist/icons/BellRingIcon.js +4 -0
- package/dist/images/phone-icon.svg +10 -10
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/services/queries.js +3351 -3351
- package/dist/styles/theme.css +776 -776
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +1 -0
- package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
- package/dist/third-parties/FacebookPixel/index.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
- package/dist/third-parties/index.d.ts +2 -0
- package/dist/third-parties/index.js +2 -0
- package/dist/ui/Carousel/Carousel.d.ts +99 -99
- package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/utils/dataUrlToBlob.d.ts +1 -0
- package/dist/utils/dataUrlToBlob.js +11 -0
- package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
- package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
- package/dist/utils/getGameName.d.ts +1 -0
- package/dist/utils/getGameName.js +6 -0
- package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
- package/dist/utils/isBetween3amAnd3pm.js +5 -0
- package/dist/utils/resizeImageSize.d.ts +2 -0
- package/dist/utils/resizeImageSize.js +11 -0
- package/package.json +179 -179
- package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +0 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +0 -12
package/dist/styles/theme.css
CHANGED
|
@@ -1,776 +1,776 @@
|
|
|
1
|
-
@plugin '@tailwindcss/typography';
|
|
2
|
-
@plugin 'tailwind-zag';
|
|
3
|
-
|
|
4
|
-
@layer base {
|
|
5
|
-
:root {
|
|
6
|
-
--safe-area-inset-top: 0px;
|
|
7
|
-
--safe-area-inset-right: 0px;
|
|
8
|
-
--safe-area-inset-bottom: 0px;
|
|
9
|
-
--safe-area-inset-left: 0px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
html {
|
|
13
|
-
@apply scheme-light dark:scheme-dark scroll-smooth;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
body {
|
|
17
|
-
@apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
button {
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
button:disabled,
|
|
25
|
-
button[data-disabled] {
|
|
26
|
-
cursor: not-allowed;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
input,
|
|
30
|
-
input::-webkit-inner-spin-button,
|
|
31
|
-
input::-webkit-outer-spin-button {
|
|
32
|
-
appearance: none;
|
|
33
|
-
-webkit-appearance: none;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
input::-ms-reveal,
|
|
37
|
-
input::-ms-clear,
|
|
38
|
-
input::-webkit-credentials-auto-fill-button,
|
|
39
|
-
input::-webkit-contacts-auto-fill-button,
|
|
40
|
-
input::-webkit-clear-button,
|
|
41
|
-
input::-webkit-search-clear-button,
|
|
42
|
-
input::-webkit-search-cancel-button,
|
|
43
|
-
input::-webkit-search-decoration,
|
|
44
|
-
input::-webkit-search-results-button,
|
|
45
|
-
input::-webkit-search-results-decoration {
|
|
46
|
-
display: none;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.grecaptcha-badge {
|
|
50
|
-
visibility: hidden !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@media screen and (min-width: 0px) and (orientation: portrait) {
|
|
54
|
-
:root {
|
|
55
|
-
--root-fs: 14px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@media screen and (min-width: 400px) and (orientation: portrait) {
|
|
60
|
-
:root {
|
|
61
|
-
--root-fs: 16px;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@media screen and (min-width: 450px) and (orientation: portrait) {
|
|
66
|
-
:root {
|
|
67
|
-
--root-fs: 18px;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@media screen and (min-width: 500px) and (orientation: portrait) {
|
|
72
|
-
:root {
|
|
73
|
-
--root-fs: 20px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
@media screen and (min-width: 550px) and (orientation: portrait) {
|
|
78
|
-
:root {
|
|
79
|
-
--root-fs: 22px;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@media screen and (min-width: 600px) and (orientation: portrait) {
|
|
84
|
-
:root {
|
|
85
|
-
--root-fs: 24px;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@media screen and (min-width: 650px) and (orientation: portrait) {
|
|
90
|
-
:root {
|
|
91
|
-
--root-fs: 26px;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@media screen and (min-width: 700px) and (orientation: portrait) {
|
|
96
|
-
:root {
|
|
97
|
-
--root-fs: 28px;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@media screen and (min-width: 750px) and (orientation: portrait) {
|
|
102
|
-
:root {
|
|
103
|
-
--root-fs: 30px;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@media screen and (min-width: 800px) and (orientation: portrait) {
|
|
108
|
-
:root {
|
|
109
|
-
--root-fs: 28px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
@media screen and (min-width: 850px) and (orientation: portrait) {
|
|
114
|
-
:root {
|
|
115
|
-
--root-fs: 30px;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
@media screen and (min-width: 900px) and (orientation: portrait) {
|
|
120
|
-
:root {
|
|
121
|
-
--root-fs: 32px;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
@media screen and (min-width: 950px) and (orientation: portrait) {
|
|
126
|
-
:root {
|
|
127
|
-
--root-fs: 34px;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
@media screen and (min-width: 1000px) and (orientation: portrait) {
|
|
132
|
-
:root {
|
|
133
|
-
--root-fs: 36px;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@media screen and (min-width: 1024px) and (orientation: portrait) {
|
|
138
|
-
:root {
|
|
139
|
-
--root-fs: 16px;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
html {
|
|
144
|
-
font-size: var(--root-fs, 16px);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@theme {
|
|
149
|
-
--color-*: initial;
|
|
150
|
-
|
|
151
|
-
--color-black: #000000;
|
|
152
|
-
--color-white: #ffffff;
|
|
153
|
-
--color-unset: unset;
|
|
154
|
-
--color-inherit: inherit;
|
|
155
|
-
--color-current: currentColor;
|
|
156
|
-
--color-transparent: transparent;
|
|
157
|
-
|
|
158
|
-
--color-utility-brand-50: #542c0d;
|
|
159
|
-
--color-utility-brand-200: #854a0e;
|
|
160
|
-
--color-utility-brand-500: #eaaa08;
|
|
161
|
-
--color-utility-brand-600: #fac515;
|
|
162
|
-
--color-utility-brand-700: #fde272;
|
|
163
|
-
--color-utility-success-50: #053321;
|
|
164
|
-
--color-utility-success-100: #074d31;
|
|
165
|
-
--color-utility-success-200: #085d3a;
|
|
166
|
-
--color-utility-success-500: #17b26a;
|
|
167
|
-
--color-utility-success-700: #75e0a7;
|
|
168
|
-
--color-utility-blue-50: #102a56;
|
|
169
|
-
--color-utility-blue-200: #1849a9;
|
|
170
|
-
--color-utility-blue-500: #2e90fa;
|
|
171
|
-
--color-utility-blue-700: #84caff;
|
|
172
|
-
--color-utility-error-50: #55160c;
|
|
173
|
-
--color-utility-error-200: #912018;
|
|
174
|
-
--color-utility-error-500: #f04438;
|
|
175
|
-
--color-utility-error-700: #fda29b;
|
|
176
|
-
--color-utility-warning-50: #4e1d09;
|
|
177
|
-
--color-utility-warning-200: #93370d;
|
|
178
|
-
--color-utility-warning-500: #f79009;
|
|
179
|
-
--color-utility-warning-700: #fec84b;
|
|
180
|
-
--color-utility-gray-50: #13161b;
|
|
181
|
-
--color-utility-gray-100: #22262f;
|
|
182
|
-
--color-utility-gray-200: #373a41;
|
|
183
|
-
--color-utility-gray-700: #cecfd2;
|
|
184
|
-
|
|
185
|
-
--color-brand-300: #fde272;
|
|
186
|
-
--color-brand-400: #fac515;
|
|
187
|
-
--color-brand-500: #eaaa08;
|
|
188
|
-
--color-brand-700: #d5b86f;
|
|
189
|
-
--color-brand-800: #22262f;
|
|
190
|
-
--color-brand-950: #542c0d;
|
|
191
|
-
--color-gray-300: #d0d5dd;
|
|
192
|
-
--color-gray-800: #22262f;
|
|
193
|
-
--color-error-200: #fecdca;
|
|
194
|
-
--color-error-400: #f97066;
|
|
195
|
-
--color-error-600: #d92d20;
|
|
196
|
-
--color-error-700: #b42318;
|
|
197
|
-
--color-yellow-400: #fac515;
|
|
198
|
-
--color-yellow-700: #a15c07;
|
|
199
|
-
--color-success-200: #abefc6;
|
|
200
|
-
--color-success-400: #47cd89;
|
|
201
|
-
--color-success-700: #067647;
|
|
202
|
-
--color-success-800: #085d3a;
|
|
203
|
-
--color-cyan-950: #0d2d3a;
|
|
204
|
-
--color-blue-dark-700: #004eeb;
|
|
205
|
-
|
|
206
|
-
--color-button-primary-bg: #fac515;
|
|
207
|
-
--color-button-primary-fg: #542c0d;
|
|
208
|
-
--color-button-primary-border: #fac515;
|
|
209
|
-
--color-button-secondary-bg: #13161b;
|
|
210
|
-
--color-button-secondary-fg: #fac515;
|
|
211
|
-
--color-button-secondary-border: #fac515;
|
|
212
|
-
--color-button-tertiary-fg: #fac515;
|
|
213
|
-
--color-button-tertiary-error-fg: #fda29b;
|
|
214
|
-
|
|
215
|
-
--color-bg-brand-dark-solid: #351e13;
|
|
216
|
-
--color-bg-brand-solid: #ca8504;
|
|
217
|
-
--color-bg-primary: #0c0e12;
|
|
218
|
-
--color-bg-primary-900: #0c0e12;
|
|
219
|
-
--color-bg-primary-hover: #22262f;
|
|
220
|
-
--color-bg-primary-alt: #13161b;
|
|
221
|
-
--color-bg-brand-secondary: #db9d29;
|
|
222
|
-
--color-bg-brand-secondary-alt: #22262f;
|
|
223
|
-
--color-bg-secondary: #13161b;
|
|
224
|
-
--color-bg-secondary-alt: #0c0e12;
|
|
225
|
-
--color-bg-tertiary: #22262f;
|
|
226
|
-
--color-bg-quaternary: #373a41;
|
|
227
|
-
--color-bg-active: #22262f;
|
|
228
|
-
--color-bg-disabled: #1f242f;
|
|
229
|
-
--color-bg-disabled-subtle: #13161b;
|
|
230
|
-
--color-bg-success-secondary: #079455;
|
|
231
|
-
--color-bg-overlay: #22262f;
|
|
232
|
-
--color-bg-error-secondary: #d92d20;
|
|
233
|
-
--color-bg-warning-secondary: #dc6803;
|
|
234
|
-
--color-bg-dark: #202020;
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
--color-jackpot-rays-primary: var(--color-bg-tertiary);
|
|
238
|
-
--color-jackpot-rays-secondary: var(--color-bg-quaternary);
|
|
239
|
-
--color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
|
|
240
|
-
--color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
--color-text-brand: #feee95;
|
|
244
|
-
--color-text-brand-700: #a15c07;
|
|
245
|
-
--color-text-brand-primary-600: #eaaa08;
|
|
246
|
-
--color-text-primary-900: #f5f5f6;
|
|
247
|
-
--color-text-primary-brand: #f5f5f6;
|
|
248
|
-
--color-text-primary-success: #17b26a;
|
|
249
|
-
--color-text-secondary-700: #cecfd2;
|
|
250
|
-
--color-text-tertiary-600: #94969c;
|
|
251
|
-
--color-text-tertiary-hover: #cecfd2;
|
|
252
|
-
--color-text-quarterary-brand: #94969c;
|
|
253
|
-
--color-text-quarterary-500: #94969c;
|
|
254
|
-
--color-text-senary-300: #61646c;
|
|
255
|
-
--color-text-quinary: #85888e;
|
|
256
|
-
--color-text-disabled: #85888e;
|
|
257
|
-
--color-text-disabled-subtle: #d0d5dd;
|
|
258
|
-
--color-text-placeholder: #85888e;
|
|
259
|
-
--color-text-placeholder-subtle: #373a41;
|
|
260
|
-
--color-text-nav-item-button-icon: #94969c;
|
|
261
|
-
--color-text-nav-item-button-icon-active: #ececed;
|
|
262
|
-
--color-text-success-primary: #17b26a;
|
|
263
|
-
--color-text-success-primary-600: #47cd89;
|
|
264
|
-
--color-text-warning-primary: #f79009;
|
|
265
|
-
--color-text-warning-primary-600: #fdb022;
|
|
266
|
-
--color-text-error-primary: #f04438;
|
|
267
|
-
--color-dark-text: #cccccc;
|
|
268
|
-
|
|
269
|
-
--color-text-featured-icon-light-success: #abefc6;
|
|
270
|
-
--color-text-featured-icon-light-error: #fecdca;
|
|
271
|
-
--color-text-featured-icon-light-warning: #fedf89;
|
|
272
|
-
--color-text-featured-icon-light-warning: #fedf89;
|
|
273
|
-
--color-text-featured-icon-light-brand: #E4D5A4;
|
|
274
|
-
|
|
275
|
-
--color-border-primary: #373a41;
|
|
276
|
-
--color-border-secondary: #22262f;
|
|
277
|
-
--color-border-disabled: #373a41;
|
|
278
|
-
--color-border-disabled-subtle: #22262f;
|
|
279
|
-
--color-border-brand: #fac515;
|
|
280
|
-
--color-border-brand-dark: #6b4328;
|
|
281
|
-
--color-border-brand-solid: #ca8504;
|
|
282
|
-
--color-border-dark: #373A41;
|
|
283
|
-
|
|
284
|
-
/* Checkbox */
|
|
285
|
-
|
|
286
|
-
--color-border-checkbox-primary: #373a41;
|
|
287
|
-
--color-bg-checkbox-primary: var(--color-bg-primary);
|
|
288
|
-
--color-border-checkbox-checked-primary: var(--color-border-brand-solid);
|
|
289
|
-
--color-bg-checkbox-checked-primary: var(--color-bg-brand-solid);
|
|
290
|
-
--color-text-checkbox-indicator-primary: #0d2d3a;
|
|
291
|
-
--color-text-checkbox-label-primary: var(--color-text-secondary-700);
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
/* Progress Bar */
|
|
295
|
-
|
|
296
|
-
--color-bg-progress-bar-track-primary: var(--color-bg-primary);
|
|
297
|
-
--color-bg-progress-bar-range-primary: var(--color-brand-400);
|
|
298
|
-
|
|
299
|
-
/* Tabs */
|
|
300
|
-
|
|
301
|
-
--color-border-tab-list-primary: var(--color-border-secondary);
|
|
302
|
-
--color-bg-tab-list-primary: var(--color-bg-secondary-alt);
|
|
303
|
-
--color-bg-tab-indicator-primary: var(--color-bg-primary-hover);
|
|
304
|
-
--color-text-tab-trigger-primary: var(--color-text-quarterary-500);
|
|
305
|
-
--color-text-tab-trigger-selected-primary: var(--color-text-primary-brand);
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
/* Segment */
|
|
309
|
-
|
|
310
|
-
--color-border-segment-root-primary: var(--color-border-secondary);
|
|
311
|
-
--color-bg-segment-root-primary: var(--color-bg-secondary-alt);
|
|
312
|
-
--color-bg-segment-indicator-primary: var(--color-bg-primary-hover);
|
|
313
|
-
--color-text-segment-item-primary: var(--color-text-quarterary-500);
|
|
314
|
-
--color-text-segment-item-checked-primary: var(--color-text-primary-brand);
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
--color-bg-lock: #161B26;
|
|
320
|
-
--color-border-lock: #333741;
|
|
321
|
-
--color-text-lock: #85888E;
|
|
322
|
-
|
|
323
|
-
--color-border-badge: #373A41;
|
|
324
|
-
--color-bg-badge: #13161B;
|
|
325
|
-
--color-text-badge: #CECFD2;
|
|
326
|
-
|
|
327
|
-
--color-border-wagering-popup: transparent;
|
|
328
|
-
--color-bg-wagering-stage-popup: #13161b;
|
|
329
|
-
--color-border-wagering-stage-popup: transparent;
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
--font-sans: var(--font-sans);
|
|
333
|
-
--font-mono: var(--font-mono);
|
|
334
|
-
|
|
335
|
-
--text-2xs: 0.625rem;
|
|
336
|
-
--text-2xs--line-height: 1.125rem;
|
|
337
|
-
--text-3xs: 0.5rem;
|
|
338
|
-
--text-3xs--line-height: 0.75rem;
|
|
339
|
-
|
|
340
|
-
--spacing-safe-area-inset-top: var(--safe-area-inset-top);
|
|
341
|
-
--spacing-safe-area-inset-left: var(--safe-area-inset-left);
|
|
342
|
-
--spacing-safe-area-inset-right: var(--safe-area-inset-right);
|
|
343
|
-
--spacing-safe-area-inset-bottom: var(--safe-area-inset-bottom);
|
|
344
|
-
--spacing-4\.5: 1.125rem;
|
|
345
|
-
--spacing-5\.5: 1.375rem;
|
|
346
|
-
--spacing-6\.5: 1.625rem;
|
|
347
|
-
--spacing-7\.5: 1.875rem;
|
|
348
|
-
--spacing-8\.5: 2.25rem;
|
|
349
|
-
--spacing-9\.5: 2.375rem;
|
|
350
|
-
--spacing-13: 3.25rem;
|
|
351
|
-
--spacing-18: 4.5rem;
|
|
352
|
-
--spacing-xxs: 0.125rem;
|
|
353
|
-
--spacing-xs: 0.25rem;
|
|
354
|
-
--spacing-sm: 0.375rem;
|
|
355
|
-
--spacing-md: 0.5rem;
|
|
356
|
-
--spacing-lg: 0.75rem;
|
|
357
|
-
--spacing-xl: 1rem;
|
|
358
|
-
--spacing-2xl: 1.25rem;
|
|
359
|
-
--spacing-3xl: 1.5rem;
|
|
360
|
-
--spacing-4xl: 2rem;
|
|
361
|
-
--spacing-5xl: 2.5rem;
|
|
362
|
-
--spacing-6xl: 3rem;
|
|
363
|
-
--spacing-7xl: 4rem;
|
|
364
|
-
--spacing-8xl: 5rem;
|
|
365
|
-
|
|
366
|
-
--radius-xs: 0.25rem;
|
|
367
|
-
--radius-sm: 0.375rem;
|
|
368
|
-
--radius-md: 0.5rem;
|
|
369
|
-
--radius-lg: 0.625rem;
|
|
370
|
-
--radius-xl: 0.75rem;
|
|
371
|
-
--radius-2xl: 1rem;
|
|
372
|
-
|
|
373
|
-
--shadow-*: initial;
|
|
374
|
-
--shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
375
|
-
--shadow-sm:
|
|
376
|
-
0px 1px 2px 0px rgba(16, 24, 40, 0.06),
|
|
377
|
-
0px 1px 3px 0px rgba(16, 24, 40, 0.1);
|
|
378
|
-
--shadow-md:
|
|
379
|
-
0px 2px 4px -2px rgba(16, 24, 40, 0.06),
|
|
380
|
-
0px 4px 8px -2px rgba(16, 24, 40, 0.1);
|
|
381
|
-
--shadow-lg:
|
|
382
|
-
0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
383
|
-
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
384
|
-
--shadow-xl:
|
|
385
|
-
0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
|
386
|
-
0px 8px 8px -4px rgba(16, 24, 40, 0.03);
|
|
387
|
-
--shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
|
|
388
|
-
--shadow-brand-xs:
|
|
389
|
-
0px 1px 2px 0px rgba(16, 24, 40, 0.05),
|
|
390
|
-
0px 0px 0px 4px rgba(250, 197, 21, 0.5);
|
|
391
|
-
--shadow-none: 0 0 #0000;
|
|
392
|
-
|
|
393
|
-
--z-dropdown: 1000;
|
|
394
|
-
--z-sticky: 1100;
|
|
395
|
-
--z-banner: 1200;
|
|
396
|
-
--z-backdrop: 1300;
|
|
397
|
-
--z-drawer: 1400;
|
|
398
|
-
--z-dialog: 1500;
|
|
399
|
-
--z-popover: 1600;
|
|
400
|
-
--z-toast: 1700;
|
|
401
|
-
--z-tooltip: 1800;
|
|
402
|
-
|
|
403
|
-
--animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
404
|
-
--animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
405
|
-
--animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
406
|
-
--animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
407
|
-
--animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
408
|
-
--animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
409
|
-
--animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
410
|
-
--animate-alertdialog-out: alertdialog-out 250ms
|
|
411
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
412
|
-
--animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
413
|
-
--animate-drawer-out-left: drawer-out-left 250ms
|
|
414
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
415
|
-
--animate-drawer-in-right: drawer-in-right 400ms
|
|
416
|
-
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
417
|
-
--animate-drawer-out-right: drawer-out-right 250ms
|
|
418
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
419
|
-
--animate-popover-in-bottom: popover-in-bottom 400ms
|
|
420
|
-
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
421
|
-
--animate-popover-out-bottom: popover-out-bottom 250ms
|
|
422
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
423
|
-
--animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
424
|
-
--animate-popover-out-top: popover-out-top 250ms
|
|
425
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
426
|
-
--animate-popover-in-left: popover-in-left 400ms
|
|
427
|
-
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
428
|
-
--animate-popover-out-left: popover-out-left 250ms
|
|
429
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
430
|
-
--animate-popover-in-right: popover-in-right 400ms
|
|
431
|
-
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
432
|
-
--animate-popover-out-right: popover-out-right 250ms
|
|
433
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
434
|
-
--animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
435
|
-
--animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
436
|
-
--animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
437
|
-
--animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
438
|
-
--animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
439
|
-
--animate-slide-out-right: slide-out-right 250ms
|
|
440
|
-
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
441
|
-
--animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
442
|
-
--animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
443
|
-
--animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
444
|
-
--animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
445
|
-
--animate-marquee: marquee 10s linear infinite forwards;
|
|
446
|
-
|
|
447
|
-
@keyframes fade-in {
|
|
448
|
-
from {
|
|
449
|
-
opacity: 0;
|
|
450
|
-
}
|
|
451
|
-
to {
|
|
452
|
-
opacity: 1;
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
@keyframes fade-out {
|
|
457
|
-
from {
|
|
458
|
-
opacity: 1;
|
|
459
|
-
}
|
|
460
|
-
to {
|
|
461
|
-
opacity: 0;
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
@keyframes dialog-in {
|
|
466
|
-
from {
|
|
467
|
-
opacity: 0;
|
|
468
|
-
transform: scale(0.8);
|
|
469
|
-
}
|
|
470
|
-
to {
|
|
471
|
-
opacity: 1;
|
|
472
|
-
transform: scale(1);
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
@keyframes dialog-out {
|
|
477
|
-
from {
|
|
478
|
-
opacity: 1;
|
|
479
|
-
transform: scale(1);
|
|
480
|
-
}
|
|
481
|
-
to {
|
|
482
|
-
opacity: 0;
|
|
483
|
-
transform: scale(0.8);
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
@keyframes alertdialog-in {
|
|
488
|
-
from {
|
|
489
|
-
opacity: 0;
|
|
490
|
-
transform: translateY(4rem);
|
|
491
|
-
}
|
|
492
|
-
to {
|
|
493
|
-
opacity: 1;
|
|
494
|
-
transform: translateY(0);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
@keyframes alertdialog-out {
|
|
499
|
-
from {
|
|
500
|
-
opacity: 1;
|
|
501
|
-
transform: translateY(0);
|
|
502
|
-
}
|
|
503
|
-
to {
|
|
504
|
-
opacity: 0;
|
|
505
|
-
transform: translateY(4rem);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
@keyframes drawer-in-left {
|
|
510
|
-
from {
|
|
511
|
-
transform: translateX(-100%);
|
|
512
|
-
}
|
|
513
|
-
to {
|
|
514
|
-
transform: translateX(0);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
@keyframes drawer-out-left {
|
|
519
|
-
from {
|
|
520
|
-
transform: translateX(0);
|
|
521
|
-
}
|
|
522
|
-
to {
|
|
523
|
-
transform: translateX(-100%);
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
@keyframes drawer-in-right {
|
|
528
|
-
from {
|
|
529
|
-
transform: translateX(100%);
|
|
530
|
-
}
|
|
531
|
-
to {
|
|
532
|
-
transform: translateX(0);
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
@keyframes drawer-out-right {
|
|
537
|
-
from {
|
|
538
|
-
transform: translateX(0);
|
|
539
|
-
}
|
|
540
|
-
to {
|
|
541
|
-
transform: translateX(100%);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
@keyframes popover-in-bottom {
|
|
546
|
-
from {
|
|
547
|
-
opacity: 0.25;
|
|
548
|
-
transform: translateY(0.5rem);
|
|
549
|
-
}
|
|
550
|
-
to {
|
|
551
|
-
opacity: 1;
|
|
552
|
-
transform: translateY(0);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
@keyframes popover-out-bottom {
|
|
557
|
-
from {
|
|
558
|
-
opacity: 1;
|
|
559
|
-
transform: translateY(0);
|
|
560
|
-
}
|
|
561
|
-
to {
|
|
562
|
-
opacity: 0.25;
|
|
563
|
-
transform: translateY(0.5rem);
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
@keyframes popover-in-top {
|
|
568
|
-
from {
|
|
569
|
-
opacity: 0.25;
|
|
570
|
-
transform: translateY(-0.5rem);
|
|
571
|
-
}
|
|
572
|
-
to {
|
|
573
|
-
opacity: 1;
|
|
574
|
-
transform: translateY(0);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
@keyframes popover-out-top {
|
|
579
|
-
from {
|
|
580
|
-
opacity: 1;
|
|
581
|
-
transform: translateY(0);
|
|
582
|
-
}
|
|
583
|
-
to {
|
|
584
|
-
opacity: 0.25;
|
|
585
|
-
transform: translateY(-0.5rem);
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
@keyframes popover-in-left {
|
|
590
|
-
from {
|
|
591
|
-
opacity: 0.25;
|
|
592
|
-
transform: translateX(-0.5rem);
|
|
593
|
-
}
|
|
594
|
-
to {
|
|
595
|
-
opacity: 1;
|
|
596
|
-
transform: translateX(0);
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
@keyframes popover-out-left {
|
|
601
|
-
from {
|
|
602
|
-
opacity: 1;
|
|
603
|
-
transform: translateX(0);
|
|
604
|
-
}
|
|
605
|
-
to {
|
|
606
|
-
opacity: 0.25;
|
|
607
|
-
transform: translateX(-0.5rem);
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
@keyframes popover-in-right {
|
|
612
|
-
from {
|
|
613
|
-
opacity: 0.25;
|
|
614
|
-
transform: translateX(0.5rem);
|
|
615
|
-
}
|
|
616
|
-
to {
|
|
617
|
-
opacity: 1;
|
|
618
|
-
transform: translateX(0);
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
@keyframes popover-out-right {
|
|
623
|
-
from {
|
|
624
|
-
opacity: 1;
|
|
625
|
-
transform: translateX(0);
|
|
626
|
-
}
|
|
627
|
-
to {
|
|
628
|
-
opacity: 0.25;
|
|
629
|
-
transform: translateX(0.5rem);
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
@keyframes collapse-in {
|
|
634
|
-
from {
|
|
635
|
-
height: 0;
|
|
636
|
-
opacity: 5;
|
|
637
|
-
}
|
|
638
|
-
to {
|
|
639
|
-
height: var(--height);
|
|
640
|
-
opacity: 1;
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
@keyframes collapse-out {
|
|
645
|
-
from {
|
|
646
|
-
height: var(--height);
|
|
647
|
-
opacity: 1;
|
|
648
|
-
}
|
|
649
|
-
to {
|
|
650
|
-
height: 0;
|
|
651
|
-
opacity: 5;
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
@keyframes slide-in-left {
|
|
656
|
-
from {
|
|
657
|
-
transform: translateX(-100%);
|
|
658
|
-
}
|
|
659
|
-
to {
|
|
660
|
-
transform: translateX(0);
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
@keyframes slide-out-left {
|
|
665
|
-
from {
|
|
666
|
-
transform: translateX(0);
|
|
667
|
-
}
|
|
668
|
-
to {
|
|
669
|
-
transform: translateX(-100%);
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
@keyframes slide-in-right {
|
|
674
|
-
from {
|
|
675
|
-
transform: translateX(100%);
|
|
676
|
-
}
|
|
677
|
-
to {
|
|
678
|
-
transform: translateX(0);
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
@keyframes slide-out-right {
|
|
683
|
-
from {
|
|
684
|
-
transform: translateX(0);
|
|
685
|
-
}
|
|
686
|
-
to {
|
|
687
|
-
transform: translateX(100%);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
@keyframes slide-in-down {
|
|
692
|
-
from {
|
|
693
|
-
transform: translateY(-100%);
|
|
694
|
-
}
|
|
695
|
-
to {
|
|
696
|
-
transform: translateY(0);
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
@keyframes slide-out-down {
|
|
701
|
-
from {
|
|
702
|
-
transform: translateY(0);
|
|
703
|
-
}
|
|
704
|
-
to {
|
|
705
|
-
transform: translateY(-100%);
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
@keyframes scale-in {
|
|
710
|
-
from {
|
|
711
|
-
transform: scale(0.85);
|
|
712
|
-
opacity: 0;
|
|
713
|
-
}
|
|
714
|
-
to {
|
|
715
|
-
transform: scale(1);
|
|
716
|
-
opacity: 1;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
@keyframes scale-out {
|
|
721
|
-
from {
|
|
722
|
-
transform: scale(1);
|
|
723
|
-
opacity: 1;
|
|
724
|
-
}
|
|
725
|
-
to {
|
|
726
|
-
transform: scale(0.85);
|
|
727
|
-
opacity: 0;
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
@keyframes marquee {
|
|
732
|
-
to {
|
|
733
|
-
transform: translateX(-100%);
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
@utility z-* {
|
|
739
|
-
z-index: --value(--z-\*, integer);
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
@utility arrow-bg-* {
|
|
743
|
-
--arrow-background: --value(--color-\*, [color]);
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
@utility arrow-size-* {
|
|
747
|
-
--arrow-size: calc(var(--spacing) * --value(integer));
|
|
748
|
-
--arrow-size: --value([\*]);
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
@utility bleed {
|
|
752
|
-
position: relative;
|
|
753
|
-
width: 100dvw;
|
|
754
|
-
left: 50%;
|
|
755
|
-
right: 50%;
|
|
756
|
-
margin-left: -50dvw;
|
|
757
|
-
margin-right: -50dvw;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
@utility not-bleed {
|
|
761
|
-
position: relative;
|
|
762
|
-
width: auto;
|
|
763
|
-
left: auto;
|
|
764
|
-
right: auto;
|
|
765
|
-
margin-left: 0;
|
|
766
|
-
margin-right: 0;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
@custom-variant icon (& svg);
|
|
770
|
-
@custom-variant tr (& tr);
|
|
771
|
-
@custom-variant td (& td);
|
|
772
|
-
@custom-variant th (& th);
|
|
773
|
-
@custom-variant scrollbar (&::-webkit-scrollbar);
|
|
774
|
-
@custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
|
|
775
|
-
@custom-variant scrollbar-track (&::-webkit-scrollbar-track);
|
|
776
|
-
@custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));
|
|
1
|
+
@plugin '@tailwindcss/typography';
|
|
2
|
+
@plugin 'tailwind-zag';
|
|
3
|
+
|
|
4
|
+
@layer base {
|
|
5
|
+
:root {
|
|
6
|
+
--safe-area-inset-top: 0px;
|
|
7
|
+
--safe-area-inset-right: 0px;
|
|
8
|
+
--safe-area-inset-bottom: 0px;
|
|
9
|
+
--safe-area-inset-left: 0px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
html {
|
|
13
|
+
@apply scheme-light dark:scheme-dark scroll-smooth;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
body {
|
|
17
|
+
@apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
button {
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
button:disabled,
|
|
25
|
+
button[data-disabled] {
|
|
26
|
+
cursor: not-allowed;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
input,
|
|
30
|
+
input::-webkit-inner-spin-button,
|
|
31
|
+
input::-webkit-outer-spin-button {
|
|
32
|
+
appearance: none;
|
|
33
|
+
-webkit-appearance: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
input::-ms-reveal,
|
|
37
|
+
input::-ms-clear,
|
|
38
|
+
input::-webkit-credentials-auto-fill-button,
|
|
39
|
+
input::-webkit-contacts-auto-fill-button,
|
|
40
|
+
input::-webkit-clear-button,
|
|
41
|
+
input::-webkit-search-clear-button,
|
|
42
|
+
input::-webkit-search-cancel-button,
|
|
43
|
+
input::-webkit-search-decoration,
|
|
44
|
+
input::-webkit-search-results-button,
|
|
45
|
+
input::-webkit-search-results-decoration {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.grecaptcha-badge {
|
|
50
|
+
visibility: hidden !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@media screen and (min-width: 0px) and (orientation: portrait) {
|
|
54
|
+
:root {
|
|
55
|
+
--root-fs: 14px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@media screen and (min-width: 400px) and (orientation: portrait) {
|
|
60
|
+
:root {
|
|
61
|
+
--root-fs: 16px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@media screen and (min-width: 450px) and (orientation: portrait) {
|
|
66
|
+
:root {
|
|
67
|
+
--root-fs: 18px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media screen and (min-width: 500px) and (orientation: portrait) {
|
|
72
|
+
:root {
|
|
73
|
+
--root-fs: 20px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@media screen and (min-width: 550px) and (orientation: portrait) {
|
|
78
|
+
:root {
|
|
79
|
+
--root-fs: 22px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@media screen and (min-width: 600px) and (orientation: portrait) {
|
|
84
|
+
:root {
|
|
85
|
+
--root-fs: 24px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@media screen and (min-width: 650px) and (orientation: portrait) {
|
|
90
|
+
:root {
|
|
91
|
+
--root-fs: 26px;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@media screen and (min-width: 700px) and (orientation: portrait) {
|
|
96
|
+
:root {
|
|
97
|
+
--root-fs: 28px;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@media screen and (min-width: 750px) and (orientation: portrait) {
|
|
102
|
+
:root {
|
|
103
|
+
--root-fs: 30px;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@media screen and (min-width: 800px) and (orientation: portrait) {
|
|
108
|
+
:root {
|
|
109
|
+
--root-fs: 28px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media screen and (min-width: 850px) and (orientation: portrait) {
|
|
114
|
+
:root {
|
|
115
|
+
--root-fs: 30px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
@media screen and (min-width: 900px) and (orientation: portrait) {
|
|
120
|
+
:root {
|
|
121
|
+
--root-fs: 32px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@media screen and (min-width: 950px) and (orientation: portrait) {
|
|
126
|
+
:root {
|
|
127
|
+
--root-fs: 34px;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@media screen and (min-width: 1000px) and (orientation: portrait) {
|
|
132
|
+
:root {
|
|
133
|
+
--root-fs: 36px;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@media screen and (min-width: 1024px) and (orientation: portrait) {
|
|
138
|
+
:root {
|
|
139
|
+
--root-fs: 16px;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
html {
|
|
144
|
+
font-size: var(--root-fs, 16px);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@theme {
|
|
149
|
+
--color-*: initial;
|
|
150
|
+
|
|
151
|
+
--color-black: #000000;
|
|
152
|
+
--color-white: #ffffff;
|
|
153
|
+
--color-unset: unset;
|
|
154
|
+
--color-inherit: inherit;
|
|
155
|
+
--color-current: currentColor;
|
|
156
|
+
--color-transparent: transparent;
|
|
157
|
+
|
|
158
|
+
--color-utility-brand-50: #542c0d;
|
|
159
|
+
--color-utility-brand-200: #854a0e;
|
|
160
|
+
--color-utility-brand-500: #eaaa08;
|
|
161
|
+
--color-utility-brand-600: #fac515;
|
|
162
|
+
--color-utility-brand-700: #fde272;
|
|
163
|
+
--color-utility-success-50: #053321;
|
|
164
|
+
--color-utility-success-100: #074d31;
|
|
165
|
+
--color-utility-success-200: #085d3a;
|
|
166
|
+
--color-utility-success-500: #17b26a;
|
|
167
|
+
--color-utility-success-700: #75e0a7;
|
|
168
|
+
--color-utility-blue-50: #102a56;
|
|
169
|
+
--color-utility-blue-200: #1849a9;
|
|
170
|
+
--color-utility-blue-500: #2e90fa;
|
|
171
|
+
--color-utility-blue-700: #84caff;
|
|
172
|
+
--color-utility-error-50: #55160c;
|
|
173
|
+
--color-utility-error-200: #912018;
|
|
174
|
+
--color-utility-error-500: #f04438;
|
|
175
|
+
--color-utility-error-700: #fda29b;
|
|
176
|
+
--color-utility-warning-50: #4e1d09;
|
|
177
|
+
--color-utility-warning-200: #93370d;
|
|
178
|
+
--color-utility-warning-500: #f79009;
|
|
179
|
+
--color-utility-warning-700: #fec84b;
|
|
180
|
+
--color-utility-gray-50: #13161b;
|
|
181
|
+
--color-utility-gray-100: #22262f;
|
|
182
|
+
--color-utility-gray-200: #373a41;
|
|
183
|
+
--color-utility-gray-700: #cecfd2;
|
|
184
|
+
|
|
185
|
+
--color-brand-300: #fde272;
|
|
186
|
+
--color-brand-400: #fac515;
|
|
187
|
+
--color-brand-500: #eaaa08;
|
|
188
|
+
--color-brand-700: #d5b86f;
|
|
189
|
+
--color-brand-800: #22262f;
|
|
190
|
+
--color-brand-950: #542c0d;
|
|
191
|
+
--color-gray-300: #d0d5dd;
|
|
192
|
+
--color-gray-800: #22262f;
|
|
193
|
+
--color-error-200: #fecdca;
|
|
194
|
+
--color-error-400: #f97066;
|
|
195
|
+
--color-error-600: #d92d20;
|
|
196
|
+
--color-error-700: #b42318;
|
|
197
|
+
--color-yellow-400: #fac515;
|
|
198
|
+
--color-yellow-700: #a15c07;
|
|
199
|
+
--color-success-200: #abefc6;
|
|
200
|
+
--color-success-400: #47cd89;
|
|
201
|
+
--color-success-700: #067647;
|
|
202
|
+
--color-success-800: #085d3a;
|
|
203
|
+
--color-cyan-950: #0d2d3a;
|
|
204
|
+
--color-blue-dark-700: #004eeb;
|
|
205
|
+
|
|
206
|
+
--color-button-primary-bg: #fac515;
|
|
207
|
+
--color-button-primary-fg: #542c0d;
|
|
208
|
+
--color-button-primary-border: #fac515;
|
|
209
|
+
--color-button-secondary-bg: #13161b;
|
|
210
|
+
--color-button-secondary-fg: #fac515;
|
|
211
|
+
--color-button-secondary-border: #fac515;
|
|
212
|
+
--color-button-tertiary-fg: #fac515;
|
|
213
|
+
--color-button-tertiary-error-fg: #fda29b;
|
|
214
|
+
|
|
215
|
+
--color-bg-brand-dark-solid: #351e13;
|
|
216
|
+
--color-bg-brand-solid: #ca8504;
|
|
217
|
+
--color-bg-primary: #0c0e12;
|
|
218
|
+
--color-bg-primary-900: #0c0e12;
|
|
219
|
+
--color-bg-primary-hover: #22262f;
|
|
220
|
+
--color-bg-primary-alt: #13161b;
|
|
221
|
+
--color-bg-brand-secondary: #db9d29;
|
|
222
|
+
--color-bg-brand-secondary-alt: #22262f;
|
|
223
|
+
--color-bg-secondary: #13161b;
|
|
224
|
+
--color-bg-secondary-alt: #0c0e12;
|
|
225
|
+
--color-bg-tertiary: #22262f;
|
|
226
|
+
--color-bg-quaternary: #373a41;
|
|
227
|
+
--color-bg-active: #22262f;
|
|
228
|
+
--color-bg-disabled: #1f242f;
|
|
229
|
+
--color-bg-disabled-subtle: #13161b;
|
|
230
|
+
--color-bg-success-secondary: #079455;
|
|
231
|
+
--color-bg-overlay: #22262f;
|
|
232
|
+
--color-bg-error-secondary: #d92d20;
|
|
233
|
+
--color-bg-warning-secondary: #dc6803;
|
|
234
|
+
--color-bg-dark: #202020;
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
--color-jackpot-rays-primary: var(--color-bg-tertiary);
|
|
238
|
+
--color-jackpot-rays-secondary: var(--color-bg-quaternary);
|
|
239
|
+
--color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
|
|
240
|
+
--color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
--color-text-brand: #feee95;
|
|
244
|
+
--color-text-brand-700: #a15c07;
|
|
245
|
+
--color-text-brand-primary-600: #eaaa08;
|
|
246
|
+
--color-text-primary-900: #f5f5f6;
|
|
247
|
+
--color-text-primary-brand: #f5f5f6;
|
|
248
|
+
--color-text-primary-success: #17b26a;
|
|
249
|
+
--color-text-secondary-700: #cecfd2;
|
|
250
|
+
--color-text-tertiary-600: #94969c;
|
|
251
|
+
--color-text-tertiary-hover: #cecfd2;
|
|
252
|
+
--color-text-quarterary-brand: #94969c;
|
|
253
|
+
--color-text-quarterary-500: #94969c;
|
|
254
|
+
--color-text-senary-300: #61646c;
|
|
255
|
+
--color-text-quinary: #85888e;
|
|
256
|
+
--color-text-disabled: #85888e;
|
|
257
|
+
--color-text-disabled-subtle: #d0d5dd;
|
|
258
|
+
--color-text-placeholder: #85888e;
|
|
259
|
+
--color-text-placeholder-subtle: #373a41;
|
|
260
|
+
--color-text-nav-item-button-icon: #94969c;
|
|
261
|
+
--color-text-nav-item-button-icon-active: #ececed;
|
|
262
|
+
--color-text-success-primary: #17b26a;
|
|
263
|
+
--color-text-success-primary-600: #47cd89;
|
|
264
|
+
--color-text-warning-primary: #f79009;
|
|
265
|
+
--color-text-warning-primary-600: #fdb022;
|
|
266
|
+
--color-text-error-primary: #f04438;
|
|
267
|
+
--color-dark-text: #cccccc;
|
|
268
|
+
|
|
269
|
+
--color-text-featured-icon-light-success: #abefc6;
|
|
270
|
+
--color-text-featured-icon-light-error: #fecdca;
|
|
271
|
+
--color-text-featured-icon-light-warning: #fedf89;
|
|
272
|
+
--color-text-featured-icon-light-warning: #fedf89;
|
|
273
|
+
--color-text-featured-icon-light-brand: #E4D5A4;
|
|
274
|
+
|
|
275
|
+
--color-border-primary: #373a41;
|
|
276
|
+
--color-border-secondary: #22262f;
|
|
277
|
+
--color-border-disabled: #373a41;
|
|
278
|
+
--color-border-disabled-subtle: #22262f;
|
|
279
|
+
--color-border-brand: #fac515;
|
|
280
|
+
--color-border-brand-dark: #6b4328;
|
|
281
|
+
--color-border-brand-solid: #ca8504;
|
|
282
|
+
--color-border-dark: #373A41;
|
|
283
|
+
|
|
284
|
+
/* Checkbox */
|
|
285
|
+
|
|
286
|
+
--color-border-checkbox-primary: #373a41;
|
|
287
|
+
--color-bg-checkbox-primary: var(--color-bg-primary);
|
|
288
|
+
--color-border-checkbox-checked-primary: var(--color-border-brand-solid);
|
|
289
|
+
--color-bg-checkbox-checked-primary: var(--color-bg-brand-solid);
|
|
290
|
+
--color-text-checkbox-indicator-primary: #0d2d3a;
|
|
291
|
+
--color-text-checkbox-label-primary: var(--color-text-secondary-700);
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
/* Progress Bar */
|
|
295
|
+
|
|
296
|
+
--color-bg-progress-bar-track-primary: var(--color-bg-primary);
|
|
297
|
+
--color-bg-progress-bar-range-primary: var(--color-brand-400);
|
|
298
|
+
|
|
299
|
+
/* Tabs */
|
|
300
|
+
|
|
301
|
+
--color-border-tab-list-primary: var(--color-border-secondary);
|
|
302
|
+
--color-bg-tab-list-primary: var(--color-bg-secondary-alt);
|
|
303
|
+
--color-bg-tab-indicator-primary: var(--color-bg-primary-hover);
|
|
304
|
+
--color-text-tab-trigger-primary: var(--color-text-quarterary-500);
|
|
305
|
+
--color-text-tab-trigger-selected-primary: var(--color-text-primary-brand);
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
/* Segment */
|
|
309
|
+
|
|
310
|
+
--color-border-segment-root-primary: var(--color-border-secondary);
|
|
311
|
+
--color-bg-segment-root-primary: var(--color-bg-secondary-alt);
|
|
312
|
+
--color-bg-segment-indicator-primary: var(--color-bg-primary-hover);
|
|
313
|
+
--color-text-segment-item-primary: var(--color-text-quarterary-500);
|
|
314
|
+
--color-text-segment-item-checked-primary: var(--color-text-primary-brand);
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
--color-bg-lock: #161B26;
|
|
320
|
+
--color-border-lock: #333741;
|
|
321
|
+
--color-text-lock: #85888E;
|
|
322
|
+
|
|
323
|
+
--color-border-badge: #373A41;
|
|
324
|
+
--color-bg-badge: #13161B;
|
|
325
|
+
--color-text-badge: #CECFD2;
|
|
326
|
+
|
|
327
|
+
--color-border-wagering-popup: transparent;
|
|
328
|
+
--color-bg-wagering-stage-popup: #13161b;
|
|
329
|
+
--color-border-wagering-stage-popup: transparent;
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
--font-sans: var(--font-sans);
|
|
333
|
+
--font-mono: var(--font-mono);
|
|
334
|
+
|
|
335
|
+
--text-2xs: 0.625rem;
|
|
336
|
+
--text-2xs--line-height: 1.125rem;
|
|
337
|
+
--text-3xs: 0.5rem;
|
|
338
|
+
--text-3xs--line-height: 0.75rem;
|
|
339
|
+
|
|
340
|
+
--spacing-safe-area-inset-top: var(--safe-area-inset-top);
|
|
341
|
+
--spacing-safe-area-inset-left: var(--safe-area-inset-left);
|
|
342
|
+
--spacing-safe-area-inset-right: var(--safe-area-inset-right);
|
|
343
|
+
--spacing-safe-area-inset-bottom: var(--safe-area-inset-bottom);
|
|
344
|
+
--spacing-4\.5: 1.125rem;
|
|
345
|
+
--spacing-5\.5: 1.375rem;
|
|
346
|
+
--spacing-6\.5: 1.625rem;
|
|
347
|
+
--spacing-7\.5: 1.875rem;
|
|
348
|
+
--spacing-8\.5: 2.25rem;
|
|
349
|
+
--spacing-9\.5: 2.375rem;
|
|
350
|
+
--spacing-13: 3.25rem;
|
|
351
|
+
--spacing-18: 4.5rem;
|
|
352
|
+
--spacing-xxs: 0.125rem;
|
|
353
|
+
--spacing-xs: 0.25rem;
|
|
354
|
+
--spacing-sm: 0.375rem;
|
|
355
|
+
--spacing-md: 0.5rem;
|
|
356
|
+
--spacing-lg: 0.75rem;
|
|
357
|
+
--spacing-xl: 1rem;
|
|
358
|
+
--spacing-2xl: 1.25rem;
|
|
359
|
+
--spacing-3xl: 1.5rem;
|
|
360
|
+
--spacing-4xl: 2rem;
|
|
361
|
+
--spacing-5xl: 2.5rem;
|
|
362
|
+
--spacing-6xl: 3rem;
|
|
363
|
+
--spacing-7xl: 4rem;
|
|
364
|
+
--spacing-8xl: 5rem;
|
|
365
|
+
|
|
366
|
+
--radius-xs: 0.25rem;
|
|
367
|
+
--radius-sm: 0.375rem;
|
|
368
|
+
--radius-md: 0.5rem;
|
|
369
|
+
--radius-lg: 0.625rem;
|
|
370
|
+
--radius-xl: 0.75rem;
|
|
371
|
+
--radius-2xl: 1rem;
|
|
372
|
+
|
|
373
|
+
--shadow-*: initial;
|
|
374
|
+
--shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
375
|
+
--shadow-sm:
|
|
376
|
+
0px 1px 2px 0px rgba(16, 24, 40, 0.06),
|
|
377
|
+
0px 1px 3px 0px rgba(16, 24, 40, 0.1);
|
|
378
|
+
--shadow-md:
|
|
379
|
+
0px 2px 4px -2px rgba(16, 24, 40, 0.06),
|
|
380
|
+
0px 4px 8px -2px rgba(16, 24, 40, 0.1);
|
|
381
|
+
--shadow-lg:
|
|
382
|
+
0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
383
|
+
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
384
|
+
--shadow-xl:
|
|
385
|
+
0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
|
386
|
+
0px 8px 8px -4px rgba(16, 24, 40, 0.03);
|
|
387
|
+
--shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
|
|
388
|
+
--shadow-brand-xs:
|
|
389
|
+
0px 1px 2px 0px rgba(16, 24, 40, 0.05),
|
|
390
|
+
0px 0px 0px 4px rgba(250, 197, 21, 0.5);
|
|
391
|
+
--shadow-none: 0 0 #0000;
|
|
392
|
+
|
|
393
|
+
--z-dropdown: 1000;
|
|
394
|
+
--z-sticky: 1100;
|
|
395
|
+
--z-banner: 1200;
|
|
396
|
+
--z-backdrop: 1300;
|
|
397
|
+
--z-drawer: 1400;
|
|
398
|
+
--z-dialog: 1500;
|
|
399
|
+
--z-popover: 1600;
|
|
400
|
+
--z-toast: 1700;
|
|
401
|
+
--z-tooltip: 1800;
|
|
402
|
+
|
|
403
|
+
--animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
404
|
+
--animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
405
|
+
--animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
406
|
+
--animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
407
|
+
--animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
408
|
+
--animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
409
|
+
--animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
410
|
+
--animate-alertdialog-out: alertdialog-out 250ms
|
|
411
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
412
|
+
--animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
413
|
+
--animate-drawer-out-left: drawer-out-left 250ms
|
|
414
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
415
|
+
--animate-drawer-in-right: drawer-in-right 400ms
|
|
416
|
+
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
417
|
+
--animate-drawer-out-right: drawer-out-right 250ms
|
|
418
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
419
|
+
--animate-popover-in-bottom: popover-in-bottom 400ms
|
|
420
|
+
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
421
|
+
--animate-popover-out-bottom: popover-out-bottom 250ms
|
|
422
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
423
|
+
--animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
424
|
+
--animate-popover-out-top: popover-out-top 250ms
|
|
425
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
426
|
+
--animate-popover-in-left: popover-in-left 400ms
|
|
427
|
+
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
428
|
+
--animate-popover-out-left: popover-out-left 250ms
|
|
429
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
430
|
+
--animate-popover-in-right: popover-in-right 400ms
|
|
431
|
+
cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
432
|
+
--animate-popover-out-right: popover-out-right 250ms
|
|
433
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
434
|
+
--animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
435
|
+
--animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
436
|
+
--animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
437
|
+
--animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
438
|
+
--animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
439
|
+
--animate-slide-out-right: slide-out-right 250ms
|
|
440
|
+
cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
441
|
+
--animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
442
|
+
--animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
443
|
+
--animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
|
444
|
+
--animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
|
|
445
|
+
--animate-marquee: marquee 10s linear infinite forwards;
|
|
446
|
+
|
|
447
|
+
@keyframes fade-in {
|
|
448
|
+
from {
|
|
449
|
+
opacity: 0;
|
|
450
|
+
}
|
|
451
|
+
to {
|
|
452
|
+
opacity: 1;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
@keyframes fade-out {
|
|
457
|
+
from {
|
|
458
|
+
opacity: 1;
|
|
459
|
+
}
|
|
460
|
+
to {
|
|
461
|
+
opacity: 0;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
@keyframes dialog-in {
|
|
466
|
+
from {
|
|
467
|
+
opacity: 0;
|
|
468
|
+
transform: scale(0.8);
|
|
469
|
+
}
|
|
470
|
+
to {
|
|
471
|
+
opacity: 1;
|
|
472
|
+
transform: scale(1);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@keyframes dialog-out {
|
|
477
|
+
from {
|
|
478
|
+
opacity: 1;
|
|
479
|
+
transform: scale(1);
|
|
480
|
+
}
|
|
481
|
+
to {
|
|
482
|
+
opacity: 0;
|
|
483
|
+
transform: scale(0.8);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
@keyframes alertdialog-in {
|
|
488
|
+
from {
|
|
489
|
+
opacity: 0;
|
|
490
|
+
transform: translateY(4rem);
|
|
491
|
+
}
|
|
492
|
+
to {
|
|
493
|
+
opacity: 1;
|
|
494
|
+
transform: translateY(0);
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
@keyframes alertdialog-out {
|
|
499
|
+
from {
|
|
500
|
+
opacity: 1;
|
|
501
|
+
transform: translateY(0);
|
|
502
|
+
}
|
|
503
|
+
to {
|
|
504
|
+
opacity: 0;
|
|
505
|
+
transform: translateY(4rem);
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
@keyframes drawer-in-left {
|
|
510
|
+
from {
|
|
511
|
+
transform: translateX(-100%);
|
|
512
|
+
}
|
|
513
|
+
to {
|
|
514
|
+
transform: translateX(0);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
@keyframes drawer-out-left {
|
|
519
|
+
from {
|
|
520
|
+
transform: translateX(0);
|
|
521
|
+
}
|
|
522
|
+
to {
|
|
523
|
+
transform: translateX(-100%);
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
@keyframes drawer-in-right {
|
|
528
|
+
from {
|
|
529
|
+
transform: translateX(100%);
|
|
530
|
+
}
|
|
531
|
+
to {
|
|
532
|
+
transform: translateX(0);
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@keyframes drawer-out-right {
|
|
537
|
+
from {
|
|
538
|
+
transform: translateX(0);
|
|
539
|
+
}
|
|
540
|
+
to {
|
|
541
|
+
transform: translateX(100%);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
@keyframes popover-in-bottom {
|
|
546
|
+
from {
|
|
547
|
+
opacity: 0.25;
|
|
548
|
+
transform: translateY(0.5rem);
|
|
549
|
+
}
|
|
550
|
+
to {
|
|
551
|
+
opacity: 1;
|
|
552
|
+
transform: translateY(0);
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
@keyframes popover-out-bottom {
|
|
557
|
+
from {
|
|
558
|
+
opacity: 1;
|
|
559
|
+
transform: translateY(0);
|
|
560
|
+
}
|
|
561
|
+
to {
|
|
562
|
+
opacity: 0.25;
|
|
563
|
+
transform: translateY(0.5rem);
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
@keyframes popover-in-top {
|
|
568
|
+
from {
|
|
569
|
+
opacity: 0.25;
|
|
570
|
+
transform: translateY(-0.5rem);
|
|
571
|
+
}
|
|
572
|
+
to {
|
|
573
|
+
opacity: 1;
|
|
574
|
+
transform: translateY(0);
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
@keyframes popover-out-top {
|
|
579
|
+
from {
|
|
580
|
+
opacity: 1;
|
|
581
|
+
transform: translateY(0);
|
|
582
|
+
}
|
|
583
|
+
to {
|
|
584
|
+
opacity: 0.25;
|
|
585
|
+
transform: translateY(-0.5rem);
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
@keyframes popover-in-left {
|
|
590
|
+
from {
|
|
591
|
+
opacity: 0.25;
|
|
592
|
+
transform: translateX(-0.5rem);
|
|
593
|
+
}
|
|
594
|
+
to {
|
|
595
|
+
opacity: 1;
|
|
596
|
+
transform: translateX(0);
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@keyframes popover-out-left {
|
|
601
|
+
from {
|
|
602
|
+
opacity: 1;
|
|
603
|
+
transform: translateX(0);
|
|
604
|
+
}
|
|
605
|
+
to {
|
|
606
|
+
opacity: 0.25;
|
|
607
|
+
transform: translateX(-0.5rem);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
@keyframes popover-in-right {
|
|
612
|
+
from {
|
|
613
|
+
opacity: 0.25;
|
|
614
|
+
transform: translateX(0.5rem);
|
|
615
|
+
}
|
|
616
|
+
to {
|
|
617
|
+
opacity: 1;
|
|
618
|
+
transform: translateX(0);
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
@keyframes popover-out-right {
|
|
623
|
+
from {
|
|
624
|
+
opacity: 1;
|
|
625
|
+
transform: translateX(0);
|
|
626
|
+
}
|
|
627
|
+
to {
|
|
628
|
+
opacity: 0.25;
|
|
629
|
+
transform: translateX(0.5rem);
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
@keyframes collapse-in {
|
|
634
|
+
from {
|
|
635
|
+
height: 0;
|
|
636
|
+
opacity: 5;
|
|
637
|
+
}
|
|
638
|
+
to {
|
|
639
|
+
height: var(--height);
|
|
640
|
+
opacity: 1;
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
@keyframes collapse-out {
|
|
645
|
+
from {
|
|
646
|
+
height: var(--height);
|
|
647
|
+
opacity: 1;
|
|
648
|
+
}
|
|
649
|
+
to {
|
|
650
|
+
height: 0;
|
|
651
|
+
opacity: 5;
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
@keyframes slide-in-left {
|
|
656
|
+
from {
|
|
657
|
+
transform: translateX(-100%);
|
|
658
|
+
}
|
|
659
|
+
to {
|
|
660
|
+
transform: translateX(0);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
@keyframes slide-out-left {
|
|
665
|
+
from {
|
|
666
|
+
transform: translateX(0);
|
|
667
|
+
}
|
|
668
|
+
to {
|
|
669
|
+
transform: translateX(-100%);
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
@keyframes slide-in-right {
|
|
674
|
+
from {
|
|
675
|
+
transform: translateX(100%);
|
|
676
|
+
}
|
|
677
|
+
to {
|
|
678
|
+
transform: translateX(0);
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
@keyframes slide-out-right {
|
|
683
|
+
from {
|
|
684
|
+
transform: translateX(0);
|
|
685
|
+
}
|
|
686
|
+
to {
|
|
687
|
+
transform: translateX(100%);
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
@keyframes slide-in-down {
|
|
692
|
+
from {
|
|
693
|
+
transform: translateY(-100%);
|
|
694
|
+
}
|
|
695
|
+
to {
|
|
696
|
+
transform: translateY(0);
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
@keyframes slide-out-down {
|
|
701
|
+
from {
|
|
702
|
+
transform: translateY(0);
|
|
703
|
+
}
|
|
704
|
+
to {
|
|
705
|
+
transform: translateY(-100%);
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
@keyframes scale-in {
|
|
710
|
+
from {
|
|
711
|
+
transform: scale(0.85);
|
|
712
|
+
opacity: 0;
|
|
713
|
+
}
|
|
714
|
+
to {
|
|
715
|
+
transform: scale(1);
|
|
716
|
+
opacity: 1;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
@keyframes scale-out {
|
|
721
|
+
from {
|
|
722
|
+
transform: scale(1);
|
|
723
|
+
opacity: 1;
|
|
724
|
+
}
|
|
725
|
+
to {
|
|
726
|
+
transform: scale(0.85);
|
|
727
|
+
opacity: 0;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
@keyframes marquee {
|
|
732
|
+
to {
|
|
733
|
+
transform: translateX(-100%);
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
@utility z-* {
|
|
739
|
+
z-index: --value(--z-\*, integer);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
@utility arrow-bg-* {
|
|
743
|
+
--arrow-background: --value(--color-\*, [color]);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
@utility arrow-size-* {
|
|
747
|
+
--arrow-size: calc(var(--spacing) * --value(integer));
|
|
748
|
+
--arrow-size: --value([\*]);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
@utility bleed {
|
|
752
|
+
position: relative;
|
|
753
|
+
width: 100dvw;
|
|
754
|
+
left: 50%;
|
|
755
|
+
right: 50%;
|
|
756
|
+
margin-left: -50dvw;
|
|
757
|
+
margin-right: -50dvw;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
@utility not-bleed {
|
|
761
|
+
position: relative;
|
|
762
|
+
width: auto;
|
|
763
|
+
left: auto;
|
|
764
|
+
right: auto;
|
|
765
|
+
margin-left: 0;
|
|
766
|
+
margin-right: 0;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
@custom-variant icon (& svg);
|
|
770
|
+
@custom-variant tr (& tr);
|
|
771
|
+
@custom-variant td (& td);
|
|
772
|
+
@custom-variant th (& th);
|
|
773
|
+
@custom-variant scrollbar (&::-webkit-scrollbar);
|
|
774
|
+
@custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
|
|
775
|
+
@custom-variant scrollbar-track (&::-webkit-scrollbar-track);
|
|
776
|
+
@custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));
|