@bspk/ui 1.0.1 → 1.1.12
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 +5 -0
- package/{Avatar.d.ts → dist/Avatar.d.ts} +2 -2
- package/dist/Avatar.js +27 -0
- package/dist/Avatar.js.map +1 -0
- package/{Badge.d.ts → dist/Badge.d.ts} +2 -2
- package/dist/Badge.js +16 -0
- package/dist/Badge.js.map +1 -0
- package/{BannerAlert.d.ts → dist/BannerAlert.d.ts} +4 -4
- package/dist/BannerAlert.js +20 -0
- package/dist/BannerAlert.js.map +1 -0
- package/{Button.d.ts → dist/Button.d.ts} +1 -1
- package/dist/Button.js +30 -0
- package/dist/Button.js.map +1 -0
- package/{Card.d.ts → dist/Card.d.ts} +2 -2
- package/dist/Card.js +18 -0
- package/dist/Card.js.map +1 -0
- package/{Checkbox.d.ts → dist/Checkbox.d.ts} +2 -2
- package/dist/Checkbox.js +32 -0
- package/dist/Checkbox.js.map +1 -0
- package/{CheckboxGroup.d.ts → dist/CheckboxGroup.d.ts} +1 -1
- package/dist/CheckboxGroup.js +16 -0
- package/dist/CheckboxGroup.js.map +1 -0
- package/{CheckboxOption.d.ts → dist/CheckboxOption.d.ts} +1 -1
- package/dist/CheckboxOption.js +14 -0
- package/dist/CheckboxOption.js.map +1 -0
- package/{Chip.d.ts → dist/Chip.d.ts} +2 -2
- package/dist/Chip.js +22 -0
- package/dist/Chip.js.map +1 -0
- package/{Dialog.d.ts → dist/Dialog.d.ts} +2 -2
- package/dist/Dialog.js +70 -0
- package/dist/Dialog.js.map +1 -0
- package/{Divider.d.ts → dist/Divider.d.ts} +2 -2
- package/dist/Divider.js +26 -0
- package/dist/Divider.js.map +1 -0
- package/{Dropdown.d.ts → dist/Dropdown.d.ts} +2 -2
- package/dist/Dropdown.js +37 -0
- package/dist/Dropdown.js.map +1 -0
- package/{DropdownField.d.ts → dist/DropdownField.d.ts} +1 -1
- package/{DropdownField.js → dist/DropdownField.js} +5 -7
- package/dist/DropdownField.js.map +1 -0
- package/{EmptyState.d.ts → dist/EmptyState.d.ts} +7 -1
- package/dist/EmptyState.js +18 -0
- package/dist/EmptyState.js.map +1 -0
- package/{Fab.d.ts → dist/Fab.d.ts} +2 -2
- package/dist/Fab.js +24 -0
- package/dist/Fab.js.map +1 -0
- package/{FormField.d.ts → dist/FormField.d.ts} +2 -2
- package/dist/FormField.js +27 -0
- package/dist/FormField.js.map +1 -0
- package/{Img.d.ts → dist/Img.d.ts} +1 -1
- package/dist/Img.js +12 -0
- package/dist/Img.js.map +1 -0
- package/{InlineAlert.d.ts → dist/InlineAlert.d.ts} +2 -2
- package/dist/InlineAlert.js +27 -0
- package/dist/InlineAlert.js.map +1 -0
- package/{Layout.d.ts → dist/Layout.d.ts} +1 -1
- package/{Layout.js → dist/Layout.js} +3 -5
- package/dist/Layout.js.map +1 -0
- package/{Link.d.ts → dist/Link.d.ts} +2 -2
- package/dist/Link.js +17 -0
- package/dist/Link.js.map +1 -0
- package/{ListItem.d.ts → dist/ListItem.d.ts} +3 -3
- package/dist/ListItem.js +93 -0
- package/dist/ListItem.js.map +1 -0
- package/{Menu.d.ts → dist/Menu.d.ts} +2 -2
- package/dist/Menu.js +62 -0
- package/dist/Menu.js.map +1 -0
- package/{MenuButton.d.ts → dist/MenuButton.d.ts} +2 -2
- package/dist/MenuButton.js +15 -0
- package/dist/MenuButton.js.map +1 -0
- package/{Modal.d.ts → dist/Modal.d.ts} +2 -2
- package/dist/Modal.js +32 -0
- package/dist/Modal.js.map +1 -0
- package/{NumberField.d.ts → dist/NumberField.d.ts} +1 -1
- package/{NumberField.js → dist/NumberField.js} +5 -7
- package/dist/NumberField.js.map +1 -0
- package/{NumberInput.d.ts → dist/NumberInput.d.ts} +2 -2
- package/dist/NumberInput.js +64 -0
- package/dist/NumberInput.js.map +1 -0
- package/{Popover.d.ts → dist/Popover.d.ts} +2 -2
- package/dist/Popover.js +46 -0
- package/dist/Popover.js.map +1 -0
- package/{Portal.js → dist/Portal.js} +4 -5
- package/dist/Portal.js.map +1 -0
- package/{ProgressBar.d.ts → dist/ProgressBar.d.ts} +2 -2
- package/dist/ProgressBar.js +17 -0
- package/dist/ProgressBar.js.map +1 -0
- package/{ProgressCircle.d.ts → dist/ProgressCircle.d.ts} +3 -3
- package/dist/ProgressCircle.js +30 -0
- package/dist/ProgressCircle.js.map +1 -0
- package/{ProgressionStepper.d.ts → dist/ProgressionStepper.d.ts} +2 -2
- package/dist/ProgressionStepper.js +24 -0
- package/dist/ProgressionStepper.js.map +1 -0
- package/{ProgressionStepperBar.d.ts → dist/ProgressionStepperBar.d.ts} +7 -3
- package/dist/ProgressionStepperBar.js +15 -0
- package/dist/ProgressionStepperBar.js.map +1 -0
- package/{Radio.d.ts → dist/Radio.d.ts} +2 -2
- package/dist/Radio.js +18 -0
- package/dist/Radio.js.map +1 -0
- package/{RadioGroup.d.ts → dist/RadioGroup.d.ts} +1 -1
- package/dist/RadioGroup.js +16 -0
- package/dist/RadioGroup.js.map +1 -0
- package/{RadioOption.d.ts → dist/RadioOption.d.ts} +1 -1
- package/dist/RadioOption.js +14 -0
- package/dist/RadioOption.js.map +1 -0
- package/{SearchBar.d.ts → dist/SearchBar.d.ts} +2 -2
- package/{SearchBar.js → dist/SearchBar.js} +13 -19
- package/dist/SearchBar.js.map +1 -0
- package/{SegmentedControl.d.ts → dist/SegmentedControl.d.ts} +2 -2
- package/dist/SegmentedControl.js +22 -0
- package/dist/SegmentedControl.js.map +1 -0
- package/dist/Skeleton.d.ts +45 -0
- package/dist/Skeleton.js +25 -0
- package/dist/Skeleton.js.map +1 -0
- package/{StylesProviderAnywhere.d.ts → dist/StylesProviderAnywhere.d.ts} +4 -1
- package/dist/StylesProviderAnywhere.js +15 -0
- package/dist/StylesProviderAnywhere.js.map +1 -0
- package/{StylesProviderBetterHomesGardens.d.ts → dist/StylesProviderBetterHomesGardens.d.ts} +4 -1
- package/dist/StylesProviderBetterHomesGardens.js +15 -0
- package/dist/StylesProviderBetterHomesGardens.js.map +1 -0
- package/{StylesProviderCartus.d.ts → dist/StylesProviderCartus.d.ts} +4 -1
- package/dist/StylesProviderCartus.js +15 -0
- package/dist/StylesProviderCartus.js.map +1 -0
- package/{StylesProviderCentury21.d.ts → dist/StylesProviderCentury21.d.ts} +4 -1
- package/dist/StylesProviderCentury21.js +15 -0
- package/dist/StylesProviderCentury21.js.map +1 -0
- package/{StylesProviderColdwellBanker.d.ts → dist/StylesProviderColdwellBanker.d.ts} +4 -1
- package/dist/StylesProviderColdwellBanker.js +15 -0
- package/dist/StylesProviderColdwellBanker.js.map +1 -0
- package/{StylesProviderCorcoran.d.ts → dist/StylesProviderCorcoran.d.ts} +4 -1
- package/dist/StylesProviderCorcoran.js +15 -0
- package/dist/StylesProviderCorcoran.js.map +1 -0
- package/{StylesProviderDenaliBoss.d.ts → dist/StylesProviderDenaliBoss.d.ts} +4 -1
- package/dist/StylesProviderDenaliBoss.js +15 -0
- package/dist/StylesProviderDenaliBoss.js.map +1 -0
- package/{StylesProviderEra.d.ts → dist/StylesProviderEra.d.ts} +4 -1
- package/dist/StylesProviderEra.js +15 -0
- package/dist/StylesProviderEra.js.map +1 -0
- package/{StylesProviderSothebys.d.ts → dist/StylesProviderSothebys.d.ts} +4 -1
- package/dist/StylesProviderSothebys.js +15 -0
- package/dist/StylesProviderSothebys.js.map +1 -0
- package/{Switch.d.ts → dist/Switch.d.ts} +2 -2
- package/dist/Switch.js +21 -0
- package/dist/Switch.js.map +1 -0
- package/{SwitchGroup.d.ts → dist/SwitchGroup.d.ts} +1 -1
- package/dist/SwitchGroup.js +16 -0
- package/dist/SwitchGroup.js.map +1 -0
- package/{SwitchOption.d.ts → dist/SwitchOption.d.ts} +1 -1
- package/dist/SwitchOption.js +14 -0
- package/dist/SwitchOption.js.map +1 -0
- package/{TabGroup.d.ts → dist/TabGroup.d.ts} +2 -2
- package/dist/TabGroup.js +22 -0
- package/dist/TabGroup.js.map +1 -0
- package/{Table.d.ts → dist/Table.d.ts} +2 -2
- package/dist/Table.js +20 -0
- package/dist/Table.js.map +1 -0
- package/{Tag.d.ts → dist/Tag.d.ts} +2 -2
- package/dist/Tag.js +15 -0
- package/dist/Tag.js.map +1 -0
- package/{TextField.d.ts → dist/TextField.d.ts} +1 -1
- package/dist/TextField.js +17 -0
- package/dist/TextField.js.map +1 -0
- package/{TextInput.d.ts → dist/TextInput.d.ts} +2 -2
- package/dist/TextInput.js +23 -0
- package/dist/TextInput.js.map +1 -0
- package/{Textarea.d.ts → dist/Textarea.d.ts} +2 -2
- package/dist/Textarea.js +39 -0
- package/dist/Textarea.js.map +1 -0
- package/{TextareaField.d.ts → dist/TextareaField.d.ts} +1 -1
- package/dist/TextareaField.js +24 -0
- package/dist/TextareaField.js.map +1 -0
- package/{ToggleOption.d.ts → dist/ToggleOption.d.ts} +2 -2
- package/dist/ToggleOption.js +14 -0
- package/dist/ToggleOption.js.map +1 -0
- package/{Tooltip.d.ts → dist/Tooltip.d.ts} +2 -2
- package/dist/Tooltip.js +42 -0
- package/dist/Tooltip.js.map +1 -0
- package/{TopNavigation.d.ts → dist/TopNavigation.d.ts} +2 -2
- package/dist/TopNavigation.js +14 -0
- package/dist/TopNavigation.js.map +1 -0
- package/{Txt.d.ts → dist/Txt.d.ts} +1 -1
- package/{Txt.js → dist/Txt.js} +3 -8
- package/dist/Txt.js.map +1 -0
- package/dist/avatar.css +1 -0
- package/dist/badge.css +1 -0
- package/dist/banner-alert.css +1 -0
- package/dist/base.css +1 -0
- package/dist/button.css +1 -0
- package/dist/card.css +1 -0
- package/dist/checkbox.css +1 -0
- package/dist/chip.css +1 -0
- package/dist/colors.css +1 -0
- package/dist/dialog.css +1 -0
- package/dist/divider.css +1 -0
- package/dist/dropdown.css +1 -0
- package/dist/fab.css +1 -0
- package/dist/form-field.css +1 -0
- package/{hooks → dist/hooks}/useCheckboxGroupState.d.ts +1 -1
- package/{hooks → dist/hooks}/useCheckboxGroupState.js +3 -6
- package/dist/hooks/useCheckboxGroupState.js.map +1 -0
- package/{hooks → dist/hooks}/useCheckboxState.js +2 -5
- package/dist/hooks/useCheckboxState.js.map +1 -0
- package/{hooks → dist/hooks}/useFloating.js +5 -8
- package/dist/hooks/useFloating.js.map +1 -0
- package/{hooks → dist/hooks}/useFloatingMenu.js +6 -9
- package/dist/hooks/useFloatingMenu.js.map +1 -0
- package/{hooks → dist/hooks}/useId.js +4 -7
- package/dist/hooks/useId.js.map +1 -0
- package/{hooks → dist/hooks}/useKeyboardNavigation.js +4 -7
- package/dist/hooks/useKeyboardNavigation.js.map +1 -0
- package/{hooks → dist/hooks}/useLongPress.js +3 -6
- package/dist/hooks/useLongPress.js.map +1 -0
- package/{hooks → dist/hooks}/useModalState.js +3 -6
- package/dist/hooks/useModalState.js.map +1 -0
- package/{hooks → dist/hooks}/useNavOptions.js +4 -7
- package/dist/hooks/useNavOptions.js.map +1 -0
- package/{hooks → dist/hooks}/useOutsideClick.js +2 -5
- package/dist/hooks/useOutsideClick.js.map +1 -0
- package/{hooks → dist/hooks}/useRadioState.js +2 -5
- package/dist/hooks/useRadioState.js.map +1 -0
- package/{hooks → dist/hooks}/useSwitchGroupState.d.ts +1 -1
- package/{hooks → dist/hooks}/useSwitchGroupState.js +3 -6
- package/dist/hooks/useSwitchGroupState.js.map +1 -0
- package/{hooks → dist/hooks}/useTimeout.js +2 -5
- package/dist/hooks/useTimeout.js.map +1 -0
- package/{hooks → dist/hooks}/useValidChildren.js +4 -7
- package/dist/hooks/useValidChildren.js.map +1 -0
- package/{index.js → dist/index.js} +2 -4
- package/dist/index.js.map +1 -0
- package/dist/inline-alert.css +1 -0
- package/dist/link.css +1 -0
- package/dist/list-item.css +1 -0
- package/dist/menu-button.css +1 -0
- package/dist/menu.css +1 -0
- package/dist/modal.css +1 -0
- package/dist/number-input.css +1 -0
- package/dist/popover.css +1 -0
- package/dist/progress-bar.css +1 -0
- package/dist/progress-circle.css +1 -0
- package/dist/progression-stepper-bar.css +1 -0
- package/dist/progression-stepper.css +1 -0
- package/dist/radio.css +1 -0
- package/dist/search-bar.css +1 -0
- package/dist/segmented-control.css +1 -0
- package/dist/skeleton.css +6 -0
- package/dist/switch.css +1 -0
- package/dist/tab-group.css +1 -0
- package/dist/table.css +1 -0
- package/dist/tag.css +1 -0
- package/dist/text-input.css +1 -0
- package/dist/textarea.css +4 -0
- package/dist/toggle-option.css +1 -0
- package/dist/tooltip.css +1 -0
- package/dist/top-navigation.css +1 -0
- package/{utils → dist/utils}/children.js +9 -12
- package/dist/utils/children.js.map +1 -0
- package/dist/utils/colorVariants.d.ts +7 -0
- package/dist/utils/colorVariants.js +22 -0
- package/dist/utils/colorVariants.js.map +1 -0
- package/{utils → dist/utils}/errors.d.ts +1 -1
- package/{utils → dist/utils}/errors.js +20 -12
- package/dist/utils/errors.js.map +1 -0
- package/{utils → dist/utils}/getValidNode.js +2 -5
- package/dist/utils/getValidNode.js.map +1 -0
- package/{utils → dist/utils}/keyboard.js +2 -4
- package/dist/utils/keyboard.js.map +1 -0
- package/dist/utils/placeholder.test.d.ts +1 -0
- package/dist/utils/placeholder.test.js +7 -0
- package/dist/utils/placeholder.test.js.map +1 -0
- package/{utils → dist/utils}/ref.js +2 -4
- package/dist/utils/ref.js.map +1 -0
- package/{utils → dist/utils}/scrollElementIntoView.js +2 -4
- package/dist/utils/scrollElementIntoView.js.map +1 -0
- package/{utils → dist/utils}/srOnly.js +2 -4
- package/dist/utils/srOnly.js.map +1 -0
- package/dist/utils/styleAdd.d.ts +1 -0
- package/dist/utils/styleAdd.js +11 -0
- package/dist/utils/styleAdd.js.map +1 -0
- package/{utils → dist/utils}/tryIntPsrse.js +2 -4
- package/dist/utils/tryIntPsrse.js.map +1 -0
- package/dist/utils/txtVariants.d.ts +7 -0
- package/{utils → dist/utils}/txtVariants.js +7 -4
- package/dist/utils/txtVariants.js.map +1 -0
- package/meta-types.ts +46 -0
- package/meta.ts +465 -0
- package/package.json +31 -20
- package/src/Avatar.tsx +3 -61
- package/src/Badge.tsx +2 -30
- package/src/BannerAlert.tsx +6 -119
- package/src/Button.tsx +3 -228
- package/src/Card.tsx +2 -22
- package/src/Checkbox.tsx +2 -94
- package/src/CheckboxGroup.tsx +2 -2
- package/src/CheckboxOption.tsx +3 -3
- package/src/Chip.tsx +2 -68
- package/src/Dialog.tsx +2 -154
- package/src/Divider.tsx +2 -54
- package/src/Dropdown.tsx +2 -119
- package/src/DropdownField.tsx +3 -2
- package/src/EmptyState.tsx +10 -4
- package/src/Fab.tsx +2 -125
- package/src/FormField.tsx +2 -15
- package/src/Img.tsx +1 -9
- package/src/InlineAlert.tsx +2 -48
- package/src/Layout.tsx +1 -0
- package/src/Link.tsx +2 -23
- package/src/ListItem.tsx +3 -118
- package/src/Menu.tsx +3 -41
- package/src/MenuButton.tsx +2 -17
- package/src/Modal.tsx +3 -24
- package/src/NumberField.tsx +3 -2
- package/src/NumberInput.tsx +2 -126
- package/src/Popover.tsx +3 -110
- package/src/Portal.tsx +1 -0
- package/src/ProgressBar.tsx +2 -49
- package/src/ProgressCircle.tsx +2 -57
- package/src/ProgressionStepper.tsx +2 -175
- package/src/ProgressionStepperBar.tsx +7 -44
- package/src/Radio.tsx +2 -82
- package/src/RadioGroup.tsx +2 -2
- package/src/RadioOption.tsx +3 -3
- package/src/SearchBar.tsx +4 -10
- package/src/SegmentedControl.tsx +2 -116
- package/src/Skeleton.tsx +40 -56
- package/src/StylesProviderAnywhere.tsx +4 -18
- package/src/StylesProviderBetterHomesGardens.tsx +4 -18
- package/src/StylesProviderCartus.tsx +4 -18
- package/src/StylesProviderCentury21.tsx +4 -18
- package/src/StylesProviderColdwellBanker.tsx +4 -18
- package/src/StylesProviderCorcoran.tsx +4 -18
- package/src/StylesProviderDenaliBoss.tsx +4 -18
- package/src/StylesProviderEra.tsx +4 -18
- package/src/StylesProviderSothebys.tsx +4 -18
- package/src/Switch.tsx +2 -66
- package/src/SwitchGroup.tsx +2 -2
- package/src/SwitchOption.tsx +3 -3
- package/src/TabGroup.tsx +2 -100
- package/src/Table.tsx +2 -49
- package/src/Tag.tsx +3 -67
- package/src/TextField.tsx +3 -2
- package/src/TextInput.tsx +2 -152
- package/src/Textarea.tsx +2 -80
- package/src/TextareaField.tsx +3 -2
- package/src/ToggleOption.tsx +2 -79
- package/src/Tooltip.tsx +3 -66
- package/src/TopNavigation.tsx +2 -10
- package/src/Txt.tsx +1 -9
- package/src/avatar.scss +74 -0
- package/src/badge.scss +28 -0
- package/{BannerAlert.js → src/banner-alert.scss} +5 -23
- package/src/{styles/base.css → base.scss} +5 -3
- package/src/button.scss +218 -0
- package/src/card.scss +23 -0
- package/{Checkbox.js → src/checkbox.scss} +9 -34
- package/{Chip.js → src/chip.scss} +3 -24
- package/src/colors.scss +76 -0
- package/{Dialog.js → src/dialog.scss} +7 -76
- package/src/divider.scss +47 -0
- package/{Dropdown.js → src/dropdown.scss} +4 -45
- package/{Fab.js → src/fab.scss} +4 -27
- package/src/form-field.scss +13 -0
- package/src/hooks/useFloating.ts +5 -5
- package/src/inline-alert.scss +51 -0
- package/src/link.scss +21 -0
- package/src/list-item.scss +113 -0
- package/src/menu-button.scss +16 -0
- package/src/menu.scss +36 -0
- package/src/modal.scss +22 -0
- package/src/number-input.scss +128 -0
- package/{Popover.js → src/popover.scss} +10 -49
- package/src/progress-bar.scss +50 -0
- package/src/progress-circle.scss +56 -0
- package/src/progression-stepper-bar.scss +39 -0
- package/{ProgressionStepper.js → src/progression-stepper.scss} +8 -27
- package/{Radio.js → src/radio.scss} +6 -22
- package/src/search-bar.scss +7 -0
- package/{SegmentedControl.js → src/segmented-control.scss} +7 -24
- package/src/skeleton.scss +83 -0
- package/{Switch.js → src/switch.scss} +4 -25
- package/{TabGroup.js → src/tab-group.scss} +9 -26
- package/{Table.js → src/table.scss} +4 -22
- package/{Tag.js → src/tag.scss} +5 -28
- package/{TextInput.js → src/text-input.scss} +7 -31
- package/{Textarea.js → src/textarea.scss} +9 -38
- package/{ToggleOption.js → src/toggle-option.scss} +3 -16
- package/src/tooltip.scss +63 -0
- package/src/top-navigation.scss +5 -0
- package/src/utils/children.ts +1 -1
- package/src/utils/colorVariants.ts +22 -73
- package/src/utils/styleAdd.ts +7 -0
- package/src/utils/txtVariants.ts +8 -27
- package/Accordion.d.ts +0 -20
- package/Accordion.js +0 -18
- package/Accordion.js.map +0 -1
- package/Avatar.js +0 -81
- package/Avatar.js.map +0 -1
- package/Badge.js +0 -43
- package/Badge.js.map +0 -1
- package/BannerAlert.js.map +0 -1
- package/BottomNavigation.d.ts +0 -20
- package/BottomNavigation.js +0 -18
- package/BottomNavigation.js.map +0 -1
- package/BottomSheet.d.ts +0 -20
- package/BottomSheet.js +0 -18
- package/BottomSheet.js.map +0 -1
- package/Breadcrumb.d.ts +0 -20
- package/Breadcrumb.js +0 -18
- package/Breadcrumb.js.map +0 -1
- package/Button.js +0 -254
- package/Button.js.map +0 -1
- package/ButtonDock.d.ts +0 -20
- package/ButtonDock.js +0 -18
- package/ButtonDock.js.map +0 -1
- package/CODE_OF_CONDUCT.md +0 -137
- package/CONTRIBUTING.md +0 -42
- package/Card.js +0 -38
- package/Card.js.map +0 -1
- package/Chart.d.ts +0 -20
- package/Chart.js +0 -18
- package/Chart.js.map +0 -1
- package/Checkbox.js.map +0 -1
- package/CheckboxGroup.js +0 -18
- package/CheckboxGroup.js.map +0 -1
- package/CheckboxOption.js +0 -16
- package/CheckboxOption.js.map +0 -1
- package/Chip.js.map +0 -1
- package/DatePicker.d.ts +0 -20
- package/DatePicker.js +0 -18
- package/DatePicker.js.map +0 -1
- package/Dialog.js.map +0 -1
- package/Divider.js +0 -76
- package/Divider.js.map +0 -1
- package/Drawer.d.ts +0 -20
- package/Drawer.js +0 -18
- package/Drawer.js.map +0 -1
- package/Dropdown.js.map +0 -1
- package/DropdownField.js.map +0 -1
- package/EmptyState.js +0 -20
- package/EmptyState.js.map +0 -1
- package/Fab.js.map +0 -1
- package/FileUpload.d.ts +0 -20
- package/FileUpload.js +0 -18
- package/FileUpload.js.map +0 -1
- package/FormField.js +0 -39
- package/FormField.js.map +0 -1
- package/GUIDELINES.md +0 -41
- package/Image.d.ts +0 -20
- package/Image.js +0 -18
- package/Image.js.map +0 -1
- package/Img.js +0 -20
- package/Img.js.map +0 -1
- package/InlineAlert.js +0 -73
- package/InlineAlert.js.map +0 -1
- package/Layout.js.map +0 -1
- package/Link.js +0 -37
- package/Link.js.map +0 -1
- package/ListItem.js +0 -207
- package/ListItem.js.map +0 -1
- package/Menu.js +0 -98
- package/Menu.js.map +0 -1
- package/MenuButton.js +0 -30
- package/MenuButton.js.map +0 -1
- package/Modal.js +0 -53
- package/Modal.js.map +0 -1
- package/MultiSelection.d.ts +0 -20
- package/MultiSelection.js +0 -18
- package/MultiSelection.js.map +0 -1
- package/NavigationRail.d.ts +0 -20
- package/NavigationRail.js +0 -18
- package/NavigationRail.js.map +0 -1
- package/NumberField.js.map +0 -1
- package/NumberInput.js +0 -188
- package/NumberInput.js.map +0 -1
- package/OTPInput.d.ts +0 -20
- package/OTPInput.js +0 -18
- package/OTPInput.js.map +0 -1
- package/PageControl.d.ts +0 -20
- package/PageControl.js +0 -18
- package/PageControl.js.map +0 -1
- package/PasswordInput.d.ts +0 -20
- package/PasswordInput.js +0 -18
- package/PasswordInput.js.map +0 -1
- package/PhoneNumberInput.d.ts +0 -20
- package/PhoneNumberInput.js +0 -18
- package/PhoneNumberInput.js.map +0 -1
- package/Popover.js.map +0 -1
- package/Portal.js.map +0 -1
- package/ProgressBar.js +0 -64
- package/ProgressBar.js.map +0 -1
- package/ProgressCircle.js +0 -82
- package/ProgressCircle.js.map +0 -1
- package/ProgressionStepper.js.map +0 -1
- package/ProgressionStepperBar.js +0 -51
- package/ProgressionStepperBar.js.map +0 -1
- package/Radio.js.map +0 -1
- package/RadioGroup.js +0 -18
- package/RadioGroup.js.map +0 -1
- package/RadioOption.js +0 -16
- package/RadioOption.js.map +0 -1
- package/Rating.d.ts +0 -16
- package/Rating.js +0 -18
- package/Rating.js.map +0 -1
- package/SearchBar.js.map +0 -1
- package/SegmentedControl.js.map +0 -1
- package/Skeleton.d.ts +0 -28
- package/Skeleton.js +0 -57
- package/Skeleton.js.map +0 -1
- package/SliderInput.d.ts +0 -16
- package/SliderInput.js +0 -18
- package/SliderInput.js.map +0 -1
- package/Snackbar.d.ts +0 -16
- package/Snackbar.js +0 -18
- package/Snackbar.js.map +0 -1
- package/StylesProviderAnywhere.js +0 -29
- package/StylesProviderAnywhere.js.map +0 -1
- package/StylesProviderBetterHomesGardens.js +0 -29
- package/StylesProviderBetterHomesGardens.js.map +0 -1
- package/StylesProviderCartus.js +0 -29
- package/StylesProviderCartus.js.map +0 -1
- package/StylesProviderCentury21.js +0 -29
- package/StylesProviderCentury21.js.map +0 -1
- package/StylesProviderColdwellBanker.js +0 -29
- package/StylesProviderColdwellBanker.js.map +0 -1
- package/StylesProviderCorcoran.js +0 -29
- package/StylesProviderCorcoran.js.map +0 -1
- package/StylesProviderDenaliBoss.js +0 -29
- package/StylesProviderDenaliBoss.js.map +0 -1
- package/StylesProviderEra.js +0 -29
- package/StylesProviderEra.js.map +0 -1
- package/StylesProviderSothebys.js +0 -29
- package/StylesProviderSothebys.js.map +0 -1
- package/Switch.js.map +0 -1
- package/SwitchGroup.js +0 -18
- package/SwitchGroup.js.map +0 -1
- package/SwitchOption.js +0 -16
- package/SwitchOption.js.map +0 -1
- package/TabGroup.js.map +0 -1
- package/Table.js.map +0 -1
- package/Tag.js.map +0 -1
- package/TextField.js +0 -19
- package/TextField.js.map +0 -1
- package/TextInput.js.map +0 -1
- package/Textarea.js.map +0 -1
- package/TextareaField.js +0 -26
- package/TextareaField.js.map +0 -1
- package/TimePicker.d.ts +0 -16
- package/TimePicker.js +0 -18
- package/TimePicker.js.map +0 -1
- package/ToggleOption.js.map +0 -1
- package/Tooltip.js +0 -104
- package/Tooltip.js.map +0 -1
- package/TopNavigation.js +0 -18
- package/TopNavigation.js.map +0 -1
- package/Txt.js.map +0 -1
- package/hooks/useCheckboxGroupState.js.map +0 -1
- package/hooks/useCheckboxState.js.map +0 -1
- package/hooks/useFloating.js.map +0 -1
- package/hooks/useFloatingMenu.js.map +0 -1
- package/hooks/useId.js.map +0 -1
- package/hooks/useKeyboardNavigation.js.map +0 -1
- package/hooks/useLongPress.js.map +0 -1
- package/hooks/useModalState.js.map +0 -1
- package/hooks/useNavOptions.js.map +0 -1
- package/hooks/useOutsideClick.js.map +0 -1
- package/hooks/useRadioState.js.map +0 -1
- package/hooks/useSwitchGroupState.js.map +0 -1
- package/hooks/useTimeout.js.map +0 -1
- package/hooks/useValidChildren.js.map +0 -1
- package/index.js.map +0 -1
- package/meta.d.ts +0 -44
- package/meta.js +0 -5789
- package/meta.js.map +0 -1
- package/src/Accordion.tsx +0 -33
- package/src/BottomNavigation.tsx +0 -33
- package/src/BottomSheet.tsx +0 -33
- package/src/Breadcrumb.tsx +0 -33
- package/src/ButtonDock.tsx +0 -33
- package/src/Chart.tsx +0 -33
- package/src/DatePicker.tsx +0 -33
- package/src/Drawer.tsx +0 -33
- package/src/FileUpload.tsx +0 -33
- package/src/Image.tsx +0 -33
- package/src/MultiSelection.tsx +0 -33
- package/src/NavigationRail.tsx +0 -33
- package/src/OTPInput.tsx +0 -33
- package/src/PageControl.tsx +0 -33
- package/src/PasswordInput.tsx +0 -33
- package/src/PhoneNumberInput.tsx +0 -33
- package/src/Rating.tsx +0 -29
- package/src/SliderInput.tsx +0 -29
- package/src/Snackbar.tsx +0 -29
- package/src/TimePicker.tsx +0 -29
- package/src/meta.ts +0 -6238
- package/src/package.json +0 -3
- package/src/styles/anywhere.css +0 -1693
- package/src/styles/anywhere.ts +0 -1694
- package/src/styles/base.ts +0 -161
- package/src/styles/better-homes-gardens.css +0 -1693
- package/src/styles/better-homes-gardens.ts +0 -1694
- package/src/styles/cartus.css +0 -1691
- package/src/styles/cartus.ts +0 -1692
- package/src/styles/century-21.css +0 -1689
- package/src/styles/century-21.ts +0 -1690
- package/src/styles/coldwell-banker.css +0 -1691
- package/src/styles/coldwell-banker.ts +0 -1692
- package/src/styles/corcoran.css +0 -1685
- package/src/styles/corcoran.ts +0 -1686
- package/src/styles/denali-boss.css +0 -1681
- package/src/styles/denali-boss.ts +0 -1682
- package/src/styles/era.css +0 -1685
- package/src/styles/era.ts +0 -1686
- package/src/styles/sothebys.css +0 -1677
- package/src/styles/sothebys.ts +0 -1678
- package/styles/anywhere.d.ts +0 -2
- package/styles/anywhere.js +0 -1697
- package/styles/anywhere.js.map +0 -1
- package/styles/base.d.ts +0 -2
- package/styles/base.js +0 -164
- package/styles/base.js.map +0 -1
- package/styles/better-homes-gardens.d.ts +0 -2
- package/styles/better-homes-gardens.js +0 -1697
- package/styles/better-homes-gardens.js.map +0 -1
- package/styles/cartus.d.ts +0 -2
- package/styles/cartus.js +0 -1695
- package/styles/cartus.js.map +0 -1
- package/styles/century-21.d.ts +0 -2
- package/styles/century-21.js +0 -1693
- package/styles/century-21.js.map +0 -1
- package/styles/coldwell-banker.d.ts +0 -2
- package/styles/coldwell-banker.js +0 -1695
- package/styles/coldwell-banker.js.map +0 -1
- package/styles/corcoran.d.ts +0 -2
- package/styles/corcoran.js +0 -1689
- package/styles/corcoran.js.map +0 -1
- package/styles/denali-boss.d.ts +0 -2
- package/styles/denali-boss.js +0 -1685
- package/styles/denali-boss.js.map +0 -1
- package/styles/era.d.ts +0 -2
- package/styles/era.js +0 -1689
- package/styles/era.js.map +0 -1
- package/styles/sothebys.d.ts +0 -2
- package/styles/sothebys.js +0 -1681
- package/styles/sothebys.js.map +0 -1
- package/utils/children.js.map +0 -1
- package/utils/colorVariants.d.ts +0 -5
- package/utils/colorVariants.js +0 -61
- package/utils/colorVariants.js.map +0 -1
- package/utils/errors.js.map +0 -1
- package/utils/getValidNode.js.map +0 -1
- package/utils/keyboard.js.map +0 -1
- package/utils/ref.js.map +0 -1
- package/utils/scrollElementIntoView.js.map +0 -1
- package/utils/srOnly.js.map +0 -1
- package/utils/tryIntPsrse.js.map +0 -1
- package/utils/txtVariants.d.ts +0 -2
- package/utils/txtVariants.js.map +0 -1
- /package/{Portal.d.ts → dist/Portal.d.ts} +0 -0
- /package/{hooks → dist/hooks}/useCheckboxState.d.ts +0 -0
- /package/{hooks → dist/hooks}/useFloating.d.ts +0 -0
- /package/{hooks → dist/hooks}/useFloatingMenu.d.ts +0 -0
- /package/{hooks → dist/hooks}/useId.d.ts +0 -0
- /package/{hooks → dist/hooks}/useKeyboardNavigation.d.ts +0 -0
- /package/{hooks → dist/hooks}/useLongPress.d.ts +0 -0
- /package/{hooks → dist/hooks}/useModalState.d.ts +0 -0
- /package/{hooks → dist/hooks}/useNavOptions.d.ts +0 -0
- /package/{hooks → dist/hooks}/useOutsideClick.d.ts +0 -0
- /package/{hooks → dist/hooks}/useRadioState.d.ts +0 -0
- /package/{hooks → dist/hooks}/useTimeout.d.ts +0 -0
- /package/{hooks → dist/hooks}/useValidChildren.d.ts +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{utils → dist/utils}/children.d.ts +0 -0
- /package/{utils → dist/utils}/getValidNode.d.ts +0 -0
- /package/{utils → dist/utils}/keyboard.d.ts +0 -0
- /package/{utils → dist/utils}/ref.d.ts +0 -0
- /package/{utils → dist/utils}/scrollElementIntoView.d.ts +0 -0
- /package/{utils → dist/utils}/srOnly.d.ts +0 -0
- /package/{utils → dist/utils}/tryIntPsrse.d.ts +0 -0
package/src/styles/anywhere.css
DELETED
|
@@ -1,1693 +0,0 @@
|
|
|
1
|
-
/* Generated from figma export: 2025-05-01T18:43:34.841Z */
|
|
2
|
-
|
|
3
|
-
@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
|
4
|
-
body {
|
|
5
|
-
font-family: var(--typeface);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
:root {
|
|
9
|
-
/* Body/Base */
|
|
10
|
-
--body-base: 400 16px/20px var(--typeface);
|
|
11
|
-
/* Body/Base - line height */
|
|
12
|
-
--body-base-line-height: 20px;
|
|
13
|
-
/* Body/Base - size */
|
|
14
|
-
--body-base-size: 16px;
|
|
15
|
-
/* Body/Base - style */
|
|
16
|
-
--body-base-style: regular;
|
|
17
|
-
/* Body/Large */
|
|
18
|
-
--body-large: 400 18px/24px var(--typeface);
|
|
19
|
-
/* Body/Large - line height */
|
|
20
|
-
--body-large-line-height: 24px;
|
|
21
|
-
/* Body/Large - size */
|
|
22
|
-
--body-large-size: 18px;
|
|
23
|
-
/* Body/Large - style */
|
|
24
|
-
--body-large-style: regular;
|
|
25
|
-
/* Body/Small */
|
|
26
|
-
--body-small: 400 14px/20px var(--typeface);
|
|
27
|
-
/* Body/Small - line height */
|
|
28
|
-
--body-small-line-height: 20px;
|
|
29
|
-
/* Body/Small - size */
|
|
30
|
-
--body-small-size: 14px;
|
|
31
|
-
/* Body/Small - style */
|
|
32
|
-
--body-small-style: regular;
|
|
33
|
-
/* Body/X-Small */
|
|
34
|
-
--body-x-small: 400 12px/16px var(--typeface);
|
|
35
|
-
/* Body/X-Small - line height */
|
|
36
|
-
--body-x-small-line-height: 16px;
|
|
37
|
-
/* Body/X-Small - size */
|
|
38
|
-
--body-x-small-size: 12px;
|
|
39
|
-
/* Body/X-Small - style */
|
|
40
|
-
--body-x-small-style: regular;
|
|
41
|
-
/* Colors/Internal/pink-00-light - Global (primitives) */
|
|
42
|
-
--colors-internal-pink-00-light: #ff4f8d;
|
|
43
|
-
/* Colors/Internal/pink-50-dark - Global (primitives) */
|
|
44
|
-
--colors-internal-pink-50-dark: #802847;
|
|
45
|
-
/* Colors/Neutral/00 - Global (primitives) */
|
|
46
|
-
--colors-neutral-00: #000000;
|
|
47
|
-
/* Colors/Neutral/02 - Global (primitives) */
|
|
48
|
-
--colors-neutral-02: #050505;
|
|
49
|
-
/* Colors/Neutral/04 - Global (primitives) */
|
|
50
|
-
--colors-neutral-04: #0a0a0a;
|
|
51
|
-
/* Colors/Neutral/06 - Global (primitives) */
|
|
52
|
-
--colors-neutral-06: #0f0f0f;
|
|
53
|
-
/* Colors/Neutral/08 - Global (primitives) */
|
|
54
|
-
--colors-neutral-08: #141414;
|
|
55
|
-
/* Colors/Neutral/10 - Global (primitives) */
|
|
56
|
-
--colors-neutral-10: #1a1a1a;
|
|
57
|
-
/* Colors/Neutral/100 - Global (primitives) */
|
|
58
|
-
--colors-neutral-100: #ffffff;
|
|
59
|
-
/* Colors/Neutral/12 - Global (primitives) */
|
|
60
|
-
--colors-neutral-12: #1f1f1f;
|
|
61
|
-
/* Colors/Neutral/14 - Global (primitives) */
|
|
62
|
-
--colors-neutral-14: #242424;
|
|
63
|
-
/* Colors/Neutral/16 - Global (primitives) */
|
|
64
|
-
--colors-neutral-16: #292929;
|
|
65
|
-
/* Colors/Neutral/18 - Global (primitives) */
|
|
66
|
-
--colors-neutral-18: #2e2e2e;
|
|
67
|
-
/* Colors/Neutral/20 - Global (primitives) */
|
|
68
|
-
--colors-neutral-20: #333333;
|
|
69
|
-
/* Colors/Neutral/22 - Global (primitives) */
|
|
70
|
-
--colors-neutral-22: #383838;
|
|
71
|
-
/* Colors/Neutral/24 - Global (primitives) */
|
|
72
|
-
--colors-neutral-24: #424242;
|
|
73
|
-
/* Colors/Neutral/26 - Global (primitives) */
|
|
74
|
-
--colors-neutral-26: #424242;
|
|
75
|
-
/* Colors/Neutral/28 - Global (primitives) */
|
|
76
|
-
--colors-neutral-28: #474747;
|
|
77
|
-
/* Colors/Neutral/30 - Global (primitives) */
|
|
78
|
-
--colors-neutral-30: #4d4d4d;
|
|
79
|
-
/* Colors/Neutral/32 - Global (primitives) */
|
|
80
|
-
--colors-neutral-32: #525252;
|
|
81
|
-
/* Colors/Neutral/34 - Global (primitives) */
|
|
82
|
-
--colors-neutral-34: #575757;
|
|
83
|
-
/* Colors/Neutral/36 - Global (primitives) */
|
|
84
|
-
--colors-neutral-36: #5c5c5c;
|
|
85
|
-
/* Colors/Neutral/38 - Global (primitives) */
|
|
86
|
-
--colors-neutral-38: #616161;
|
|
87
|
-
/* Colors/Neutral/40 - Global (primitives) */
|
|
88
|
-
--colors-neutral-40: #666666;
|
|
89
|
-
/* Colors/Neutral/42 - Global (primitives) */
|
|
90
|
-
--colors-neutral-42: #6b6b6b;
|
|
91
|
-
/* Colors/Neutral/44 - Global (primitives) */
|
|
92
|
-
--colors-neutral-44: #707070;
|
|
93
|
-
/* Colors/Neutral/46 - Global (primitives) */
|
|
94
|
-
--colors-neutral-46: #757575;
|
|
95
|
-
/* Colors/Neutral/48 - Global (primitives) */
|
|
96
|
-
--colors-neutral-48: #7a7a7a;
|
|
97
|
-
/* Colors/Neutral/50 - Global (primitives) */
|
|
98
|
-
--colors-neutral-50: #808080;
|
|
99
|
-
/* Colors/Neutral/52 - Global (primitives) */
|
|
100
|
-
--colors-neutral-52: #858585;
|
|
101
|
-
/* Colors/Neutral/54 - Global (primitives) */
|
|
102
|
-
--colors-neutral-54: #8a8a8a;
|
|
103
|
-
/* Colors/Neutral/56 - Global (primitives) */
|
|
104
|
-
--colors-neutral-56: #8f8f8f;
|
|
105
|
-
/* Colors/Neutral/58 - Global (primitives) */
|
|
106
|
-
--colors-neutral-58: #949494;
|
|
107
|
-
/* Colors/Neutral/60 - Global (primitives) */
|
|
108
|
-
--colors-neutral-60: #999999;
|
|
109
|
-
/* Colors/Neutral/62 - Global (primitives) */
|
|
110
|
-
--colors-neutral-62: #9e9e9e;
|
|
111
|
-
/* Colors/Neutral/64 - Global (primitives) */
|
|
112
|
-
--colors-neutral-64: #a3a3a3;
|
|
113
|
-
/* Colors/Neutral/66 - Global (primitives) */
|
|
114
|
-
--colors-neutral-66: #a8a8a8;
|
|
115
|
-
/* Colors/Neutral/68 - Global (primitives) */
|
|
116
|
-
--colors-neutral-68: #adadad;
|
|
117
|
-
/* Colors/Neutral/70 - Global (primitives) */
|
|
118
|
-
--colors-neutral-70: #b3b3b3;
|
|
119
|
-
/* Colors/Neutral/72 - Global (primitives) */
|
|
120
|
-
--colors-neutral-72: #b8b8b8;
|
|
121
|
-
/* Colors/Neutral/74 - Global (primitives) */
|
|
122
|
-
--colors-neutral-74: #bdbdbd;
|
|
123
|
-
/* Colors/Neutral/76 - Global (primitives) */
|
|
124
|
-
--colors-neutral-76: #c2c2c2;
|
|
125
|
-
/* Colors/Neutral/78 - Global (primitives) */
|
|
126
|
-
--colors-neutral-78: #c7c7c7;
|
|
127
|
-
/* Colors/Neutral/80 - Global (primitives) */
|
|
128
|
-
--colors-neutral-80: #cccccc;
|
|
129
|
-
/* Colors/Neutral/82 - Global (primitives) */
|
|
130
|
-
--colors-neutral-82: #d1d1d1;
|
|
131
|
-
/* Colors/Neutral/84 - Global (primitives) */
|
|
132
|
-
--colors-neutral-84: #d6d6d6;
|
|
133
|
-
/* Colors/Neutral/86 - Global (primitives) */
|
|
134
|
-
--colors-neutral-86: #dbdbdb;
|
|
135
|
-
/* Colors/Neutral/88 - Global (primitives) */
|
|
136
|
-
--colors-neutral-88: #e0e0e0;
|
|
137
|
-
/* Colors/Neutral/90 - Global (primitives) */
|
|
138
|
-
--colors-neutral-90: #e6e6e6;
|
|
139
|
-
/* Colors/Neutral/92 - Global (primitives) */
|
|
140
|
-
--colors-neutral-92: #ebebeb;
|
|
141
|
-
/* Colors/Neutral/94 - Global (primitives) */
|
|
142
|
-
--colors-neutral-94: #f0f0f0;
|
|
143
|
-
/* Colors/Neutral/96 - Global (primitives) */
|
|
144
|
-
--colors-neutral-96: #f5f5f5;
|
|
145
|
-
/* Colors/Neutral/98 - Global (primitives) */
|
|
146
|
-
--colors-neutral-98: #fafafa;
|
|
147
|
-
/* Colors/Neutral/transparent - Global (primitives) */
|
|
148
|
-
--colors-neutral-transparent: #ffffff00;
|
|
149
|
-
/* Colors/System/blue-dark - Global (primitives) */
|
|
150
|
-
--colors-system-blue-dark: #5d92f5;
|
|
151
|
-
/* Colors/System/blue-dark-bg - Global (primitives) */
|
|
152
|
-
--colors-system-blue-dark-bg: #0e2754;
|
|
153
|
-
/* Colors/System/blue-light - Global (primitives) */
|
|
154
|
-
--colors-system-blue-light: #276ef1;
|
|
155
|
-
/* Colors/System/blue-light-bg - Global (primitives) */
|
|
156
|
-
--colors-system-blue-light-bg: #dfe9fd;
|
|
157
|
-
/* Colors/System/green-dark - Global (primitives) */
|
|
158
|
-
--colors-system-green-dark: #519f73;
|
|
159
|
-
/* Colors/System/green-dark-bg - Global (primitives) */
|
|
160
|
-
--colors-system-green-dark-bg: #0d2f1c;
|
|
161
|
-
/* Colors/System/green-light - Global (primitives) */
|
|
162
|
-
--colors-system-green-light: #258750;
|
|
163
|
-
/* Colors/System/green-light-bg - Global (primitives) */
|
|
164
|
-
--colors-system-green-light-bg: #d3e7dc;
|
|
165
|
-
/* Colors/System/Links/00-default-light - Global (primitives) */
|
|
166
|
-
--colors-system-links-00-default-light: #215ecd;
|
|
167
|
-
/* Colors/System/Links/10-hover-light - Global (primitives) */
|
|
168
|
-
--colors-system-links-10-hover-light: #1e55b9;
|
|
169
|
-
/* Colors/System/Links/20-press-light - Global (primitives) */
|
|
170
|
-
--colors-system-links-20-press-light: #1a4ba4;
|
|
171
|
-
/* Colors/System/Links/30-active-dark - Global (primitives) */
|
|
172
|
-
--colors-system-links-30-active-dark: #648edc;
|
|
173
|
-
/* Colors/System/Links/30-active-light - Global (primitives) */
|
|
174
|
-
--colors-system-links-30-active-light: #174290;
|
|
175
|
-
/* Colors/System/Links/40-default-dark - Global (primitives) */
|
|
176
|
-
--colors-system-links-40-default-dark: #7a9ee1;
|
|
177
|
-
/* Colors/System/Links/40-disabled-dark - Global (primitives) */
|
|
178
|
-
--colors-system-links-40-disabled-dark: #14387b;
|
|
179
|
-
/* Colors/System/Links/40-disabled-light - Global (primitives) */
|
|
180
|
-
--colors-system-links-40-disabled-light: #7a9ee1;
|
|
181
|
-
/* Colors/System/Links/50-hover-dark - Global (primitives) */
|
|
182
|
-
--colors-system-links-50-hover-dark: #90afe6;
|
|
183
|
-
/* Colors/System/Links/60-press-dark - Global (primitives) */
|
|
184
|
-
--colors-system-links-60-press-dark: #a6bfeb;
|
|
185
|
-
/* Colors/System/red-dark - Global (primitives) */
|
|
186
|
-
--colors-system-red-dark: #e26b7d;
|
|
187
|
-
/* Colors/System/red-dark-bg - Global (primitives) */
|
|
188
|
-
--colors-system-red-dark-bg: #4c141d;
|
|
189
|
-
/* Colors/System/red-light - Global (primitives) */
|
|
190
|
-
--colors-system-red-light: #d83a52;
|
|
191
|
-
/* Colors/System/red-light-bg - Global (primitives) */
|
|
192
|
-
--colors-system-red-light-bg: #f9e1e9;
|
|
193
|
-
/* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */
|
|
194
|
-
--colors-system-spectrum-data-visual-azure-400: #7fc4ec;
|
|
195
|
-
/* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */
|
|
196
|
-
--colors-system-spectrum-data-visual-azure-700: #299de0;
|
|
197
|
-
/* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */
|
|
198
|
-
--colors-system-spectrum-data-visual-backrose-900: #958ca3;
|
|
199
|
-
/* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */
|
|
200
|
-
--colors-system-spectrum-data-visual-blackrose-1200: #130033;
|
|
201
|
-
/* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */
|
|
202
|
-
--colors-system-spectrum-data-visual-bronze-1100: #794b34;
|
|
203
|
-
/* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */
|
|
204
|
-
--colors-system-spectrum-data-visual-bronze-800: #af9385;
|
|
205
|
-
/* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */
|
|
206
|
-
--colors-system-spectrum-data-visual-brown-1200: #7a2a0b;
|
|
207
|
-
/* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */
|
|
208
|
-
--colors-system-spectrum-data-visual-brown-900: #b68a79;
|
|
209
|
-
/* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */
|
|
210
|
-
--colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;
|
|
211
|
-
/* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */
|
|
212
|
-
--colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;
|
|
213
|
-
/* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */
|
|
214
|
-
--colors-system-spectrum-data-visual-cooper-500: #e6b297;
|
|
215
|
-
/* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */
|
|
216
|
-
--colors-system-spectrum-data-visual-cooper-800: #d67e51;
|
|
217
|
-
/* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */
|
|
218
|
-
--colors-system-spectrum-data-visual-gold-400: #cdbe80;
|
|
219
|
-
/* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */
|
|
220
|
-
--colors-system-spectrum-data-visual-gold-700: #ab922b;
|
|
221
|
-
/* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */
|
|
222
|
-
--colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f00;
|
|
223
|
-
/* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */
|
|
224
|
-
--colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff00;
|
|
225
|
-
/* Colors/System/Spectrum/Data visual/Highlight/azure-1200 - Global (primitives) */
|
|
226
|
-
--colors-system-spectrum-data-visual-highlight-azure-1200: #154f70;
|
|
227
|
-
/* Colors/System/Spectrum/Data visual/Highlight/azure-400 - Global (primitives) */
|
|
228
|
-
--colors-system-spectrum-data-visual-highlight-azure-400: #dff0fa;
|
|
229
|
-
/* Colors/System/Spectrum/Data visual/Highlight/backrose-1400 - Global (primitives) */
|
|
230
|
-
--colors-system-spectrum-data-visual-highlight-backrose-1400: #0a001a;
|
|
231
|
-
/* Colors/System/Spectrum/Data visual/Highlight/blackrose-400 - Global (primitives) */
|
|
232
|
-
--colors-system-spectrum-data-visual-highlight-blackrose-400: #dcd9e0;
|
|
233
|
-
/* Colors/System/Spectrum/Data visual/Highlight/bronze-1400 - Global (primitives) */
|
|
234
|
-
--colors-system-spectrum-data-visual-highlight-bronze-1400: #3d261a;
|
|
235
|
-
/* Colors/System/Spectrum/Data visual/Highlight/bronze-400 - Global (primitives) */
|
|
236
|
-
--colors-system-spectrum-data-visual-highlight-bronze-400: #ebe4e1;
|
|
237
|
-
/* Colors/System/Spectrum/Data visual/Highlight/brown-dark-1400 - Global (primitives) */
|
|
238
|
-
--colors-system-spectrum-data-visual-highlight-brown-dark-1400: #3d1506;
|
|
239
|
-
/* Colors/System/Spectrum/Data visual/Highlight/brown-light-400 - Global (primitives) */
|
|
240
|
-
--colors-system-spectrum-data-visual-highlight-brown-light-400: #ebdfda;
|
|
241
|
-
/* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1400 - Global (primitives) */
|
|
242
|
-
--colors-system-spectrum-data-visual-highlight-cadet-gray-1400: #05252a;
|
|
243
|
-
/* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-400 - Global (primitives) */
|
|
244
|
-
--colors-system-spectrum-data-visual-highlight-cadet-gray-400: #dae4e5;
|
|
245
|
-
/* Colors/System/Spectrum/Data visual/Highlight/cooper-1200 - Global (primitives) */
|
|
246
|
-
--colors-system-spectrum-data-visual-highlight-cooper-1200: #6b3f29;
|
|
247
|
-
/* Colors/System/Spectrum/Data visual/Highlight/cooper-400 - Global (primitives) */
|
|
248
|
-
--colors-system-spectrum-data-visual-highlight-cooper-400: #f9ece5;
|
|
249
|
-
/* Colors/System/Spectrum/Data visual/Highlight/gold-1200 - Global (primitives) */
|
|
250
|
-
--colors-system-spectrum-data-visual-highlight-gold-1200: #564916;
|
|
251
|
-
/* Colors/System/Spectrum/Data visual/Highlight/gold-400 - Global (primitives) */
|
|
252
|
-
--colors-system-spectrum-data-visual-highlight-gold-400: #f2efdf;
|
|
253
|
-
/* Colors/System/Spectrum/Data visual/Highlight/jade-1400 - Global (primitives) */
|
|
254
|
-
--colors-system-spectrum-data-visual-highlight-jade-1400: #1c4f3d;
|
|
255
|
-
/* Colors/System/Spectrum/Data visual/Highlight/jade-400 - Global (primitives) */
|
|
256
|
-
--colors-system-spectrum-data-visual-highlight-jade-400: #e1f0eb;
|
|
257
|
-
/* Colors/System/Spectrum/Data visual/Highlight/maroon-1400 - Global (primitives) */
|
|
258
|
-
--colors-system-spectrum-data-visual-highlight-maroon-1400: #2a0505;
|
|
259
|
-
/* Colors/System/Spectrum/Data visual/Highlight/maroon-400 - Global (primitives) */
|
|
260
|
-
--colors-system-spectrum-data-visual-highlight-maroon-400: #e5dada;
|
|
261
|
-
/* Colors/System/Spectrum/Data visual/Highlight/platinum-1400 - Global (primitives) */
|
|
262
|
-
--colors-system-spectrum-data-visual-highlight-platinum-1400: #404040;
|
|
263
|
-
/* Colors/System/Spectrum/Data visual/Highlight/platinum-400 - Global (primitives) */
|
|
264
|
-
--colors-system-spectrum-data-visual-highlight-platinum-400: #ececec;
|
|
265
|
-
/* Colors/System/Spectrum/Data visual/Highlight/sage-1400 - Global (primitives) */
|
|
266
|
-
--colors-system-spectrum-data-visual-highlight-sage-1400: #171a00;
|
|
267
|
-
/* Colors/System/Spectrum/Data visual/Highlight/sage-400 - Global (primitives) */
|
|
268
|
-
--colors-system-spectrum-data-visual-highlight-sage-400: #dfe0d9;
|
|
269
|
-
/* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1400 - Global (primitives) */
|
|
270
|
-
--colors-system-spectrum-data-visual-highlight-tanzanite-1400: #052336;
|
|
271
|
-
/* Colors/System/Spectrum/Data visual/Highlight/tanzanite-400 - Global (primitives) */
|
|
272
|
-
--colors-system-spectrum-data-visual-highlight-tanzanite-400: #dae3e9;
|
|
273
|
-
/* Colors/System/Spectrum/Data visual/Highlight/violet-1400 - Global (primitives) */
|
|
274
|
-
--colors-system-spectrum-data-visual-highlight-violet-1400: #221a3d;
|
|
275
|
-
/* Colors/System/Spectrum/Data visual/Highlight/violet-400 - Global (primitives) */
|
|
276
|
-
--colors-system-spectrum-data-visual-highlight-violet-400: #e3e1eb;
|
|
277
|
-
/* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */
|
|
278
|
-
--colors-system-spectrum-data-visual-jade-600: #88c5af;
|
|
279
|
-
/* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */
|
|
280
|
-
--colors-system-spectrum-data-visual-jade-900: #389e7a;
|
|
281
|
-
/* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */
|
|
282
|
-
--colors-system-spectrum-data-visual-maroon-1200: #530909;
|
|
283
|
-
/* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */
|
|
284
|
-
--colors-system-spectrum-data-visual-maroon-900: #a98484;
|
|
285
|
-
/* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */
|
|
286
|
-
--colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;
|
|
287
|
-
/* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */
|
|
288
|
-
--colors-system-spectrum-data-visual-platinum-700: #b2b2b2;
|
|
289
|
-
/* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */
|
|
290
|
-
--colors-system-spectrum-data-visual-sage-1200: #2d3300;
|
|
291
|
-
/* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */
|
|
292
|
-
--colors-system-spectrum-data-visual-sage-900: #969980;
|
|
293
|
-
/* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */
|
|
294
|
-
--colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;
|
|
295
|
-
/* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */
|
|
296
|
-
--colors-system-spectrum-data-visual-tanzanite-900: #7899ae;
|
|
297
|
-
/* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */
|
|
298
|
-
--colors-system-spectrum-data-visual-violet-1200: #433479;
|
|
299
|
-
/* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */
|
|
300
|
-
--colors-system-spectrum-data-visual-violet-900: #a19abc;
|
|
301
|
-
/* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */
|
|
302
|
-
--colors-system-spectrum-depth-45-blue-dark: #88aff7;
|
|
303
|
-
/* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */
|
|
304
|
-
--colors-system-spectrum-depth-45-green-dark: #87bd9f;
|
|
305
|
-
/* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */
|
|
306
|
-
--colors-system-spectrum-depth-45-lime-dark: #dce28f;
|
|
307
|
-
/* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */
|
|
308
|
-
--colors-system-spectrum-depth-45-magenta-dark: #e07aed;
|
|
309
|
-
/* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */
|
|
310
|
-
--colors-system-spectrum-depth-45-orange-dark: #f6a874;
|
|
311
|
-
/* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */
|
|
312
|
-
--colors-system-spectrum-depth-45-pink-dark: #ea86b9;
|
|
313
|
-
/* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */
|
|
314
|
-
--colors-system-spectrum-depth-45-purple-dark: #c8a6f9;
|
|
315
|
-
/* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */
|
|
316
|
-
--colors-system-spectrum-depth-45-red-dark: #ea93a0;
|
|
317
|
-
/* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */
|
|
318
|
-
--colors-system-spectrum-depth-45-teal-dark: #74bbb4;
|
|
319
|
-
/* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */
|
|
320
|
-
--colors-system-spectrum-depth-45-yellow-dark: #fada8d;
|
|
321
|
-
/* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */
|
|
322
|
-
--colors-system-spectrum-depth-50-blue-light: #143778;
|
|
323
|
-
/* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */
|
|
324
|
-
--colors-system-spectrum-depth-50-green-light: #134428;
|
|
325
|
-
/* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */
|
|
326
|
-
--colors-system-spectrum-depth-50-lime-light: #60651a;
|
|
327
|
-
/* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */
|
|
328
|
-
--colors-system-spectrum-depth-50-magenta-light: #63076f;
|
|
329
|
-
/* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */
|
|
330
|
-
--colors-system-spectrum-depth-50-orange-light: #773001;
|
|
331
|
-
/* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */
|
|
332
|
-
--colors-system-spectrum-depth-50-pink-light: #6c1240;
|
|
333
|
-
/* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */
|
|
334
|
-
--colors-system-spectrum-depth-50-purple-light: #310077;
|
|
335
|
-
/* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */
|
|
336
|
-
--colors-system-spectrum-depth-50-red-light: #6c1d29;
|
|
337
|
-
/* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */
|
|
338
|
-
--colors-system-spectrum-depth-50-teal-light: #01413c;
|
|
339
|
-
/* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */
|
|
340
|
-
--colors-system-spectrum-depth-50-yellow-light: #7b5e18;
|
|
341
|
-
/* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */
|
|
342
|
-
--colors-system-spectrum-highlight-65-blue-dark: #0e2754;
|
|
343
|
-
/* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */
|
|
344
|
-
--colors-system-spectrum-highlight-65-green-dark: #0d2f1c;
|
|
345
|
-
/* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */
|
|
346
|
-
--colors-system-spectrum-highlight-65-lime-dark: #434712;
|
|
347
|
-
/* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */
|
|
348
|
-
--colors-system-spectrum-highlight-65-magenta-dark: #45054e;
|
|
349
|
-
/* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */
|
|
350
|
-
--colors-system-spectrum-highlight-65-orange-dark: #532201;
|
|
351
|
-
/* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */
|
|
352
|
-
--colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;
|
|
353
|
-
/* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */
|
|
354
|
-
--colors-system-spectrum-highlight-65-purple-dark: #220053;
|
|
355
|
-
/* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */
|
|
356
|
-
--colors-system-spectrum-highlight-65-red-dark: #4c141d;
|
|
357
|
-
/* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */
|
|
358
|
-
--colors-system-spectrum-highlight-65-teal-dark: #012e2a;
|
|
359
|
-
/* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */
|
|
360
|
-
--colors-system-spectrum-highlight-65-yellow-dark: #564210;
|
|
361
|
-
/* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */
|
|
362
|
-
--colors-system-spectrum-highlight-85-blue-light: #dfe9fd;
|
|
363
|
-
/* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */
|
|
364
|
-
--colors-system-spectrum-highlight-85-green-light: #deede5;
|
|
365
|
-
/* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */
|
|
366
|
-
--colors-system-spectrum-highlight-85-lime-light: #f6f7e0;
|
|
367
|
-
/* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */
|
|
368
|
-
--colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;
|
|
369
|
-
/* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */
|
|
370
|
-
--colors-system-spectrum-highlight-85-orange-light: #fce7d9;
|
|
371
|
-
/* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */
|
|
372
|
-
--colors-system-spectrum-highlight-85-pink-light: #f9deec;
|
|
373
|
-
/* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */
|
|
374
|
-
--colors-system-spectrum-highlight-85-purple-light: #e7d9fc;
|
|
375
|
-
/* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */
|
|
376
|
-
--colors-system-spectrum-highlight-85-red-light: #f9e1e5;
|
|
377
|
-
/* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */
|
|
378
|
-
--colors-system-spectrum-highlight-85-teal-light: #d9eceb;
|
|
379
|
-
/* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */
|
|
380
|
-
--colors-system-spectrum-highlight-85-yellow-light: #fef5e0;
|
|
381
|
-
/* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */
|
|
382
|
-
--colors-system-spectrum-vibrant-00-blue-light: #276ef1;
|
|
383
|
-
/* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */
|
|
384
|
-
--colors-system-spectrum-vibrant-00-green-light: #258750;
|
|
385
|
-
/* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */
|
|
386
|
-
--colors-system-spectrum-vibrant-00-lime-light: #c0ca33;
|
|
387
|
-
/* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */
|
|
388
|
-
--colors-system-spectrum-vibrant-00-magenta-light: #c60ede;
|
|
389
|
-
/* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */
|
|
390
|
-
--colors-system-spectrum-vibrant-00-orange-light: #ee6002;
|
|
391
|
-
/* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */
|
|
392
|
-
--colors-system-spectrum-vibrant-00-pink-light: #d82380;
|
|
393
|
-
/* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */
|
|
394
|
-
--colors-system-spectrum-vibrant-00-purple-light: #6200ee;
|
|
395
|
-
/* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */
|
|
396
|
-
--colors-system-spectrum-vibrant-00-red-light: #d83a52;
|
|
397
|
-
/* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */
|
|
398
|
-
--colors-system-spectrum-vibrant-00-teal-light: #038377;
|
|
399
|
-
/* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */
|
|
400
|
-
--colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;
|
|
401
|
-
/* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */
|
|
402
|
-
--colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;
|
|
403
|
-
/* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */
|
|
404
|
-
--colors-system-spectrum-vibrant-40-green-dark: #7cb796;
|
|
405
|
-
/* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */
|
|
406
|
-
--colors-system-spectrum-vibrant-40-lime-dark: #d9df85;
|
|
407
|
-
/* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */
|
|
408
|
-
--colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;
|
|
409
|
-
/* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */
|
|
410
|
-
--colors-system-spectrum-vibrant-40-orange-dark: #f5a067;
|
|
411
|
-
/* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */
|
|
412
|
-
--colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;
|
|
413
|
-
/* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */
|
|
414
|
-
--colors-system-spectrum-vibrant-40-purple-dark: #a166f5;
|
|
415
|
-
/* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */
|
|
416
|
-
--colors-system-spectrum-vibrant-40-red-dark: #e88997;
|
|
417
|
-
/* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */
|
|
418
|
-
--colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;
|
|
419
|
-
/* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */
|
|
420
|
-
--colors-system-spectrum-vibrant-40-yellow-dark: #fad782;
|
|
421
|
-
/* Colors/System/Visited links/00-default-light - Global (primitives) */
|
|
422
|
-
--colors-system-visited-links-00-default-light: #7a3e7a;
|
|
423
|
-
/* Colors/System/Visited links/30-active-dark - Global (primitives) */
|
|
424
|
-
--colors-system-visited-links-30-active-dark: #a278a2;
|
|
425
|
-
/* Colors/System/Visited links/30-active-light - Global (primitives) */
|
|
426
|
-
--colors-system-visited-links-30-active-light: #552b55;
|
|
427
|
-
/* Colors/System/Visited links/40-default-dark - Global (primitives) */
|
|
428
|
-
--colors-system-visited-links-40-default-dark: #af8baf;
|
|
429
|
-
/* Colors/System/Visited links/40-disabled-dark - Global (primitives) */
|
|
430
|
-
--colors-system-visited-links-40-disabled-dark: #492549;
|
|
431
|
-
/* Colors/System/Visited links/40-disabled-light - Global (primitives) */
|
|
432
|
-
--colors-system-visited-links-40-disabled-light: #af8baf;
|
|
433
|
-
/* Colors/System/yellow-dark - Global (primitives) */
|
|
434
|
-
--colors-system-yellow-dark: #f8cd63;
|
|
435
|
-
/* Colors/System/yellow-dark-bg - Global (primitives) */
|
|
436
|
-
--colors-system-yellow-dark-bg: #564210;
|
|
437
|
-
/* Colors/System/yellow-light - Global (primitives) */
|
|
438
|
-
--colors-system-yellow-light: #f6bc2f;
|
|
439
|
-
/* Colors/System/yellow-light-bg - Global (primitives) */
|
|
440
|
-
--colors-system-yellow-light-bg: #fef5e0;
|
|
441
|
-
/* Corner radius/120 - Global (primitives) */
|
|
442
|
-
--corner-radius-120: 12px;
|
|
443
|
-
/* Corner radius/160 - Global (primitives) */
|
|
444
|
-
--corner-radius-160: 16px;
|
|
445
|
-
/* Corner radius/40 - Global (primitives) */
|
|
446
|
-
--corner-radius-40: 4px;
|
|
447
|
-
/* Corner radius/80 - Global (primitives) */
|
|
448
|
-
--corner-radius-80: 8px;
|
|
449
|
-
/* Corner radius/circular - Global (primitives) */
|
|
450
|
-
--corner-radius-circular: 999px;
|
|
451
|
-
/* Corner radius/None - Global (primitives) */
|
|
452
|
-
--corner-radius-none: 0;
|
|
453
|
-
/* East - navigation rails, drawers, sheets */
|
|
454
|
-
--drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;
|
|
455
|
-
/* Float */
|
|
456
|
-
--drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;
|
|
457
|
-
/* North - Bottom navigation, button dock, bottom sheet */
|
|
458
|
-
--drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;
|
|
459
|
-
/* Raise */
|
|
460
|
-
--drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;
|
|
461
|
-
/* Scroll */
|
|
462
|
-
--drop-shadow-scroll: 0px 0px 3px 0px #00000052;
|
|
463
|
-
/* South - top navigation */
|
|
464
|
-
--drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;
|
|
465
|
-
/* West - side sheets */
|
|
466
|
-
--drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;
|
|
467
|
-
/* Foreground/Brand/on-inverse-primary - Theme - Anywhere */
|
|
468
|
-
--foreground-brand-on-inverse-primary: #727190;
|
|
469
|
-
/* Foreground/Brand/on-inverse-secondary - Theme - Anywhere */
|
|
470
|
-
--foreground-brand-on-inverse-secondary: #f2997c;
|
|
471
|
-
/* Foreground/Brand/on-brand-primary - Theme - Anywhere */
|
|
472
|
-
--foreground-brand-on-primary: #ffffff;
|
|
473
|
-
/* Foreground/Link text/subtle-inverse-hovered - Theme - Anywhere */
|
|
474
|
-
--foreground-link-text-subtle-inverse-hovered: #e6e6e6;
|
|
475
|
-
/* Foreground/Link text/subtle-inverse-pressed - Theme - Anywhere */
|
|
476
|
-
--foreground-link-text-subtle-inverse-pressed: #d1d1d1;
|
|
477
|
-
/* Foreground/Neutral/inverse-on-surface - Theme - Anywhere */
|
|
478
|
-
--foreground-neutral-inverse-on-surface: #fafafa;
|
|
479
|
-
/* Foreground/Neutral/on-color - Theme - Anywhere */
|
|
480
|
-
--foreground-neutral-on-color: #ffffff;
|
|
481
|
-
/* Foreground/Neutral/on-inverse-surface - Theme - Anywhere */
|
|
482
|
-
--foreground-neutral-on-inverse-surface: #fafafa;
|
|
483
|
-
/* Interactions/disabled-opacity - Theme - Anywhere */
|
|
484
|
-
--interactions-disabled-opacity: #0000000f;
|
|
485
|
-
/* Interactions/opacity-black-10 - Global (primitives) */
|
|
486
|
-
--interactions-opacity-black-10: #0000001a;
|
|
487
|
-
/* Interactions/opacity-black-16 - Global (primitives) */
|
|
488
|
-
--interactions-opacity-black-16: #00000029;
|
|
489
|
-
/* Interactions/opacity-black-20 - Global (primitives) */
|
|
490
|
-
--interactions-opacity-black-20: #00000033;
|
|
491
|
-
/* Interactions/opacity-black-30 - Global (primitives) */
|
|
492
|
-
--interactions-opacity-black-30: #0000004d;
|
|
493
|
-
/* Interactions/opacity-black-6 - Global (primitives) */
|
|
494
|
-
--interactions-opacity-black-6: #0000000f;
|
|
495
|
-
/* Interactions/opacity-black-8 - Global (primitives) */
|
|
496
|
-
--interactions-opacity-black-8: #00000014;
|
|
497
|
-
/* Interactions/opacity-white-10 - Global (primitives) */
|
|
498
|
-
--interactions-opacity-white-10: #ffffff1a;
|
|
499
|
-
/* Interactions/opacity-white-16 - Global (primitives) */
|
|
500
|
-
--interactions-opacity-white-16: #ffffff29;
|
|
501
|
-
/* Interactions/opacity-white-20 - Global (primitives) */
|
|
502
|
-
--interactions-opacity-white-20: #ffffff33;
|
|
503
|
-
/* Interactions/opacity-white-30 - Global (primitives) */
|
|
504
|
-
--interactions-opacity-white-30: #ffffff4d;
|
|
505
|
-
/* Interactions/opacity-white-6 - Global (primitives) */
|
|
506
|
-
--interactions-opacity-white-6: #ffffff0f;
|
|
507
|
-
/* Interactions/opacity-white-8 - Global (primitives) */
|
|
508
|
-
--interactions-opacity-white-8: #ffffff14;
|
|
509
|
-
/* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-10 - Global (primitives) */
|
|
510
|
-
--interactions-primary-dark-opacity-10: #7271901a;
|
|
511
|
-
/* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-12 - Global (primitives) */
|
|
512
|
-
--interactions-primary-dark-opacity-12: #7271901f;
|
|
513
|
-
/* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-16 - Global (primitives) */
|
|
514
|
-
--interactions-primary-dark-opacity-16: #72719029;
|
|
515
|
-
/* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-20 - Global (primitives) */
|
|
516
|
-
--interactions-primary-dark-opacity-20: #72719033;
|
|
517
|
-
/* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-8 - Global (primitives) */
|
|
518
|
-
--interactions-primary-dark-opacity-8: #72719014;
|
|
519
|
-
/* Colors/Brands/Anywhere/Interactions/primary-light-opacity-10 - Global (primitives) */
|
|
520
|
-
--interactions-primary-light-opacity-10: #1413461a;
|
|
521
|
-
/* Colors/Brands/Anywhere/Interactions/primary-light-opacity-12 - Global (primitives) */
|
|
522
|
-
--interactions-primary-light-opacity-12: #1413461f;
|
|
523
|
-
/* Colors/Brands/Anywhere/Interactions/primary-light-opacity-16 - Global (primitives) */
|
|
524
|
-
--interactions-primary-light-opacity-16: #14134629;
|
|
525
|
-
/* Colors/Brands/Anywhere/Interactions/primary-light-opacity-20 - Global (primitives) */
|
|
526
|
-
--interactions-primary-light-opacity-20: #14134633;
|
|
527
|
-
/* Colors/Brands/Anywhere/Interactions/primary-light-opacity-8 - Global (primitives) */
|
|
528
|
-
--interactions-primary-light-opacity-8: #14134614;
|
|
529
|
-
/* Labels/Base */
|
|
530
|
-
--labels-base: 500 16px/20px var(--typeface);
|
|
531
|
-
/* Labels/Base - line height */
|
|
532
|
-
--labels-base-line-height: 20px;
|
|
533
|
-
/* Labels/Base - size */
|
|
534
|
-
--labels-base-size: 16px;
|
|
535
|
-
/* Labels/Base - style */
|
|
536
|
-
--labels-base-style: medium;
|
|
537
|
-
/* Labels/Large */
|
|
538
|
-
--labels-large: 500 18px/24px var(--typeface);
|
|
539
|
-
/* Labels/Large - line height */
|
|
540
|
-
--labels-large-line-height: 24px;
|
|
541
|
-
/* Labels/Large - size */
|
|
542
|
-
--labels-large-size: 18px;
|
|
543
|
-
/* Labels/Large - style */
|
|
544
|
-
--labels-large-style: medium;
|
|
545
|
-
/* Labels/Small */
|
|
546
|
-
--labels-small: 500 14px/20px var(--typeface);
|
|
547
|
-
/* Labels/Small - line height */
|
|
548
|
-
--labels-small-line-height: 20px;
|
|
549
|
-
/* Labels/Small - size */
|
|
550
|
-
--labels-small-size: 14px;
|
|
551
|
-
/* Labels/Small - style */
|
|
552
|
-
--labels-small-style: medium;
|
|
553
|
-
/* Labels/X-Small */
|
|
554
|
-
--labels-x-small: 500 12px/16px var(--typeface);
|
|
555
|
-
/* Labels/X-Small - line height */
|
|
556
|
-
--labels-x-small-line-height: 16px;
|
|
557
|
-
/* Labels/X-Small - size */
|
|
558
|
-
--labels-x-small-size: 12px;
|
|
559
|
-
/* Labels/X-Small - style */
|
|
560
|
-
--labels-x-small-style: medium;
|
|
561
|
-
/* Colors/Brands/Anywhere/Primary/00-base - Global (primitives) */
|
|
562
|
-
--primary-00-base: #141346;
|
|
563
|
-
/* Colors/Brands/Anywhere/Primary/15-dark - Global (primitives) */
|
|
564
|
-
--primary-15-dark: #11103c;
|
|
565
|
-
/* Colors/Brands/Anywhere/Primary/40-light - Global (primitives) */
|
|
566
|
-
--primary-40-light: #727190;
|
|
567
|
-
/* Colors/Brands/Anywhere/Primary/55-light - Global (primitives) */
|
|
568
|
-
--primary-55-light: #9595ac;
|
|
569
|
-
/* Colors/Brands/Anywhere/Primary/75-dark - Global (primitives) */
|
|
570
|
-
--primary-75-dark: #050512;
|
|
571
|
-
/* Colors/Brands/Anywhere/Primary/85-light - Global (primitives) */
|
|
572
|
-
--primary-85-light: #dcdce3;
|
|
573
|
-
/* Radius/circular - Borders */
|
|
574
|
-
--radius-circular: 999px;
|
|
575
|
-
/* Radius/large - Borders */
|
|
576
|
-
--radius-large: 12px;
|
|
577
|
-
/* Radius/medium - Borders */
|
|
578
|
-
--radius-medium: 8px;
|
|
579
|
-
/* Radius/none - Borders */
|
|
580
|
-
--radius-none: 0;
|
|
581
|
-
/* Radius/small - Borders */
|
|
582
|
-
--radius-small: 4px;
|
|
583
|
-
/* Radius/x-large - Borders */
|
|
584
|
-
--radius-x-large: 16px;
|
|
585
|
-
/* Colors/Brands/Anywhere/Secondary/00-base - Global (primitives) */
|
|
586
|
-
--secondary-00-base: #e95525;
|
|
587
|
-
/* Colors/Brands/Anywhere/Secondary/15-dark - Global (primitives) */
|
|
588
|
-
--secondary-15-dark: #c6481f;
|
|
589
|
-
/* Colors/Brands/Anywhere/Secondary/40-light - Global (primitives) */
|
|
590
|
-
--secondary-40-light: #f2997c;
|
|
591
|
-
/* Colors/Brands/Anywhere/Secondary/55-light - Global (primitives) */
|
|
592
|
-
--secondary-55-light: #f5b39d;
|
|
593
|
-
/* Colors/Brands/Anywhere/Secondary/75-dark - Global (primitives) */
|
|
594
|
-
--secondary-75-dark: #3a1509;
|
|
595
|
-
/* Colors/Brands/Anywhere/Secondary/85-light - Global (primitives) */
|
|
596
|
-
--secondary-85-light: #fce6de;
|
|
597
|
-
/* Shadows/Inner-Shadow-black-100 - Global (primitives) */
|
|
598
|
-
--shadows-inner-shadow-black-100: #000000;
|
|
599
|
-
/* Shadows/Inner-Shadow-white-100 - Global (primitives) */
|
|
600
|
-
--shadows-inner-shadow-white-100: #ffffff;
|
|
601
|
-
/* Shadows/Shadow-black-10 - Global (primitives) */
|
|
602
|
-
--shadows-shadow-black-10: #0000001a;
|
|
603
|
-
/* Shadows/Shadow-black-12 - Global (primitives) */
|
|
604
|
-
--shadows-shadow-black-12: #0000001f;
|
|
605
|
-
/* Shadows/Shadow-black-15 - Global (primitives) */
|
|
606
|
-
--shadows-shadow-black-15: #00000026;
|
|
607
|
-
/* Shadows/Shadow-black-25 - Global (primitives) */
|
|
608
|
-
--shadows-shadow-black-25: #00000040;
|
|
609
|
-
/* Shadows/Shadow-black-32 - Global (primitives) */
|
|
610
|
-
--shadows-shadow-black-32: #00000052;
|
|
611
|
-
/* Shadows/Shadow-black-50 - Global (primitives) */
|
|
612
|
-
--shadows-shadow-black-50: #00000080;
|
|
613
|
-
/* Shadows/Shadow-gray-10 - Global (primitives) */
|
|
614
|
-
--shadows-shadow-gray-10: #6161611a;
|
|
615
|
-
/* Shadows/Shadow-gray-12 - Global (primitives) */
|
|
616
|
-
--shadows-shadow-gray-12: #6161611f;
|
|
617
|
-
/* Shadows/Shadow-gray-15 - Global (primitives) */
|
|
618
|
-
--shadows-shadow-gray-15: #61616126;
|
|
619
|
-
/* Shadows/Shadow-gray-25 - Global (primitives) */
|
|
620
|
-
--shadows-shadow-gray-25: #61616140;
|
|
621
|
-
/* Shadows/Shadow-gray-32 - Global (primitives) */
|
|
622
|
-
--shadows-shadow-gray-32: #61616152;
|
|
623
|
-
/* Shadows/Shadow-gray-50 - Global (primitives) */
|
|
624
|
-
--shadows-shadow-gray-50: #61616180;
|
|
625
|
-
/* Spacing/sizing-01 - Spacing & Sizing */
|
|
626
|
-
--spacing-sizing-01: 4px;
|
|
627
|
-
/* Spacing/sizing-02 - Spacing & Sizing */
|
|
628
|
-
--spacing-sizing-02: 8px;
|
|
629
|
-
/* Spacing/sizing-03 - Spacing & Sizing */
|
|
630
|
-
--spacing-sizing-03: 12px;
|
|
631
|
-
/* Spacing/sizing-04 - Spacing & Sizing */
|
|
632
|
-
--spacing-sizing-04: 16px;
|
|
633
|
-
/* Spacing/sizing-05 - Spacing & Sizing */
|
|
634
|
-
--spacing-sizing-05: 20px;
|
|
635
|
-
/* Spacing/sizing-06 - Spacing & Sizing */
|
|
636
|
-
--spacing-sizing-06: 24px;
|
|
637
|
-
/* Spacing/sizing-07 - Spacing & Sizing */
|
|
638
|
-
--spacing-sizing-07: 28px;
|
|
639
|
-
/* Spacing/sizing-08 - Spacing & Sizing */
|
|
640
|
-
--spacing-sizing-08: 32px;
|
|
641
|
-
/* Spacing/sizing-09 - Spacing & Sizing */
|
|
642
|
-
--spacing-sizing-09: 36px;
|
|
643
|
-
/* Spacing/sizing-10 - Spacing & Sizing */
|
|
644
|
-
--spacing-sizing-10: 40px;
|
|
645
|
-
/* Spacing/sizing-11 - Spacing & Sizing */
|
|
646
|
-
--spacing-sizing-11: 44px;
|
|
647
|
-
/* Spacing/sizing-12 - Spacing & Sizing */
|
|
648
|
-
--spacing-sizing-12: 48px;
|
|
649
|
-
/* Spacing/sizing-13 - Spacing & Sizing */
|
|
650
|
-
--spacing-sizing-13: 52px;
|
|
651
|
-
/* Spacing/sizing-14 - Spacing & Sizing */
|
|
652
|
-
--spacing-sizing-14: 56px;
|
|
653
|
-
/* Spacing/sizing-15 - Spacing & Sizing */
|
|
654
|
-
--spacing-sizing-15: 60px;
|
|
655
|
-
/* Spacing/sizing-16 - Spacing & Sizing */
|
|
656
|
-
--spacing-sizing-16: 64px;
|
|
657
|
-
/* Spacing/sizing-17 - Spacing & Sizing */
|
|
658
|
-
--spacing-sizing-17: 72px;
|
|
659
|
-
/* Spacing/sizing-18 - Spacing & Sizing */
|
|
660
|
-
--spacing-sizing-18: 80px;
|
|
661
|
-
/* Spacing/sizing-19 - Spacing & Sizing */
|
|
662
|
-
--spacing-sizing-19: 96px;
|
|
663
|
-
/* Spacing/sizing-20 - Spacing & Sizing */
|
|
664
|
-
--spacing-sizing-20: 104px;
|
|
665
|
-
/* Spacing/sizing-21 - Spacing & Sizing */
|
|
666
|
-
--spacing-sizing-21: 120px;
|
|
667
|
-
/* Spacing/sizing-22 - Spacing & Sizing */
|
|
668
|
-
--spacing-sizing-22: 128px;
|
|
669
|
-
/* Spacing/sizing-23 - Spacing & Sizing */
|
|
670
|
-
--spacing-sizing-23: 148px;
|
|
671
|
-
/* Spacing/sizing-24 - Spacing & Sizing */
|
|
672
|
-
--spacing-sizing-24: 152px;
|
|
673
|
-
/* Spacing/sizing-none - Spacing & Sizing */
|
|
674
|
-
--spacing-sizing-none: 0;
|
|
675
|
-
/* Spacings/1040 - Global (primitives) */
|
|
676
|
-
--spacings-1040: 104px;
|
|
677
|
-
/* Spacings/120 - Global (primitives) */
|
|
678
|
-
--spacings-120: 12px;
|
|
679
|
-
/* Spacings/1200 - Global (primitives) */
|
|
680
|
-
--spacings-1200: 120px;
|
|
681
|
-
/* Spacings/1280 - Global (primitives) */
|
|
682
|
-
--spacings-1280: 128px;
|
|
683
|
-
/* Spacings/1480 - Global (primitives) */
|
|
684
|
-
--spacings-1480: 148px;
|
|
685
|
-
/* Spacings/1520 - Global (primitives) */
|
|
686
|
-
--spacings-1520: 152px;
|
|
687
|
-
/* Spacings/160 - Global (primitives) */
|
|
688
|
-
--spacings-160: 16px;
|
|
689
|
-
/* Spacings/200 - Global (primitives) */
|
|
690
|
-
--spacings-200: 20px;
|
|
691
|
-
/* Spacings/240 - Global (primitives) */
|
|
692
|
-
--spacings-240: 24px;
|
|
693
|
-
/* Spacings/280 - Global (primitives) */
|
|
694
|
-
--spacings-280: 28px;
|
|
695
|
-
/* Spacings/320 - Global (primitives) */
|
|
696
|
-
--spacings-320: 32px;
|
|
697
|
-
/* Spacings/360 - Global (primitives) */
|
|
698
|
-
--spacings-360: 36px;
|
|
699
|
-
/* Spacings/40 - Global (primitives) */
|
|
700
|
-
--spacings-40: 4px;
|
|
701
|
-
/* Spacings/400 - Global (primitives) */
|
|
702
|
-
--spacings-400: 40px;
|
|
703
|
-
/* Spacings/440 - Global (primitives) */
|
|
704
|
-
--spacings-440: 44px;
|
|
705
|
-
/* Spacings/480 - Global (primitives) */
|
|
706
|
-
--spacings-480: 48px;
|
|
707
|
-
/* Spacings/520 - Global (primitives) */
|
|
708
|
-
--spacings-520: 52px;
|
|
709
|
-
/* Spacings/560 - Global (primitives) */
|
|
710
|
-
--spacings-560: 56px;
|
|
711
|
-
/* Spacings/600 - Global (primitives) */
|
|
712
|
-
--spacings-600: 60px;
|
|
713
|
-
/* Spacings/640 - Global (primitives) */
|
|
714
|
-
--spacings-640: 64px;
|
|
715
|
-
/* Spacings/720 - Global (primitives) */
|
|
716
|
-
--spacings-720: 72px;
|
|
717
|
-
/* Spacings/80 - Global (primitives) */
|
|
718
|
-
--spacings-80: 8px;
|
|
719
|
-
/* Spacings/800 - Global (primitives) */
|
|
720
|
-
--spacings-800: 80px;
|
|
721
|
-
/* Spacings/960 - Global (primitives) */
|
|
722
|
-
--spacings-960: 96px;
|
|
723
|
-
/* Spacings/None - Global (primitives) */
|
|
724
|
-
--spacings-none: 0;
|
|
725
|
-
/* Status/on-error - Theme - Anywhere */
|
|
726
|
-
--status-on-error: #ffffff;
|
|
727
|
-
/* Status/on-information - Theme - Anywhere */
|
|
728
|
-
--status-on-information: #ffffff;
|
|
729
|
-
/* Status/on-informational - Theme - Anywhere */
|
|
730
|
-
--status-on-informational: #ffffff;
|
|
731
|
-
/* Status/on-success - Theme - Anywhere */
|
|
732
|
-
--status-on-success: #ffffff;
|
|
733
|
-
/* Status/on-warning - Theme - Anywhere */
|
|
734
|
-
--status-on-warning: #141414;
|
|
735
|
-
/* Stroke/none - Borders */
|
|
736
|
-
--stroke-none: 0;
|
|
737
|
-
/* Stroke/thick - Borders */
|
|
738
|
-
--stroke-thick: 2px;
|
|
739
|
-
/* Stroke/thicker - Borders */
|
|
740
|
-
--stroke-thicker: 4px;
|
|
741
|
-
/* Stroke/thin - Borders */
|
|
742
|
-
--stroke-thin: 1px;
|
|
743
|
-
/* Surface/Neutral/transparent - Theme - Anywhere */
|
|
744
|
-
--surface-neutral-transparent: #ffffff00;
|
|
745
|
-
/* Colors/Brands/Anywhere/Tertiary/00-base - Global (primitives) */
|
|
746
|
-
--tertiary-00-base: #030330;
|
|
747
|
-
/* Colors/Brands/Anywhere/Tertiary/15-dark - Global (primitives) */
|
|
748
|
-
--tertiary-15-dark: #030329;
|
|
749
|
-
/* Colors/Brands/Anywhere/Tertiary/40-light - Global (primitives) */
|
|
750
|
-
--tertiary-40-light: #686883;
|
|
751
|
-
/* Colors/Brands/Anywhere/Tertiary/55-light - Global (primitives) */
|
|
752
|
-
--tertiary-55-light: #8e8ea2;
|
|
753
|
-
/* Colors/Brands/Anywhere/Tertiary/75-dark - Global (primitives) */
|
|
754
|
-
--tertiary-75-dark: #01010c;
|
|
755
|
-
/* Colors/Brands/Anywhere/Tertiary/85-light - Global (primitives) */
|
|
756
|
-
--tertiary-85-light: #d9d9e0;
|
|
757
|
-
/* Typeface - Brand */
|
|
758
|
-
--typeface: 'Work Sans', sans-serif;
|
|
759
|
-
/* Typography/Line-height/lh-1 - Global (primitives) */
|
|
760
|
-
--typography-line-height-lh-1: 16px;
|
|
761
|
-
/* Typography/Line-height/lh-10 - Global (primitives) */
|
|
762
|
-
--typography-line-height-lh-10: 48px;
|
|
763
|
-
/* Typography/Line-height/lh-11 - Global (primitives) */
|
|
764
|
-
--typography-line-height-lh-11: 56px;
|
|
765
|
-
/* Typography/Line-height/lh-12 - Global (primitives) */
|
|
766
|
-
--typography-line-height-lh-12: 60px;
|
|
767
|
-
/* Typography/Line-height/lh-13 - Global (primitives) */
|
|
768
|
-
--typography-line-height-lh-13: 64px;
|
|
769
|
-
/* Typography/Line-height/lh-14 - Global (primitives) */
|
|
770
|
-
--typography-line-height-lh-14: 72px;
|
|
771
|
-
/* Typography/Line-height/lh-15 - Global (primitives) */
|
|
772
|
-
--typography-line-height-lh-15: 88px;
|
|
773
|
-
/* Typography/Line-height/lh-2 - Global (primitives) */
|
|
774
|
-
--typography-line-height-lh-2: 20px;
|
|
775
|
-
/* Typography/Line-height/lh-3 - Global (primitives) */
|
|
776
|
-
--typography-line-height-lh-3: 22px;
|
|
777
|
-
/* Typography/Line-height/lh-4 - Global (primitives) */
|
|
778
|
-
--typography-line-height-lh-4: 24px;
|
|
779
|
-
/* Typography/Line-height/lh-5 - Global (primitives) */
|
|
780
|
-
--typography-line-height-lh-5: 28px;
|
|
781
|
-
/* Typography/Line-height/lh-6 - Global (primitives) */
|
|
782
|
-
--typography-line-height-lh-6: 32px;
|
|
783
|
-
/* Typography/Line-height/lh-7 - Global (primitives) */
|
|
784
|
-
--typography-line-height-lh-7: 36px;
|
|
785
|
-
/* Typography/Line-height/lh-8 - Global (primitives) */
|
|
786
|
-
--typography-line-height-lh-8: 40px;
|
|
787
|
-
/* Typography/Line-height/lh-9 - Global (primitives) */
|
|
788
|
-
--typography-line-height-lh-9: 44px;
|
|
789
|
-
/* Typography/Size/base - Global (primitives) */
|
|
790
|
-
--typography-size-base: 16px;
|
|
791
|
-
/* Typography/Size/bp-md - Global (primitives) */
|
|
792
|
-
--typography-size-bp-md: 18px;
|
|
793
|
-
/* Typography/Size/d-lg-m - Global (primitives) */
|
|
794
|
-
--typography-size-d-lg-m: 64px;
|
|
795
|
-
/* Typography/Size/d-lg (old) - Global (primitives) */
|
|
796
|
-
--typography-size-d-lg-old: 60px;
|
|
797
|
-
/* Typography/Size/d-md-m - Global (primitives) */
|
|
798
|
-
--typography-size-d-md-m: 56px;
|
|
799
|
-
/* Typography/Size/d-md (old) - Global (primitives) */
|
|
800
|
-
--typography-size-d-md-old: 52px;
|
|
801
|
-
/* Typography/Size/d-sm-m - Global (primitives) */
|
|
802
|
-
--typography-size-d-sm-m: 48px;
|
|
803
|
-
/* Typography/Size/d-sm (old) - Global (primitives) */
|
|
804
|
-
--typography-size-d-sm-old: 44px;
|
|
805
|
-
/* Typography/Size/lg-xlg - Global (primitives) */
|
|
806
|
-
--typography-size-lg-xlg: 28px;
|
|
807
|
-
/* Typography/Size/md-mdp - Global (primitives) */
|
|
808
|
-
--typography-size-md-mdp: 20px;
|
|
809
|
-
/* Typography/Size/mdp-lg - Global (primitives) */
|
|
810
|
-
--typography-size-mdp-lg: 24px;
|
|
811
|
-
/* Typography/Size/sm - Global (primitives) */
|
|
812
|
-
--typography-size-sm: 14px;
|
|
813
|
-
/* Typography/Size/xlg-xxlg - Global (primitives) */
|
|
814
|
-
--typography-size-xlg-xxlg: 32px;
|
|
815
|
-
/* Typography/Size/xs - Global (primitives) */
|
|
816
|
-
--typography-size-xs: 12px;
|
|
817
|
-
/* Typography/Size/xxlg-xxxlg - Global (primitives) */
|
|
818
|
-
--typography-size-xxlg-xxxlg: 36px;
|
|
819
|
-
/* Typography/Size/xxxlg - Global (primitives) */
|
|
820
|
-
--typography-size-xxxlg: 40px;
|
|
821
|
-
/* Typography/Typeface/Arial - Global (primitives) */
|
|
822
|
-
--typography-typeface-arial: 'Arial', sans-serif;
|
|
823
|
-
/* Typography/Typeface/Geist - Global (primitives) */
|
|
824
|
-
--typography-typeface-geist: 'Geist', sans-serif;
|
|
825
|
-
/* Typography/Typeface/Helvetica - Global (primitives) */
|
|
826
|
-
--typography-typeface-helvetica: 'Helvetica', sans-serif;
|
|
827
|
-
/* Typography/Typeface/Inter - Global (primitives) */
|
|
828
|
-
--typography-typeface-inter: 'Inter', sans-serif;
|
|
829
|
-
/* Typography/Typeface/Lato - Global (primitives) */
|
|
830
|
-
--typography-typeface-lato: 'Lato', sans-serif;
|
|
831
|
-
/* Typography/Typeface/Manrope - Global (primitives) */
|
|
832
|
-
--typography-typeface-manrope: 'Manrope', sans-serif;
|
|
833
|
-
/* Typography/Typeface/Open Sans - Global (primitives) */
|
|
834
|
-
--typography-typeface-open-sans: 'Open Sans', sans-serif;
|
|
835
|
-
/* Typography/Typeface/Red Hat Text - Global (primitives) */
|
|
836
|
-
--typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;
|
|
837
|
-
/* Typography/Typeface/Roboto - Global (primitives) */
|
|
838
|
-
--typography-typeface-roboto: 'Roboto', sans-serif;
|
|
839
|
-
/* Typography/Typeface/SF Pro - Global (primitives) */
|
|
840
|
-
--typography-typeface-sf-pro: 'SF Pro', sans-serif;
|
|
841
|
-
/* Typography/Typeface/Typold - Global (primitives) */
|
|
842
|
-
--typography-typeface-typold: 'Typold', sans-serif;
|
|
843
|
-
/* Typography/Typeface/Work Sans - Global (primitives) */
|
|
844
|
-
--typography-typeface-work-sans: 'Work Sans', sans-serif;
|
|
845
|
-
/* Typography/Weight/300 - Global (primitives) */
|
|
846
|
-
--typography-weight-300: 300;
|
|
847
|
-
/* Typography/Weight/400 - Global (primitives) */
|
|
848
|
-
--typography-weight-400: 400;
|
|
849
|
-
/* Typography/Weight/500 - Global (primitives) */
|
|
850
|
-
--typography-weight-500: 500;
|
|
851
|
-
/* Typography/Weight/600 - Global (primitives) */
|
|
852
|
-
--typography-weight-600: 600;
|
|
853
|
-
/* Mobile/Display/Regular/Large */
|
|
854
|
-
--display-regular-large: 400 56px/72px var(--typeface);
|
|
855
|
-
/* Mobile/Display/Regular/Large - line height */
|
|
856
|
-
--display-regular-large-line-height: 72px;
|
|
857
|
-
/* Mobile/Display/Regular/Large - size */
|
|
858
|
-
--display-regular-large-size: 56px;
|
|
859
|
-
/* Mobile/Display/Regular/Large - style */
|
|
860
|
-
--display-regular-large-style: regular;
|
|
861
|
-
/* Mobile/Display/Regular/Medium */
|
|
862
|
-
--display-regular-medium: 400 48px/60px var(--typeface);
|
|
863
|
-
/* Mobile/Display/Regular/Medium - line height */
|
|
864
|
-
--display-regular-medium-line-height: 60px;
|
|
865
|
-
/* Mobile/Display/Regular/Medium - size */
|
|
866
|
-
--display-regular-medium-size: 48px;
|
|
867
|
-
/* Mobile/Display/Regular/Medium - style */
|
|
868
|
-
--display-regular-medium-style: regular;
|
|
869
|
-
/* Mobile/Display/Regular/Small */
|
|
870
|
-
--display-regular-small: 400 40px/48px var(--typeface);
|
|
871
|
-
/* Mobile/Display/Regular/Small - line height */
|
|
872
|
-
--display-regular-small-line-height: 48px;
|
|
873
|
-
/* Mobile/Display/Regular/Small - size */
|
|
874
|
-
--display-regular-small-size: 40px;
|
|
875
|
-
/* Mobile/Display/Regular/Small - style */
|
|
876
|
-
--display-regular-small-style: regular;
|
|
877
|
-
/* Mobile/Display/Semibold/Large */
|
|
878
|
-
--display-semibold-large: 600 56px/72px var(--typeface);
|
|
879
|
-
/* Mobile/Display/Semibold/Large - line height */
|
|
880
|
-
--display-semibold-large-line-height: 72px;
|
|
881
|
-
/* Mobile/Display/Semibold/Large - size */
|
|
882
|
-
--display-semibold-large-size: 56px;
|
|
883
|
-
/* Mobile/Display/Semibold/Large - style */
|
|
884
|
-
--display-semibold-large-style: semibold;
|
|
885
|
-
/* Mobile/Display/Semibold/Medium */
|
|
886
|
-
--display-semibold-medium: 600 48px/60px var(--typeface);
|
|
887
|
-
/* Mobile/Display/Semibold/Medium - line height */
|
|
888
|
-
--display-semibold-medium-line-height: 60px;
|
|
889
|
-
/* Mobile/Display/Semibold/Medium - size */
|
|
890
|
-
--display-semibold-medium-size: 48px;
|
|
891
|
-
/* Mobile/Display/Semibold/Medium - style */
|
|
892
|
-
--display-semibold-medium-style: semibold;
|
|
893
|
-
/* Mobile/Display/Semibold/Small */
|
|
894
|
-
--display-semibold-small: 600 40px/48px var(--typeface);
|
|
895
|
-
/* Mobile/Display/Semibold/Small - line height */
|
|
896
|
-
--display-semibold-small-line-height: 48px;
|
|
897
|
-
/* Mobile/Display/Semibold/Small - size */
|
|
898
|
-
--display-semibold-small-size: 40px;
|
|
899
|
-
/* Mobile/Display/Semibold/Small - style */
|
|
900
|
-
--display-semibold-small-style: semibold;
|
|
901
|
-
/* Mobile/Heading/H1 - Large Headline */
|
|
902
|
-
--heading-h1: 600 32px/40px var(--typeface);
|
|
903
|
-
/* Mobile/Heading/H1 - Large Headline line height */
|
|
904
|
-
--heading-h1-line-height: 40px;
|
|
905
|
-
/* Mobile/Heading/H1 - Large Headline size */
|
|
906
|
-
--heading-h1-size: 32px;
|
|
907
|
-
/* Mobile/Heading/H1 - Large Headline style */
|
|
908
|
-
--heading-h1-style: semibold;
|
|
909
|
-
/* Mobile/Heading/H2 - Headline */
|
|
910
|
-
--heading-h2: 600 28px/36px var(--typeface);
|
|
911
|
-
/* Mobile/Heading/H2 - Headline line height */
|
|
912
|
-
--heading-h2-line-height: 36px;
|
|
913
|
-
/* Mobile/Heading/H2 - Headline size */
|
|
914
|
-
--heading-h2-size: 28px;
|
|
915
|
-
/* Mobile/Heading/H2 - Headline style */
|
|
916
|
-
--heading-h2-style: semibold;
|
|
917
|
-
/* Mobile/Heading/H3 - Headline */
|
|
918
|
-
--heading-h3: 600 24px/32px var(--typeface);
|
|
919
|
-
/* Mobile/Heading/H3 - Headline line height */
|
|
920
|
-
--heading-h3-line-height: 32px;
|
|
921
|
-
/* Mobile/Heading/H3 - Headline size */
|
|
922
|
-
--heading-h3-size: 24px;
|
|
923
|
-
/* Mobile/Heading/H3 - Headline style */
|
|
924
|
-
--heading-h3-style: semibold;
|
|
925
|
-
/* Mobile/Heading/H4 - Headline */
|
|
926
|
-
--heading-h4: 600 20px/28px var(--typeface);
|
|
927
|
-
/* Mobile/Heading/H4 - Headline line height */
|
|
928
|
-
--heading-h4-line-height: 28px;
|
|
929
|
-
/* Mobile/Heading/H4 - Headline size */
|
|
930
|
-
--heading-h4-size: 20px;
|
|
931
|
-
/* Mobile/Heading/H4 - Headline style */
|
|
932
|
-
--heading-h4-style: semibold;
|
|
933
|
-
/* Mobile/Heading/H5 */
|
|
934
|
-
--heading-h5: 600 18px/24px var(--typeface);
|
|
935
|
-
/* Mobile/Heading/H5 - line height */
|
|
936
|
-
--heading-h5-line-height: 24px;
|
|
937
|
-
/* Mobile/Heading/H5 - size */
|
|
938
|
-
--heading-h5-size: 18px;
|
|
939
|
-
/* Mobile/Heading/H5 - style */
|
|
940
|
-
--heading-h5-style: semibold;
|
|
941
|
-
/* Mobile/Heading/H6 */
|
|
942
|
-
--heading-h6: 500 16px/20px var(--typeface);
|
|
943
|
-
/* Mobile/Heading/H6 - line height */
|
|
944
|
-
--heading-h6-line-height: 20px;
|
|
945
|
-
/* Mobile/Heading/H6 - size */
|
|
946
|
-
--heading-h6-size: 16px;
|
|
947
|
-
/* Mobile/Heading/H6 - style */
|
|
948
|
-
--heading-h6-style: medium;
|
|
949
|
-
/* Mobile/Subheader/Large - Headline */
|
|
950
|
-
--subheader-large: 400 20px/28px var(--typeface);
|
|
951
|
-
/* Mobile/Subheader/Large - Headline line height */
|
|
952
|
-
--subheader-large-line-height: 28px;
|
|
953
|
-
/* Mobile/Subheader/Large - Headline size */
|
|
954
|
-
--subheader-large-size: 20px;
|
|
955
|
-
/* Mobile/Subheader/Large - Headline style */
|
|
956
|
-
--subheader-large-style: regular;
|
|
957
|
-
/* Mobile/Subheader/Medium - Headline */
|
|
958
|
-
--subheader-medium: 400 18px/24px var(--typeface);
|
|
959
|
-
/* Mobile/Subheader/Medium - Headline line height */
|
|
960
|
-
--subheader-medium-line-height: 24px;
|
|
961
|
-
/* Mobile/Subheader/Medium - Headline size */
|
|
962
|
-
--subheader-medium-size: 18px;
|
|
963
|
-
/* Mobile/Subheader/Medium - Headline style */
|
|
964
|
-
--subheader-medium-style: regular;
|
|
965
|
-
/* Mobile/Subheader/X-Large - Headline */
|
|
966
|
-
--subheader-x-large: 400 24px/32px var(--typeface);
|
|
967
|
-
/* Mobile/Subheader/X-Large - Headline line height */
|
|
968
|
-
--subheader-x-large-line-height: 32px;
|
|
969
|
-
/* Mobile/Subheader/X-Large - Headline size */
|
|
970
|
-
--subheader-x-large-size: 24px;
|
|
971
|
-
/* Mobile/Subheader/X-Large - Headline style */
|
|
972
|
-
--subheader-x-large-style: regular;
|
|
973
|
-
/* Mobile/Subheader/XX-Large - Large Headline */
|
|
974
|
-
--subheader-xx-large: 400 28px/36px var(--typeface);
|
|
975
|
-
/* Mobile/Subheader/XX-Large - Large Headline line height */
|
|
976
|
-
--subheader-xx-large-line-height: 36px;
|
|
977
|
-
/* Mobile/Subheader/XX-Large - Large Headline size */
|
|
978
|
-
--subheader-xx-large-size: 28px;
|
|
979
|
-
/* Mobile/Subheader/XX-Large - Large Headline style */
|
|
980
|
-
--subheader-xx-large-style: regular;
|
|
981
|
-
/* Mobile/Subheader/XXX-Large - Large Headline */
|
|
982
|
-
--subheader-xxx-large: 400 32px/40px var(--typeface);
|
|
983
|
-
/* Mobile/Subheader/XXX-Large - Large Headline line height */
|
|
984
|
-
--subheader-xxx-large-line-height: 40px;
|
|
985
|
-
/* Mobile/Subheader/XXX-Large - Large Headline size */
|
|
986
|
-
--subheader-xxx-large-size: 32px;
|
|
987
|
-
/* Mobile/Subheader/XXX-Large - Large Headline style */
|
|
988
|
-
--subheader-xxx-large-style: regular;
|
|
989
|
-
|
|
990
|
-
@media (width >= 640px) {
|
|
991
|
-
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */
|
|
992
|
-
--display-regular-large: 400 64px/88px var(--typeface);
|
|
993
|
-
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */
|
|
994
|
-
--display-regular-large-line-height: 88px;
|
|
995
|
-
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */
|
|
996
|
-
--display-regular-large-size: 64px;
|
|
997
|
-
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */
|
|
998
|
-
--display-regular-large-style: regular;
|
|
999
|
-
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */
|
|
1000
|
-
--display-regular-medium: 400 56px/72px var(--typeface);
|
|
1001
|
-
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */
|
|
1002
|
-
--display-regular-medium-line-height: 72px;
|
|
1003
|
-
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */
|
|
1004
|
-
--display-regular-medium-size: 56px;
|
|
1005
|
-
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */
|
|
1006
|
-
--display-regular-medium-style: regular;
|
|
1007
|
-
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */
|
|
1008
|
-
--display-regular-small: 400 48px/60px var(--typeface);
|
|
1009
|
-
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */
|
|
1010
|
-
--display-regular-small-line-height: 60px;
|
|
1011
|
-
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */
|
|
1012
|
-
--display-regular-small-size: 48px;
|
|
1013
|
-
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */
|
|
1014
|
-
--display-regular-small-style: regular;
|
|
1015
|
-
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */
|
|
1016
|
-
--display-semibold-large: 600 64px/88px var(--typeface);
|
|
1017
|
-
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */
|
|
1018
|
-
--display-semibold-large-line-height: 88px;
|
|
1019
|
-
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */
|
|
1020
|
-
--display-semibold-large-size: 64px;
|
|
1021
|
-
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */
|
|
1022
|
-
--display-semibold-large-style: semibold;
|
|
1023
|
-
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */
|
|
1024
|
-
--display-semibold-medium: 600 56px/72px var(--typeface);
|
|
1025
|
-
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */
|
|
1026
|
-
--display-semibold-medium-line-height: 72px;
|
|
1027
|
-
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */
|
|
1028
|
-
--display-semibold-medium-size: 56px;
|
|
1029
|
-
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */
|
|
1030
|
-
--display-semibold-medium-style: semibold;
|
|
1031
|
-
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */
|
|
1032
|
-
--display-semibold-small: 600 48px/60px var(--typeface);
|
|
1033
|
-
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */
|
|
1034
|
-
--display-semibold-small-line-height: 60px;
|
|
1035
|
-
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */
|
|
1036
|
-
--display-semibold-small-size: 48px;
|
|
1037
|
-
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */
|
|
1038
|
-
--display-semibold-small-style: semibold;
|
|
1039
|
-
/* Desktop/Heading/H1 */
|
|
1040
|
-
--heading-h1: 600 40px/48px var(--typeface);
|
|
1041
|
-
/* Desktop/Heading/H1 - line height */
|
|
1042
|
-
--heading-h1-line-height: 48px;
|
|
1043
|
-
/* Desktop/Heading/H1 - size */
|
|
1044
|
-
--heading-h1-size: 40px;
|
|
1045
|
-
/* Desktop/Heading/H1 - style */
|
|
1046
|
-
--heading-h1-style: semibold;
|
|
1047
|
-
/* Desktop/Heading/H2 */
|
|
1048
|
-
--heading-h2: 600 32px/40px var(--typeface);
|
|
1049
|
-
/* Desktop/Heading/H2 - line height */
|
|
1050
|
-
--heading-h2-line-height: 40px;
|
|
1051
|
-
/* Desktop/Heading/H2 - size */
|
|
1052
|
-
--heading-h2-size: 32px;
|
|
1053
|
-
/* Desktop/Heading/H2 - style */
|
|
1054
|
-
--heading-h2-style: semibold;
|
|
1055
|
-
/* Desktop/Heading/H3 */
|
|
1056
|
-
--heading-h3: 600 28px/36px var(--typeface);
|
|
1057
|
-
/* Desktop/Heading/H3 - line height */
|
|
1058
|
-
--heading-h3-line-height: 36px;
|
|
1059
|
-
/* Desktop/Heading/H3 - size */
|
|
1060
|
-
--heading-h3-size: 28px;
|
|
1061
|
-
/* Desktop/Heading/H3 - style */
|
|
1062
|
-
--heading-h3-style: semibold;
|
|
1063
|
-
/* Desktop/Heading/H4 */
|
|
1064
|
-
--heading-h4: 600 24px/32px var(--typeface);
|
|
1065
|
-
/* Desktop/Heading/H4 - line height */
|
|
1066
|
-
--heading-h4-line-height: 32px;
|
|
1067
|
-
/* Desktop/Heading/H4 - size */
|
|
1068
|
-
--heading-h4-size: 24px;
|
|
1069
|
-
/* Desktop/Heading/H4 - style */
|
|
1070
|
-
--heading-h4-style: semibold;
|
|
1071
|
-
/* Desktop/Heading/H5 */
|
|
1072
|
-
--heading-h5: 600 20px/28px var(--typeface);
|
|
1073
|
-
/* Desktop/Heading/H5 - line height */
|
|
1074
|
-
--heading-h5-line-height: 28px;
|
|
1075
|
-
/* Desktop/Heading/H5 - size */
|
|
1076
|
-
--heading-h5-size: 20px;
|
|
1077
|
-
/* Desktop/Heading/H5 - style */
|
|
1078
|
-
--heading-h5-style: semibold;
|
|
1079
|
-
/* Desktop/Heading/H6 */
|
|
1080
|
-
--heading-h6: 500 18px/24px var(--typeface);
|
|
1081
|
-
/* Desktop/Heading/H6 - line height */
|
|
1082
|
-
--heading-h6-line-height: 24px;
|
|
1083
|
-
/* Desktop/Heading/H6 - size */
|
|
1084
|
-
--heading-h6-size: 18px;
|
|
1085
|
-
/* Desktop/Heading/H6 - style */
|
|
1086
|
-
--heading-h6-style: medium;
|
|
1087
|
-
/* Desktop/Subheader/Large - Headline */
|
|
1088
|
-
--subheader-large: 400 24px/32px var(--typeface);
|
|
1089
|
-
/* Desktop/Subheader/Large - Headline line height */
|
|
1090
|
-
--subheader-large-line-height: 32px;
|
|
1091
|
-
/* Desktop/Subheader/Large - Headline size */
|
|
1092
|
-
--subheader-large-size: 24px;
|
|
1093
|
-
/* Desktop/Subheader/Large - Headline style */
|
|
1094
|
-
--subheader-large-style: regular;
|
|
1095
|
-
/* Desktop/Subheader/Medium */
|
|
1096
|
-
--subheader-medium: 400 20px/28px var(--typeface);
|
|
1097
|
-
/* Desktop/Subheader/Medium - line height */
|
|
1098
|
-
--subheader-medium-line-height: 28px;
|
|
1099
|
-
/* Desktop/Subheader/Medium - size */
|
|
1100
|
-
--subheader-medium-size: 20px;
|
|
1101
|
-
/* Desktop/Subheader/Medium - style */
|
|
1102
|
-
--subheader-medium-style: regular;
|
|
1103
|
-
/* Desktop/Subheader/X-Large - Headline */
|
|
1104
|
-
--subheader-x-large: 400 28px/36px var(--typeface);
|
|
1105
|
-
/* Desktop/Subheader/X-Large - Headline line height */
|
|
1106
|
-
--subheader-x-large-line-height: 36px;
|
|
1107
|
-
/* Desktop/Subheader/X-Large - Headline size */
|
|
1108
|
-
--subheader-x-large-size: 28px;
|
|
1109
|
-
/* Desktop/Subheader/X-Large - Headline style */
|
|
1110
|
-
--subheader-x-large-style: regular;
|
|
1111
|
-
/* Desktop/Subheader/XX-Large - Headline */
|
|
1112
|
-
--subheader-xx-large: 400 32px/40px var(--typeface);
|
|
1113
|
-
/* Desktop/Subheader/XX-Large - Headline line height */
|
|
1114
|
-
--subheader-xx-large-line-height: 40px;
|
|
1115
|
-
/* Desktop/Subheader/XX-Large - Headline size */
|
|
1116
|
-
--subheader-xx-large-size: 32px;
|
|
1117
|
-
/* Desktop/Subheader/XX-Large - Headline style */
|
|
1118
|
-
--subheader-xx-large-style: regular;
|
|
1119
|
-
/* Desktop/Subheader/XXX-Large - Large Headline */
|
|
1120
|
-
--subheader-xxx-large: 400 40px/48px var(--typeface);
|
|
1121
|
-
/* Desktop/Subheader/XXX-Large - Large Headline line height */
|
|
1122
|
-
--subheader-xxx-large-line-height: 48px;
|
|
1123
|
-
/* Desktop/Subheader/XXX-Large - Large Headline size */
|
|
1124
|
-
--subheader-xxx-large-size: 40px;
|
|
1125
|
-
/* Desktop/Subheader/XXX-Large - Large Headline style */
|
|
1126
|
-
--subheader-xxx-large-style: regular;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
/** Light theme (default) **/
|
|
1130
|
-
/* Background/base - Theme - Anywhere */
|
|
1131
|
-
--background-base: #ffffff;
|
|
1132
|
-
/* Background/scrim - Theme - Anywhere */
|
|
1133
|
-
--background-scrim: #00000040;
|
|
1134
|
-
/* Background/shade - Theme - Anywhere */
|
|
1135
|
-
--background-shade: #f5f5f5;
|
|
1136
|
-
/* Data visual/category-01 - Theme - Anywhere */
|
|
1137
|
-
--data-visual-category-01: #d67e51;
|
|
1138
|
-
/* Data visual/category-01-highlight - Theme - Anywhere */
|
|
1139
|
-
--data-visual-category-01-highlight: #f9ece5;
|
|
1140
|
-
/* Data visual/category-02 - Theme - Anywhere */
|
|
1141
|
-
--data-visual-category-02: #7a2a0b;
|
|
1142
|
-
/* Data visual/category-02-highlight - Theme - Anywhere */
|
|
1143
|
-
--data-visual-category-02-highlight: #ebdfda;
|
|
1144
|
-
/* Data visual/category-03 - Theme - Anywhere */
|
|
1145
|
-
--data-visual-category-03: #ab922b;
|
|
1146
|
-
/* Data visual/category-03-highlight - Theme - Anywhere */
|
|
1147
|
-
--data-visual-category-03-highlight: #f2efdf;
|
|
1148
|
-
/* Data visual/category-04 - Theme - Anywhere */
|
|
1149
|
-
--data-visual-category-04: #2d3300;
|
|
1150
|
-
/* Data visual/category-04-highlight - Theme - Anywhere */
|
|
1151
|
-
--data-visual-category-04-highlight: #dfe0d9;
|
|
1152
|
-
/* Data visual/category-05 - Theme - Anywhere */
|
|
1153
|
-
--data-visual-category-05: #794b34;
|
|
1154
|
-
/* Data visual/category-05-highlight - Theme - Anywhere */
|
|
1155
|
-
--data-visual-category-05-highlight: #ebe4e1;
|
|
1156
|
-
/* Data visual/category-06 - Theme - Anywhere */
|
|
1157
|
-
--data-visual-category-06: #7f7f7f;
|
|
1158
|
-
/* Data visual/category-06-highlight - Theme - Anywhere */
|
|
1159
|
-
--data-visual-category-06-highlight: #ececec;
|
|
1160
|
-
/* Data visual/category-07 - Theme - Anywhere */
|
|
1161
|
-
--data-visual-category-07: #530909;
|
|
1162
|
-
/* Data visual/category-07-highlight - Theme - Anywhere */
|
|
1163
|
-
--data-visual-category-07-highlight: #e5dada;
|
|
1164
|
-
/* Data visual/category-1 - Theme - Anywhere */
|
|
1165
|
-
--data-visual-category-1: #7a2a0b;
|
|
1166
|
-
/* Data visual/category-1-highlight - Theme - Anywhere */
|
|
1167
|
-
--data-visual-category-1-highlight: #ebdfda;
|
|
1168
|
-
/* Data visual/category-2 - Theme - Anywhere */
|
|
1169
|
-
--data-visual-category-2: #d67e51;
|
|
1170
|
-
/* Data visual/category-2-highlight - Theme - Anywhere */
|
|
1171
|
-
--data-visual-category-2-highlight: #f9ece5;
|
|
1172
|
-
/* Data visual/category-3 - Theme - Anywhere */
|
|
1173
|
-
--data-visual-category-3: #2d3300;
|
|
1174
|
-
/* Data visual/category-3-highlight - Theme - Anywhere */
|
|
1175
|
-
--data-visual-category-3-highlight: #dfe0d9;
|
|
1176
|
-
/* Data visual/category-4 - Theme - Anywhere */
|
|
1177
|
-
--data-visual-category-4: #ab922b;
|
|
1178
|
-
/* Data visual/category-4-highlight - Theme - Anywhere */
|
|
1179
|
-
--data-visual-category-4-highlight: #f2efdf;
|
|
1180
|
-
/* Data visual/category-5 - Theme - Anywhere */
|
|
1181
|
-
--data-visual-category-5: #530909;
|
|
1182
|
-
/* Data visual/category-5-highlight - Theme - Anywhere */
|
|
1183
|
-
--data-visual-category-5-highlight: #e5dada;
|
|
1184
|
-
/* Data visual/category-6 - Theme - Anywhere */
|
|
1185
|
-
--data-visual-category-6: #7f7f7f;
|
|
1186
|
-
/* Data visual/category-6-highlight - Theme - Anywhere */
|
|
1187
|
-
--data-visual-category-6-highlight: #ececec;
|
|
1188
|
-
/* Data visual/category-7 - Theme - Anywhere */
|
|
1189
|
-
--data-visual-category-7: #794b34;
|
|
1190
|
-
/* Data visual/category-7-highlight - Theme - Anywhere */
|
|
1191
|
-
--data-visual-category-7-highlight: #ebe4e1;
|
|
1192
|
-
/* Data visual/gradient-end - Theme - Anywhere */
|
|
1193
|
-
--data-visual-gradient-end: #ffffff00;
|
|
1194
|
-
/* Data visual/green - Theme - Anywhere */
|
|
1195
|
-
--data-visual-green: #258750;
|
|
1196
|
-
/* Data visual/green-highlight - Theme - Anywhere */
|
|
1197
|
-
--data-visual-green-highlight: #deede5;
|
|
1198
|
-
/* Data visual/negative - Theme - Anywhere */
|
|
1199
|
-
--data-visual-negative: #d83a52;
|
|
1200
|
-
/* Data visual/negative-highlight - Theme - Anywhere */
|
|
1201
|
-
--data-visual-negative-highlight: #f9e1e5;
|
|
1202
|
-
/* Data visual/positive - Theme - Anywhere */
|
|
1203
|
-
--data-visual-positive: #258750;
|
|
1204
|
-
/* Data visual/positive-highlight - Theme - Anywhere */
|
|
1205
|
-
--data-visual-positive-highlight: #deede5;
|
|
1206
|
-
/* Data visual/red - Theme - Anywhere */
|
|
1207
|
-
--data-visual-red: #d83a52;
|
|
1208
|
-
/* Data visual/red-highlight - Theme - Anywhere */
|
|
1209
|
-
--data-visual-red-highlight: #f9e1e5;
|
|
1210
|
-
/* Foreground/Brand/on-brand-secondary - Theme - Anywhere */
|
|
1211
|
-
--foreground-brand-on-secondary: #ffffff;
|
|
1212
|
-
/* Foreground/Brand/brand-primary - Theme - Anywhere */
|
|
1213
|
-
--foreground-brand-primary: #030330;
|
|
1214
|
-
/* Foreground/Brand/brand-primary-depth - Theme - Anywhere */
|
|
1215
|
-
--foreground-brand-primary-depth: #11103c;
|
|
1216
|
-
/* Foreground/Brand/brand-secondary - Theme - Anywhere */
|
|
1217
|
-
--foreground-brand-secondary: #e95525;
|
|
1218
|
-
/* Foreground/Brand/brand-secondary-depth - Theme - Anywhere */
|
|
1219
|
-
--foreground-brand-secondary-depth: #c6481f;
|
|
1220
|
-
/* Foreground/Link text/default - Theme - Anywhere */
|
|
1221
|
-
--foreground-link-text-default: #215ecd;
|
|
1222
|
-
/* Foreground/Link text/default-disabled - Theme - Anywhere */
|
|
1223
|
-
--foreground-link-text-default-disabled: #7a9ee1;
|
|
1224
|
-
/* Foreground/Link text/default-disabled 2 - Theme - Anywhere */
|
|
1225
|
-
--foreground-link-text-default-disabled-2: #7a9ee1;
|
|
1226
|
-
/* Foreground/Link text/default-hovered - Theme - Anywhere */
|
|
1227
|
-
--foreground-link-text-default-hovered: #1e55b9;
|
|
1228
|
-
/* Foreground/Link text/default-pressed - Theme - Anywhere */
|
|
1229
|
-
--foreground-link-text-default-pressed: #1a4ba4;
|
|
1230
|
-
/* Foreground/Link text/default-visited - Theme - Anywhere */
|
|
1231
|
-
--foreground-link-text-default-visited: #7a3e7a;
|
|
1232
|
-
/* Foreground/Link text/subtle-disabled - Theme - Anywhere */
|
|
1233
|
-
--foreground-link-text-subtle-disabled: #bdbdbd;
|
|
1234
|
-
/* Foreground/Link text/subtle-hovered - Theme - Anywhere */
|
|
1235
|
-
--foreground-link-text-subtle-hovered: #292929;
|
|
1236
|
-
/* Foreground/Link text/subtle-inversed-disabled - Theme - Anywhere */
|
|
1237
|
-
--foreground-link-text-subtle-inversed-disabled: #757575;
|
|
1238
|
-
/* Foreground/Link text/subtle-pressed - Theme - Anywhere */
|
|
1239
|
-
--foreground-link-text-subtle-pressed: #424242;
|
|
1240
|
-
/* Foreground/Neutral/disabled-on-color-surface - Theme - Anywhere */
|
|
1241
|
-
--foreground-neutral-disabled-on-color-surface: #757575;
|
|
1242
|
-
/* Foreground/Neutral/disabled-on-surface - Theme - Anywhere */
|
|
1243
|
-
--foreground-neutral-disabled-on-surface: #bdbdbd;
|
|
1244
|
-
/* Foreground/Neutral/on-surface - Theme - Anywhere */
|
|
1245
|
-
--foreground-neutral-on-surface: #141414;
|
|
1246
|
-
/* Foreground/Neutral/on-surface-variant-01 - Theme - Anywhere */
|
|
1247
|
-
--foreground-neutral-on-surface-variant-01: #474747;
|
|
1248
|
-
/* Foreground/Neutral/on-surface-variant-02 - Theme - Anywhere */
|
|
1249
|
-
--foreground-neutral-on-surface-variant-02: #757575;
|
|
1250
|
-
/* Foreground/Neutral/on-surface-variant-03 - Theme - Anywhere */
|
|
1251
|
-
--foreground-neutral-on-surface-variant-03: #8a8a8a;
|
|
1252
|
-
/* Foreground/Neutral/skeleton-element - Theme - Anywhere */
|
|
1253
|
-
--foreground-neutral-skeleton-element: #c7c7c7;
|
|
1254
|
-
/* Foreground/Spectrum/blue - Theme - Anywhere */
|
|
1255
|
-
--foreground-spectrum-blue: #143778;
|
|
1256
|
-
/* Foreground/Spectrum/green - Theme - Anywhere */
|
|
1257
|
-
--foreground-spectrum-green: #134428;
|
|
1258
|
-
/* Foreground/Spectrum/lime - Theme - Anywhere */
|
|
1259
|
-
--foreground-spectrum-lime: #60651a;
|
|
1260
|
-
/* Foreground/Spectrum/magenta - Theme - Anywhere */
|
|
1261
|
-
--foreground-spectrum-magenta: #63076f;
|
|
1262
|
-
/* Foreground/Spectrum/orange - Theme - Anywhere */
|
|
1263
|
-
--foreground-spectrum-orange: #773001;
|
|
1264
|
-
/* Foreground/Spectrum/pink - Theme - Anywhere */
|
|
1265
|
-
--foreground-spectrum-pink: #6c1240;
|
|
1266
|
-
/* Foreground/Spectrum/purple - Theme - Anywhere */
|
|
1267
|
-
--foreground-spectrum-purple: #310077;
|
|
1268
|
-
/* Foreground/Spectrum/red - Theme - Anywhere */
|
|
1269
|
-
--foreground-spectrum-red: #6c1d29;
|
|
1270
|
-
/* Foreground/Spectrum/teal - Theme - Anywhere */
|
|
1271
|
-
--foreground-spectrum-teal: #01413c;
|
|
1272
|
-
/* Foreground/Spectrum/yellow - Theme - Anywhere */
|
|
1273
|
-
--foreground-spectrum-yellow: #7b5e18;
|
|
1274
|
-
/* Interactions/brand-disabled-opacity - Theme - Anywhere */
|
|
1275
|
-
--interactions-brand-disabled-opacity: #0000000f;
|
|
1276
|
-
/* Interactions/brand-hover-opacity - Theme - Anywhere */
|
|
1277
|
-
--interactions-brand-hover-opacity: #0000001a;
|
|
1278
|
-
/* Interactions/brand-press-opacity - Theme - Anywhere */
|
|
1279
|
-
--interactions-brand-press-opacity: #00000033;
|
|
1280
|
-
/* Interactions/hover-opacity - Theme - Anywhere */
|
|
1281
|
-
--interactions-hover-opacity: #00000014;
|
|
1282
|
-
/* Interactions/link-active-opacity - Theme - Anywhere */
|
|
1283
|
-
--interactions-link-active-opacity: #0000004d;
|
|
1284
|
-
/* Interactions/neutral-hover-opacity - Theme - Anywhere */
|
|
1285
|
-
--interactions-neutral-hover-opacity: #00000014;
|
|
1286
|
-
/* Interactions/neutral-press-opacity - Theme - Anywhere */
|
|
1287
|
-
--interactions-neutral-press-opacity: #00000029;
|
|
1288
|
-
/* Interactions/press-opacity - Theme - Anywhere */
|
|
1289
|
-
--interactions-press-opacity: #00000029;
|
|
1290
|
-
/* Interactions/primary-disabled-opacity - Theme - Anywhere */
|
|
1291
|
-
--interactions-primary-disabled-opacity: #1413461f;
|
|
1292
|
-
/* Interactions/primary-hover-opacity - Theme - Anywhere */
|
|
1293
|
-
--interactions-primary-hover-opacity: #1413461a;
|
|
1294
|
-
/* Interactions/primary-press-opacity - Theme - Anywhere */
|
|
1295
|
-
--interactions-primary-press-opacity: #14134633;
|
|
1296
|
-
/* Shadow/shadow-10 - Theme - Anywhere */
|
|
1297
|
-
--shadow-10: #0000001a;
|
|
1298
|
-
/* Shadow/shadow-12 - Theme - Anywhere */
|
|
1299
|
-
--shadow-12: #0000001f;
|
|
1300
|
-
/* Shadow/shadow-15 - Theme - Anywhere */
|
|
1301
|
-
--shadow-15: #00000026;
|
|
1302
|
-
/* Shadow/shadow-25 - Theme - Anywhere */
|
|
1303
|
-
--shadow-25: #00000040;
|
|
1304
|
-
/* Shadow/shadow-32 - Theme - Anywhere */
|
|
1305
|
-
--shadow-32: #00000052;
|
|
1306
|
-
/* Shadow/inner-shadow - Theme - Anywhere */
|
|
1307
|
-
--shadow-inner: #ffffff;
|
|
1308
|
-
/* Shadow/inner-shadow-100 - Theme - Anywhere */
|
|
1309
|
-
--shadow-inner-100: #ffffff;
|
|
1310
|
-
/* Shadow/variant-01 - Theme - Anywhere */
|
|
1311
|
-
--shadow-variant-01: #0000001a;
|
|
1312
|
-
/* Shadow/variant-02 - Theme - Anywhere */
|
|
1313
|
-
--shadow-variant-02: #0000001f;
|
|
1314
|
-
/* Shadow/variant-03 - Theme - Anywhere */
|
|
1315
|
-
--shadow-variant-03: #00000026;
|
|
1316
|
-
/* Shadow/variant-04 - Theme - Anywhere */
|
|
1317
|
-
--shadow-variant-04: #00000040;
|
|
1318
|
-
/* Shadow/variant-05 - Theme - Anywhere */
|
|
1319
|
-
--shadow-variant-05: #00000052;
|
|
1320
|
-
/* Status/error - Theme - Anywhere */
|
|
1321
|
-
--status-error: #d83a52;
|
|
1322
|
-
/* Status/information - Theme - Anywhere */
|
|
1323
|
-
--status-information: #276ef1;
|
|
1324
|
-
/* Status/informational - Theme - Anywhere */
|
|
1325
|
-
--status-informational: #276ef1;
|
|
1326
|
-
/* Status/success - Theme - Anywhere */
|
|
1327
|
-
--status-success: #258750;
|
|
1328
|
-
/* Status/warning - Theme - Anywhere */
|
|
1329
|
-
--status-warning: #f6bc2f;
|
|
1330
|
-
/* Stroke/Brand/brand-primary - Theme - Anywhere */
|
|
1331
|
-
--stroke-brand-primary: #030330;
|
|
1332
|
-
/* Stroke/Brand/brand-primary-depth - Theme - Anywhere */
|
|
1333
|
-
--stroke-brand-primary-depth: #030329;
|
|
1334
|
-
/* Stroke/Brand/brand-secondary - Theme - Anywhere */
|
|
1335
|
-
--stroke-brand-secondary: #e95525;
|
|
1336
|
-
/* Stroke/Brand/brand-secondary-depth - Theme - Anywhere */
|
|
1337
|
-
--stroke-brand-secondary-depth: #c6481f;
|
|
1338
|
-
/* Stroke/Neutral/neutral-base - Theme - Anywhere */
|
|
1339
|
-
--stroke-neutral-base: #949494;
|
|
1340
|
-
/* Stroke/Neutral/disabled-dark - Theme - Anywhere */
|
|
1341
|
-
--stroke-neutral-disabled-dark: #757575;
|
|
1342
|
-
/* Stroke/Neutral/disabled-light - Theme - Anywhere */
|
|
1343
|
-
--stroke-neutral-disabled-light: #bdbdbd;
|
|
1344
|
-
/* Stroke/Neutral/focus - Theme - Anywhere */
|
|
1345
|
-
--stroke-neutral-focus: #000000;
|
|
1346
|
-
/* Stroke/Neutral/neutral-high - Theme - Anywhere */
|
|
1347
|
-
--stroke-neutral-high: #141414;
|
|
1348
|
-
/* Stroke/Neutral/neutral-high-contrast - Theme - Anywhere */
|
|
1349
|
-
--stroke-neutral-high-contrast: #141414;
|
|
1350
|
-
/* Stroke/Neutral/Interactions/disabled-dark - Theme - Anywhere */
|
|
1351
|
-
--stroke-neutral-interactions-disabled-dark: #757575;
|
|
1352
|
-
/* Stroke/Neutral/Interactions/disabled-light - Theme - Anywhere */
|
|
1353
|
-
--stroke-neutral-interactions-disabled-light: #bdbdbd;
|
|
1354
|
-
/* Stroke/Neutral/Interactions/focus - Theme - Anywhere */
|
|
1355
|
-
--stroke-neutral-interactions-focus: #000000;
|
|
1356
|
-
/* Stroke/Neutral/neutral-low - Theme - Anywhere */
|
|
1357
|
-
--stroke-neutral-low: #e0e0e0;
|
|
1358
|
-
/* Stroke/Neutral/neutral-low-contrast - Theme - Anywhere */
|
|
1359
|
-
--stroke-neutral-low-contrast: #e0e0e0;
|
|
1360
|
-
/* Surface/Brand/primary - Theme - Anywhere */
|
|
1361
|
-
--surface-brand-primary: #141346;
|
|
1362
|
-
/* Surface/Brand/primary-highlight - Theme - Anywhere */
|
|
1363
|
-
--surface-brand-primary-highlight: #dcdce3;
|
|
1364
|
-
/* Surface/Brand/secondary - Theme - Anywhere */
|
|
1365
|
-
--surface-brand-secondary: #e95525;
|
|
1366
|
-
/* Surface/Brand/secondary-highlight - Theme - Anywhere */
|
|
1367
|
-
--surface-brand-secondary-highlight: #fce6de;
|
|
1368
|
-
/* Surface/Neutral/Interactions/dark-disabled - Theme - Anywhere */
|
|
1369
|
-
--surface-neutral-interactions-dark-disabled: #d6d6d6;
|
|
1370
|
-
/* Surface/Neutral/Interactions/light-disabled - Theme - Anywhere */
|
|
1371
|
-
--surface-neutral-interactions-light-disabled: #f5f5f5;
|
|
1372
|
-
/* Surface/Neutral/Interactions/skeleton - Theme - Anywhere */
|
|
1373
|
-
--surface-neutral-interactions-skeleton: #e0e0e0;
|
|
1374
|
-
/* Surface/Neutral/inverse - Theme - Anywhere */
|
|
1375
|
-
--surface-neutral-inverse: #1f1f1f;
|
|
1376
|
-
/* Surface/Neutral/inverse-dark - Theme - Anywhere */
|
|
1377
|
-
--surface-neutral-inverse-dark: #1f1f1f;
|
|
1378
|
-
/* Surface/Neutral/inverse-light - Theme - Anywhere */
|
|
1379
|
-
--surface-neutral-inverse-light: #ffffff;
|
|
1380
|
-
/* Surface/Neutral/skeleton - Theme - Anywhere */
|
|
1381
|
-
--surface-neutral-skeleton: #e0e0e0;
|
|
1382
|
-
/* Surface/Neutral/T1-base - Theme - Anywhere */
|
|
1383
|
-
--surface-neutral-t1-base: #ffffff;
|
|
1384
|
-
/* Surface/Neutral/T2-lowest - Theme - Anywhere */
|
|
1385
|
-
--surface-neutral-t2-lowest: #f5f5f5;
|
|
1386
|
-
/* Surface/Neutral/T3-low - Theme - Anywhere */
|
|
1387
|
-
--surface-neutral-t3-low: #dbdbdb;
|
|
1388
|
-
/* Surface/Neutral/T4-high - Theme - Anywhere */
|
|
1389
|
-
--surface-neutral-t4-high: #6b6b6b;
|
|
1390
|
-
/* Surface/Spectrum/blue - Theme - Anywhere */
|
|
1391
|
-
--surface-spectrum-blue: #dfe9fd;
|
|
1392
|
-
/* Surface/Spectrum/green - Theme - Anywhere */
|
|
1393
|
-
--surface-spectrum-green: #deede5;
|
|
1394
|
-
/* Surface/Spectrum/lime - Theme - Anywhere */
|
|
1395
|
-
--surface-spectrum-lime: #f6f7e0;
|
|
1396
|
-
/* Surface/Spectrum/magenta - Theme - Anywhere */
|
|
1397
|
-
--surface-spectrum-magenta: #f6dbfa;
|
|
1398
|
-
/* Surface/Spectrum/orange - Theme - Anywhere */
|
|
1399
|
-
--surface-spectrum-orange: #fce7d9;
|
|
1400
|
-
/* Surface/Spectrum/pink - Theme - Anywhere */
|
|
1401
|
-
--surface-spectrum-pink: #f9deec;
|
|
1402
|
-
/* Surface/Spectrum/purple - Theme - Anywhere */
|
|
1403
|
-
--surface-spectrum-purple: #e7d9fc;
|
|
1404
|
-
/* Surface/Spectrum/red - Theme - Anywhere */
|
|
1405
|
-
--surface-spectrum-red: #f9e1e5;
|
|
1406
|
-
/* Surface/Spectrum/teal - Theme - Anywhere */
|
|
1407
|
-
--surface-spectrum-teal: #d9eceb;
|
|
1408
|
-
/* Surface/Spectrum/yellow - Theme - Anywhere */
|
|
1409
|
-
--surface-spectrum-yellow: #fef5e0;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
[data-theme='dark'] {
|
|
1413
|
-
/* Background/base - Theme - Anywhere */
|
|
1414
|
-
--background-base: #1f1f1f;
|
|
1415
|
-
/* Background/scrim - Theme - Anywhere */
|
|
1416
|
-
--background-scrim: #61616180;
|
|
1417
|
-
/* Background/shade - Theme - Anywhere */
|
|
1418
|
-
--background-shade: #292929;
|
|
1419
|
-
/* Data visual/category-01 - Theme - Anywhere */
|
|
1420
|
-
--data-visual-category-01: #e6b297;
|
|
1421
|
-
/* Data visual/category-01-highlight - Theme - Anywhere */
|
|
1422
|
-
--data-visual-category-01-highlight: #6b3f29;
|
|
1423
|
-
/* Data visual/category-02 - Theme - Anywhere */
|
|
1424
|
-
--data-visual-category-02: #b68a79;
|
|
1425
|
-
/* Data visual/category-02-highlight - Theme - Anywhere */
|
|
1426
|
-
--data-visual-category-02-highlight: #3d1506;
|
|
1427
|
-
/* Data visual/category-03 - Theme - Anywhere */
|
|
1428
|
-
--data-visual-category-03: #cdbe80;
|
|
1429
|
-
/* Data visual/category-03-highlight - Theme - Anywhere */
|
|
1430
|
-
--data-visual-category-03-highlight: #564916;
|
|
1431
|
-
/* Data visual/category-04 - Theme - Anywhere */
|
|
1432
|
-
--data-visual-category-04: #969980;
|
|
1433
|
-
/* Data visual/category-04-highlight - Theme - Anywhere */
|
|
1434
|
-
--data-visual-category-04-highlight: #171a00;
|
|
1435
|
-
/* Data visual/category-05 - Theme - Anywhere */
|
|
1436
|
-
--data-visual-category-05: #af9385;
|
|
1437
|
-
/* Data visual/category-05-highlight - Theme - Anywhere */
|
|
1438
|
-
--data-visual-category-05-highlight: #3d261a;
|
|
1439
|
-
/* Data visual/category-06 - Theme - Anywhere */
|
|
1440
|
-
--data-visual-category-06: #b2b2b2;
|
|
1441
|
-
/* Data visual/category-06-highlight - Theme - Anywhere */
|
|
1442
|
-
--data-visual-category-06-highlight: #404040;
|
|
1443
|
-
/* Data visual/category-07 - Theme - Anywhere */
|
|
1444
|
-
--data-visual-category-07: #a98484;
|
|
1445
|
-
/* Data visual/category-07-highlight - Theme - Anywhere */
|
|
1446
|
-
--data-visual-category-07-highlight: #2a0505;
|
|
1447
|
-
/* Data visual/category-1 - Theme - Anywhere */
|
|
1448
|
-
--data-visual-category-1: #b68a79;
|
|
1449
|
-
/* Data visual/category-1-highlight - Theme - Anywhere */
|
|
1450
|
-
--data-visual-category-1-highlight: #3d1506;
|
|
1451
|
-
/* Data visual/category-2 - Theme - Anywhere */
|
|
1452
|
-
--data-visual-category-2: #e6b297;
|
|
1453
|
-
/* Data visual/category-2-highlight - Theme - Anywhere */
|
|
1454
|
-
--data-visual-category-2-highlight: #6b3f29;
|
|
1455
|
-
/* Data visual/category-3 - Theme - Anywhere */
|
|
1456
|
-
--data-visual-category-3: #969980;
|
|
1457
|
-
/* Data visual/category-3-highlight - Theme - Anywhere */
|
|
1458
|
-
--data-visual-category-3-highlight: #171a00;
|
|
1459
|
-
/* Data visual/category-4 - Theme - Anywhere */
|
|
1460
|
-
--data-visual-category-4: #cdbe80;
|
|
1461
|
-
/* Data visual/category-4-highlight - Theme - Anywhere */
|
|
1462
|
-
--data-visual-category-4-highlight: #564916;
|
|
1463
|
-
/* Data visual/category-5 - Theme - Anywhere */
|
|
1464
|
-
--data-visual-category-5: #a98484;
|
|
1465
|
-
/* Data visual/category-5-highlight - Theme - Anywhere */
|
|
1466
|
-
--data-visual-category-5-highlight: #2a0505;
|
|
1467
|
-
/* Data visual/category-6 - Theme - Anywhere */
|
|
1468
|
-
--data-visual-category-6: #b2b2b2;
|
|
1469
|
-
/* Data visual/category-6-highlight - Theme - Anywhere */
|
|
1470
|
-
--data-visual-category-6-highlight: #404040;
|
|
1471
|
-
/* Data visual/category-7 - Theme - Anywhere */
|
|
1472
|
-
--data-visual-category-7: #af9385;
|
|
1473
|
-
/* Data visual/category-7-highlight - Theme - Anywhere */
|
|
1474
|
-
--data-visual-category-7-highlight: #3d261a;
|
|
1475
|
-
/* Data visual/gradient-end - Theme - Anywhere */
|
|
1476
|
-
--data-visual-gradient-end: #1f1f1f00;
|
|
1477
|
-
/* Data visual/green - Theme - Anywhere */
|
|
1478
|
-
--data-visual-green: #7cb796;
|
|
1479
|
-
/* Data visual/green-highlight - Theme - Anywhere */
|
|
1480
|
-
--data-visual-green-highlight: #0d2f1c;
|
|
1481
|
-
/* Data visual/negative - Theme - Anywhere */
|
|
1482
|
-
--data-visual-negative: #e88997;
|
|
1483
|
-
/* Data visual/negative-highlight - Theme - Anywhere */
|
|
1484
|
-
--data-visual-negative-highlight: #4c141d;
|
|
1485
|
-
/* Data visual/positive - Theme - Anywhere */
|
|
1486
|
-
--data-visual-positive: #7cb796;
|
|
1487
|
-
/* Data visual/positive-highlight - Theme - Anywhere */
|
|
1488
|
-
--data-visual-positive-highlight: #0d2f1c;
|
|
1489
|
-
/* Data visual/red - Theme - Anywhere */
|
|
1490
|
-
--data-visual-red: #e88997;
|
|
1491
|
-
/* Data visual/red-highlight - Theme - Anywhere */
|
|
1492
|
-
--data-visual-red-highlight: #4c141d;
|
|
1493
|
-
/* Foreground/Brand/on-brand-secondary - Theme - Anywhere */
|
|
1494
|
-
--foreground-brand-on-secondary: #141414;
|
|
1495
|
-
/* Foreground/Brand/brand-primary - Theme - Anywhere */
|
|
1496
|
-
--foreground-brand-primary: #727190;
|
|
1497
|
-
/* Foreground/Brand/brand-primary-depth - Theme - Anywhere */
|
|
1498
|
-
--foreground-brand-primary-depth: #9595ac;
|
|
1499
|
-
/* Foreground/Brand/brand-secondary - Theme - Anywhere */
|
|
1500
|
-
--foreground-brand-secondary: #f2997c;
|
|
1501
|
-
/* Foreground/Brand/brand-secondary-depth - Theme - Anywhere */
|
|
1502
|
-
--foreground-brand-secondary-depth: #f5b39d;
|
|
1503
|
-
/* Foreground/Link text/default - Theme - Anywhere */
|
|
1504
|
-
--foreground-link-text-default: #7a9ee1;
|
|
1505
|
-
/* Foreground/Link text/default-disabled - Theme - Anywhere */
|
|
1506
|
-
--foreground-link-text-default-disabled: #14387b;
|
|
1507
|
-
/* Foreground/Link text/default-disabled 2 - Theme - Anywhere */
|
|
1508
|
-
--foreground-link-text-default-disabled-2: #14387b;
|
|
1509
|
-
/* Foreground/Link text/default-hovered - Theme - Anywhere */
|
|
1510
|
-
--foreground-link-text-default-hovered: #90afe6;
|
|
1511
|
-
/* Foreground/Link text/default-pressed - Theme - Anywhere */
|
|
1512
|
-
--foreground-link-text-default-pressed: #a6bfeb;
|
|
1513
|
-
/* Foreground/Link text/default-visited - Theme - Anywhere */
|
|
1514
|
-
--foreground-link-text-default-visited: #af8baf;
|
|
1515
|
-
/* Foreground/Link text/subtle-disabled - Theme - Anywhere */
|
|
1516
|
-
--foreground-link-text-subtle-disabled: #4d4d4d;
|
|
1517
|
-
/* Foreground/Link text/subtle-hovered - Theme - Anywhere */
|
|
1518
|
-
--foreground-link-text-subtle-hovered: #e6e6e6;
|
|
1519
|
-
/* Foreground/Link text/subtle-inversed-disabled - Theme - Anywhere */
|
|
1520
|
-
--foreground-link-text-subtle-inversed-disabled: #424242;
|
|
1521
|
-
/* Foreground/Link text/subtle-pressed - Theme - Anywhere */
|
|
1522
|
-
--foreground-link-text-subtle-pressed: #d1d1d1;
|
|
1523
|
-
/* Foreground/Neutral/disabled-on-color-surface - Theme - Anywhere */
|
|
1524
|
-
--foreground-neutral-disabled-on-color-surface: #424242;
|
|
1525
|
-
/* Foreground/Neutral/disabled-on-surface - Theme - Anywhere */
|
|
1526
|
-
--foreground-neutral-disabled-on-surface: #4d4d4d;
|
|
1527
|
-
/* Foreground/Neutral/on-surface - Theme - Anywhere */
|
|
1528
|
-
--foreground-neutral-on-surface: #fafafa;
|
|
1529
|
-
/* Foreground/Neutral/on-surface-variant-01 - Theme - Anywhere */
|
|
1530
|
-
--foreground-neutral-on-surface-variant-01: #c2c2c2;
|
|
1531
|
-
/* Foreground/Neutral/on-surface-variant-02 - Theme - Anywhere */
|
|
1532
|
-
--foreground-neutral-on-surface-variant-02: #9e9e9e;
|
|
1533
|
-
/* Foreground/Neutral/on-surface-variant-03 - Theme - Anywhere */
|
|
1534
|
-
--foreground-neutral-on-surface-variant-03: #757575;
|
|
1535
|
-
/* Foreground/Neutral/skeleton-element - Theme - Anywhere */
|
|
1536
|
-
--foreground-neutral-skeleton-element: #4d4d4d;
|
|
1537
|
-
/* Foreground/Spectrum/blue - Theme - Anywhere */
|
|
1538
|
-
--foreground-spectrum-blue: #88aff7;
|
|
1539
|
-
/* Foreground/Spectrum/green - Theme - Anywhere */
|
|
1540
|
-
--foreground-spectrum-green: #87bd9f;
|
|
1541
|
-
/* Foreground/Spectrum/lime - Theme - Anywhere */
|
|
1542
|
-
--foreground-spectrum-lime: #dce28f;
|
|
1543
|
-
/* Foreground/Spectrum/magenta - Theme - Anywhere */
|
|
1544
|
-
--foreground-spectrum-magenta: #e07aed;
|
|
1545
|
-
/* Foreground/Spectrum/orange - Theme - Anywhere */
|
|
1546
|
-
--foreground-spectrum-orange: #f6a874;
|
|
1547
|
-
/* Foreground/Spectrum/pink - Theme - Anywhere */
|
|
1548
|
-
--foreground-spectrum-pink: #ea86b9;
|
|
1549
|
-
/* Foreground/Spectrum/purple - Theme - Anywhere */
|
|
1550
|
-
--foreground-spectrum-purple: #c8a6f9;
|
|
1551
|
-
/* Foreground/Spectrum/red - Theme - Anywhere */
|
|
1552
|
-
--foreground-spectrum-red: #ea93a0;
|
|
1553
|
-
/* Foreground/Spectrum/teal - Theme - Anywhere */
|
|
1554
|
-
--foreground-spectrum-teal: #74bbb4;
|
|
1555
|
-
/* Foreground/Spectrum/yellow - Theme - Anywhere */
|
|
1556
|
-
--foreground-spectrum-yellow: #fada8d;
|
|
1557
|
-
/* Interactions/brand-disabled-opacity - Theme - Anywhere */
|
|
1558
|
-
--interactions-brand-disabled-opacity: #ffffff0f;
|
|
1559
|
-
/* Interactions/brand-hover-opacity - Theme - Anywhere */
|
|
1560
|
-
--interactions-brand-hover-opacity: #ffffff1a;
|
|
1561
|
-
/* Interactions/brand-press-opacity - Theme - Anywhere */
|
|
1562
|
-
--interactions-brand-press-opacity: #ffffff33;
|
|
1563
|
-
/* Interactions/hover-opacity - Theme - Anywhere */
|
|
1564
|
-
--interactions-hover-opacity: #ffffff14;
|
|
1565
|
-
/* Interactions/link-active-opacity - Theme - Anywhere */
|
|
1566
|
-
--interactions-link-active-opacity: #ffffff4d;
|
|
1567
|
-
/* Interactions/neutral-hover-opacity - Theme - Anywhere */
|
|
1568
|
-
--interactions-neutral-hover-opacity: #ffffff14;
|
|
1569
|
-
/* Interactions/neutral-press-opacity - Theme - Anywhere */
|
|
1570
|
-
--interactions-neutral-press-opacity: #ffffff29;
|
|
1571
|
-
/* Interactions/press-opacity - Theme - Anywhere */
|
|
1572
|
-
--interactions-press-opacity: #ffffff29;
|
|
1573
|
-
/* Interactions/primary-disabled-opacity - Theme - Anywhere */
|
|
1574
|
-
--interactions-primary-disabled-opacity: #7271901f;
|
|
1575
|
-
/* Interactions/primary-hover-opacity - Theme - Anywhere */
|
|
1576
|
-
--interactions-primary-hover-opacity: #7271901a;
|
|
1577
|
-
/* Interactions/primary-press-opacity - Theme - Anywhere */
|
|
1578
|
-
--interactions-primary-press-opacity: #72719033;
|
|
1579
|
-
/* Shadow/shadow-10 - Theme - Anywhere */
|
|
1580
|
-
--shadow-10: #6161611a;
|
|
1581
|
-
/* Shadow/shadow-12 - Theme - Anywhere */
|
|
1582
|
-
--shadow-12: #6161611f;
|
|
1583
|
-
/* Shadow/shadow-15 - Theme - Anywhere */
|
|
1584
|
-
--shadow-15: #61616126;
|
|
1585
|
-
/* Shadow/shadow-25 - Theme - Anywhere */
|
|
1586
|
-
--shadow-25: #61616140;
|
|
1587
|
-
/* Shadow/shadow-32 - Theme - Anywhere */
|
|
1588
|
-
--shadow-32: #61616152;
|
|
1589
|
-
/* Shadow/inner-shadow - Theme - Anywhere */
|
|
1590
|
-
--shadow-inner: #000000;
|
|
1591
|
-
/* Shadow/inner-shadow-100 - Theme - Anywhere */
|
|
1592
|
-
--shadow-inner-100: #000000;
|
|
1593
|
-
/* Shadow/variant-01 - Theme - Anywhere */
|
|
1594
|
-
--shadow-variant-01: #6161611a;
|
|
1595
|
-
/* Shadow/variant-02 - Theme - Anywhere */
|
|
1596
|
-
--shadow-variant-02: #6161611f;
|
|
1597
|
-
/* Shadow/variant-03 - Theme - Anywhere */
|
|
1598
|
-
--shadow-variant-03: #61616126;
|
|
1599
|
-
/* Shadow/variant-04 - Theme - Anywhere */
|
|
1600
|
-
--shadow-variant-04: #61616140;
|
|
1601
|
-
/* Shadow/variant-05 - Theme - Anywhere */
|
|
1602
|
-
--shadow-variant-05: #61616152;
|
|
1603
|
-
/* Status/error - Theme - Anywhere */
|
|
1604
|
-
--status-error: #e26b7d;
|
|
1605
|
-
/* Status/information - Theme - Anywhere */
|
|
1606
|
-
--status-information: #5d92f5;
|
|
1607
|
-
/* Status/informational - Theme - Anywhere */
|
|
1608
|
-
--status-informational: #5d92f5;
|
|
1609
|
-
/* Status/success - Theme - Anywhere */
|
|
1610
|
-
--status-success: #519f73;
|
|
1611
|
-
/* Status/warning - Theme - Anywhere */
|
|
1612
|
-
--status-warning: #f8cd63;
|
|
1613
|
-
/* Stroke/Brand/brand-primary - Theme - Anywhere */
|
|
1614
|
-
--stroke-brand-primary: #727190;
|
|
1615
|
-
/* Stroke/Brand/brand-primary-depth - Theme - Anywhere */
|
|
1616
|
-
--stroke-brand-primary-depth: #9595ac;
|
|
1617
|
-
/* Stroke/Brand/brand-secondary - Theme - Anywhere */
|
|
1618
|
-
--stroke-brand-secondary: #f2997c;
|
|
1619
|
-
/* Stroke/Brand/brand-secondary-depth - Theme - Anywhere */
|
|
1620
|
-
--stroke-brand-secondary-depth: #f5b39d;
|
|
1621
|
-
/* Stroke/Neutral/neutral-base - Theme - Anywhere */
|
|
1622
|
-
--stroke-neutral-base: #6b6b6b;
|
|
1623
|
-
/* Stroke/Neutral/disabled-dark - Theme - Anywhere */
|
|
1624
|
-
--stroke-neutral-disabled-dark: #424242;
|
|
1625
|
-
/* Stroke/Neutral/disabled-light - Theme - Anywhere */
|
|
1626
|
-
--stroke-neutral-disabled-light: #4d4d4d;
|
|
1627
|
-
/* Stroke/Neutral/focus - Theme - Anywhere */
|
|
1628
|
-
--stroke-neutral-focus: #ffffff;
|
|
1629
|
-
/* Stroke/Neutral/neutral-high - Theme - Anywhere */
|
|
1630
|
-
--stroke-neutral-high: #fafafa;
|
|
1631
|
-
/* Stroke/Neutral/neutral-high-contrast - Theme - Anywhere */
|
|
1632
|
-
--stroke-neutral-high-contrast: #fafafa;
|
|
1633
|
-
/* Stroke/Neutral/Interactions/disabled-dark - Theme - Anywhere */
|
|
1634
|
-
--stroke-neutral-interactions-disabled-dark: #424242;
|
|
1635
|
-
/* Stroke/Neutral/Interactions/disabled-light - Theme - Anywhere */
|
|
1636
|
-
--stroke-neutral-interactions-disabled-light: #4d4d4d;
|
|
1637
|
-
/* Stroke/Neutral/Interactions/focus - Theme - Anywhere */
|
|
1638
|
-
--stroke-neutral-interactions-focus: #ffffff;
|
|
1639
|
-
/* Stroke/Neutral/neutral-low - Theme - Anywhere */
|
|
1640
|
-
--stroke-neutral-low: #4d4d4d;
|
|
1641
|
-
/* Stroke/Neutral/neutral-low-contrast - Theme - Anywhere */
|
|
1642
|
-
--stroke-neutral-low-contrast: #4d4d4d;
|
|
1643
|
-
/* Surface/Brand/primary - Theme - Anywhere */
|
|
1644
|
-
--surface-brand-primary: #727190;
|
|
1645
|
-
/* Surface/Brand/primary-highlight - Theme - Anywhere */
|
|
1646
|
-
--surface-brand-primary-highlight: #050512;
|
|
1647
|
-
/* Surface/Brand/secondary - Theme - Anywhere */
|
|
1648
|
-
--surface-brand-secondary: #f2997c;
|
|
1649
|
-
/* Surface/Brand/secondary-highlight - Theme - Anywhere */
|
|
1650
|
-
--surface-brand-secondary-highlight: #3a1509;
|
|
1651
|
-
/* Surface/Neutral/Interactions/dark-disabled - Theme - Anywhere */
|
|
1652
|
-
--surface-neutral-interactions-dark-disabled: #474747;
|
|
1653
|
-
/* Surface/Neutral/Interactions/light-disabled - Theme - Anywhere */
|
|
1654
|
-
--surface-neutral-interactions-light-disabled: #292929;
|
|
1655
|
-
/* Surface/Neutral/Interactions/skeleton - Theme - Anywhere */
|
|
1656
|
-
--surface-neutral-interactions-skeleton: #333333;
|
|
1657
|
-
/* Surface/Neutral/inverse - Theme - Anywhere */
|
|
1658
|
-
--surface-neutral-inverse: #383838;
|
|
1659
|
-
/* Surface/Neutral/inverse-dark - Theme - Anywhere */
|
|
1660
|
-
--surface-neutral-inverse-dark: #383838;
|
|
1661
|
-
/* Surface/Neutral/inverse-light - Theme - Anywhere */
|
|
1662
|
-
--surface-neutral-inverse-light: #575757;
|
|
1663
|
-
/* Surface/Neutral/skeleton - Theme - Anywhere */
|
|
1664
|
-
--surface-neutral-skeleton: #333333;
|
|
1665
|
-
/* Surface/Neutral/T1-base - Theme - Anywhere */
|
|
1666
|
-
--surface-neutral-t1-base: #1f1f1f;
|
|
1667
|
-
/* Surface/Neutral/T2-lowest - Theme - Anywhere */
|
|
1668
|
-
--surface-neutral-t2-lowest: #2e2e2e;
|
|
1669
|
-
/* Surface/Neutral/T3-low - Theme - Anywhere */
|
|
1670
|
-
--surface-neutral-t3-low: #383838;
|
|
1671
|
-
/* Surface/Neutral/T4-high - Theme - Anywhere */
|
|
1672
|
-
--surface-neutral-t4-high: #474747;
|
|
1673
|
-
/* Surface/Spectrum/blue - Theme - Anywhere */
|
|
1674
|
-
--surface-spectrum-blue: #0e2754;
|
|
1675
|
-
/* Surface/Spectrum/green - Theme - Anywhere */
|
|
1676
|
-
--surface-spectrum-green: #0d2f1c;
|
|
1677
|
-
/* Surface/Spectrum/lime - Theme - Anywhere */
|
|
1678
|
-
--surface-spectrum-lime: #434712;
|
|
1679
|
-
/* Surface/Spectrum/magenta - Theme - Anywhere */
|
|
1680
|
-
--surface-spectrum-magenta: #45054e;
|
|
1681
|
-
/* Surface/Spectrum/orange - Theme - Anywhere */
|
|
1682
|
-
--surface-spectrum-orange: #532201;
|
|
1683
|
-
/* Surface/Spectrum/pink - Theme - Anywhere */
|
|
1684
|
-
--surface-spectrum-pink: #4c0c2d;
|
|
1685
|
-
/* Surface/Spectrum/purple - Theme - Anywhere */
|
|
1686
|
-
--surface-spectrum-purple: #220053;
|
|
1687
|
-
/* Surface/Spectrum/red - Theme - Anywhere */
|
|
1688
|
-
--surface-spectrum-red: #4c141d;
|
|
1689
|
-
/* Surface/Spectrum/teal - Theme - Anywhere */
|
|
1690
|
-
--surface-spectrum-teal: #012e2a;
|
|
1691
|
-
/* Surface/Spectrum/yellow - Theme - Anywhere */
|
|
1692
|
-
--surface-spectrum-yellow: #564210;
|
|
1693
|
-
}
|