@primer/react-brand 0.28.1 → 0.29.0-rc.323b976
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/lib/VideoPlayer/VideoPlayer.d.ts +1 -0
- package/lib/css/main.css +397 -625
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +267 -529
- package/lib/design-tokens/css/tokens/base/colors/light.css +140 -0
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +13 -13
- package/lib/design-tokens/css/tokens/functional/colors/global.css +7 -7
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +5 -5
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -2
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +5 -5
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +3 -3
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +3 -3
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +35 -0
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/{color-scales.js → light.js} +843 -825
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +25 -25
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -16
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +3 -3
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +5 -5
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +138 -0
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +7 -7
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -2
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +2 -2
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +2 -2
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +137 -0
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +7 -7
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -2
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/{color-scales.d.ts → light.d.ts} +20 -19
- package/lib/design-tokens/ts/tokens/base/colors/light.js +178 -0
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +7 -7
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -2
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -2
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +2 -2
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +2 -2
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/package.json +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +0 -139
- package/lib/design-tokens/js/tokens/base/colors/color-scales.js +0 -137
- package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +0 -136
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +0 -177
package/lib/css/main.css
CHANGED
|
@@ -89,547 +89,285 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
92
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
96
96
|
[data-color-mode="light"] {
|
|
97
|
-
--base-color-scale-
|
|
98
|
-
--base-color-scale-
|
|
99
|
-
--base-color-scale-
|
|
100
|
-
--base-color-scale-gray-
|
|
101
|
-
--base-color-scale-gray-
|
|
102
|
-
--base-color-scale-gray-2:
|
|
103
|
-
--base-color-scale-gray-3
|
|
104
|
-
--base-color-scale-gray-
|
|
105
|
-
--base-color-scale-gray-
|
|
106
|
-
--base-color-scale-gray-
|
|
107
|
-
--base-color-scale-gray-
|
|
108
|
-
--base-color-scale-gray-
|
|
109
|
-
--base-color-scale-gray-
|
|
110
|
-
--base-color-scale-
|
|
111
|
-
--base-color-scale-
|
|
112
|
-
--base-color-scale-
|
|
113
|
-
--base-color-scale-
|
|
114
|
-
--base-color-scale-
|
|
115
|
-
--base-color-scale-
|
|
116
|
-
--base-color-scale-
|
|
117
|
-
--base-color-scale-
|
|
118
|
-
--base-color-scale-
|
|
119
|
-
--base-color-scale-
|
|
120
|
-
--base-color-scale-
|
|
121
|
-
--base-color-scale-
|
|
122
|
-
--base-color-scale-
|
|
123
|
-
--base-color-scale-
|
|
124
|
-
--base-color-scale-
|
|
125
|
-
--base-color-scale-
|
|
126
|
-
--base-color-scale-
|
|
127
|
-
--base-color-scale-
|
|
128
|
-
--base-color-scale-
|
|
129
|
-
--base-color-scale-
|
|
130
|
-
--base-color-scale-
|
|
131
|
-
--base-color-scale-
|
|
132
|
-
--base-color-scale-
|
|
133
|
-
--base-color-scale-
|
|
134
|
-
--base-color-scale-
|
|
135
|
-
--base-color-scale-
|
|
136
|
-
--base-color-scale-
|
|
137
|
-
--base-color-scale-
|
|
138
|
-
--base-color-scale-
|
|
139
|
-
--base-color-scale-
|
|
140
|
-
--base-color-scale-
|
|
141
|
-
--base-color-scale-
|
|
142
|
-
--base-color-scale-
|
|
143
|
-
--base-color-scale-
|
|
144
|
-
--base-color-scale-
|
|
145
|
-
--base-color-scale-
|
|
146
|
-
--base-color-scale-
|
|
147
|
-
--base-color-scale-
|
|
148
|
-
--base-color-scale-
|
|
149
|
-
--base-color-scale-
|
|
150
|
-
--base-color-scale-
|
|
151
|
-
--base-color-scale-
|
|
152
|
-
--base-color-scale-
|
|
153
|
-
--base-color-scale-
|
|
154
|
-
--base-color-scale-
|
|
155
|
-
--base-color-scale-
|
|
156
|
-
--base-color-scale-
|
|
157
|
-
--base-color-scale-
|
|
158
|
-
--base-color-scale-
|
|
159
|
-
--base-color-scale-
|
|
160
|
-
--base-color-scale-
|
|
161
|
-
--base-color-scale-
|
|
162
|
-
--base-color-scale-
|
|
163
|
-
--base-color-scale-
|
|
164
|
-
--base-color-scale-
|
|
165
|
-
--base-color-scale-
|
|
166
|
-
--base-color-scale-
|
|
167
|
-
--base-color-scale-
|
|
168
|
-
--base-color-scale-
|
|
169
|
-
--base-color-scale-
|
|
170
|
-
--base-color-scale-
|
|
171
|
-
--base-color-scale-
|
|
172
|
-
--base-color-scale-
|
|
173
|
-
--base-color-scale-
|
|
174
|
-
--base-color-scale-
|
|
175
|
-
--base-color-scale-
|
|
176
|
-
--base-color-scale-
|
|
177
|
-
--base-color-scale-
|
|
178
|
-
--base-color-scale-
|
|
179
|
-
--base-color-scale-
|
|
180
|
-
--base-color-scale-
|
|
181
|
-
--base-color-scale-
|
|
182
|
-
--base-color-scale-
|
|
183
|
-
--base-color-scale-
|
|
184
|
-
--base-color-scale-
|
|
185
|
-
--base-color-scale-
|
|
186
|
-
--base-color-scale-
|
|
187
|
-
--base-color-scale-
|
|
188
|
-
--base-color-scale-
|
|
189
|
-
--base-color-scale-
|
|
190
|
-
--base-color-scale-
|
|
191
|
-
--base-color-scale-
|
|
192
|
-
--base-color-scale-
|
|
193
|
-
--base-color-scale-
|
|
194
|
-
--base-color-scale-
|
|
195
|
-
--base-color-scale-
|
|
196
|
-
--base-color-scale-
|
|
197
|
-
--base-color-scale-lemon-
|
|
198
|
-
--base-color-scale-lemon-
|
|
199
|
-
--base-color-scale-lemon-
|
|
200
|
-
--base-color-scale-
|
|
201
|
-
--base-color-scale-
|
|
202
|
-
--base-color-scale-
|
|
203
|
-
--base-color-scale-
|
|
204
|
-
--base-color-scale-
|
|
205
|
-
--base-color-scale-
|
|
206
|
-
--base-color-scale-
|
|
207
|
-
--base-color-scale-
|
|
208
|
-
--base-color-scale-
|
|
209
|
-
--base-color-scale-
|
|
210
|
-
--base-color-scale-
|
|
211
|
-
--base-color-scale-
|
|
212
|
-
--base-color-scale-
|
|
213
|
-
--base-color-scale-
|
|
214
|
-
--base-color-scale-
|
|
215
|
-
--base-color-scale-
|
|
216
|
-
--base-color-scale-
|
|
217
|
-
--base-color-scale-
|
|
218
|
-
--base-color-scale-
|
|
219
|
-
--base-color-scale-
|
|
220
|
-
--base-color-scale-
|
|
221
|
-
--base-color-scale-
|
|
222
|
-
--base-color-scale-
|
|
223
|
-
--base-color-scale-
|
|
224
|
-
--base-color-scale-
|
|
225
|
-
--base-color-scale-
|
|
226
|
-
--base-color-scale-
|
|
227
|
-
--base-color-scale-
|
|
228
|
-
--base-color-scale-
|
|
229
|
-
--base-color-scale-
|
|
230
|
-
--base-color-scale-lime-6: hsl(82, 66%, 22%);
|
|
231
|
-
--base-color-scale-lime-7-hsl: 84 85% 16%;
|
|
232
|
-
--base-color-scale-lime-7: hsl(84, 85%, 16%);
|
|
233
|
-
--base-color-scale-lime-8-hsl: 86 90% 12%;
|
|
234
|
-
--base-color-scale-lime-8: hsl(86, 90%, 12%);
|
|
235
|
-
--base-color-scale-lime-9-hsl: 88 96% 9%;
|
|
236
|
-
--base-color-scale-lime-9: hsl(88, 96%, 9%);
|
|
237
|
-
--base-color-scale-green-0-hsl: 133 80% 92%;
|
|
238
|
-
--base-color-scale-green-0: hsl(133, 80%, 92%);
|
|
239
|
-
--base-color-scale-green-1-hsl: 134 66% 80%;
|
|
240
|
-
--base-color-scale-green-1: hsl(134, 66%, 80%);
|
|
241
|
-
--base-color-scale-green-2-hsl: 135 62% 65%;
|
|
242
|
-
--base-color-scale-green-2: hsl(135, 62%, 65%);
|
|
243
|
-
--base-color-scale-green-3-hsl: 136 50% 53%;
|
|
244
|
-
--base-color-scale-green-3: hsl(136, 50%, 53%);
|
|
245
|
-
--base-color-scale-green-4-hsl: 137 57% 41%;
|
|
246
|
-
--base-color-scale-green-4: hsl(137, 57%, 41%);
|
|
247
|
-
--base-color-scale-green-5-hsl: 137 66% 30%;
|
|
248
|
-
--base-color-scale-green-5: hsl(137, 66%, 30%);
|
|
249
|
-
--base-color-scale-green-6-hsl: 138 71% 23%;
|
|
250
|
-
--base-color-scale-green-6: hsl(138, 71%, 23%);
|
|
251
|
-
--base-color-scale-green-7-hsl: 141 90% 16%;
|
|
252
|
-
--base-color-scale-green-7: hsl(141, 90%, 16%);
|
|
253
|
-
--base-color-scale-green-8-hsl: 142 100% 12%;
|
|
254
|
-
--base-color-scale-green-8: hsl(142, 100%, 12%);
|
|
255
|
-
--base-color-scale-green-9-hsl: 143 100% 9%;
|
|
256
|
-
--base-color-scale-green-9: hsl(143, 100%, 9%);
|
|
257
|
-
--base-color-scale-teal-0-hsl: 172 72% 92%;
|
|
258
|
-
--base-color-scale-teal-0: hsl(172, 72%, 92%);
|
|
259
|
-
--base-color-scale-teal-1-hsl: 173 58% 80%;
|
|
260
|
-
--base-color-scale-teal-1: hsl(173, 58%, 80%);
|
|
261
|
-
--base-color-scale-teal-2-hsl: 177 57% 63%;
|
|
262
|
-
--base-color-scale-teal-2: hsl(177, 57%, 63%);
|
|
263
|
-
--base-color-scale-teal-3-hsl: 177 46% 51%;
|
|
264
|
-
--base-color-scale-teal-3: hsl(177, 46%, 51%);
|
|
265
|
-
--base-color-scale-teal-4-hsl: 179 51% 41%;
|
|
266
|
-
--base-color-scale-teal-4: hsl(179, 51%, 41%);
|
|
267
|
-
--base-color-scale-teal-5-hsl: 180 66% 29%;
|
|
268
|
-
--base-color-scale-teal-5: hsl(180, 66%, 29%);
|
|
269
|
-
--base-color-scale-teal-6-hsl: 181 67% 23%;
|
|
270
|
-
--base-color-scale-teal-6: hsl(181, 67%, 23%);
|
|
271
|
-
--base-color-scale-teal-7-hsl: 182 95% 15%;
|
|
272
|
-
--base-color-scale-teal-7: hsl(182, 95%, 15%);
|
|
273
|
-
--base-color-scale-teal-8-hsl: 182 82% 13%;
|
|
274
|
-
--base-color-scale-teal-8: hsl(182, 82%, 13%);
|
|
275
|
-
--base-color-scale-teal-9-hsl: 182 80% 10%;
|
|
276
|
-
--base-color-scale-teal-9: hsl(182, 80%, 10%);
|
|
277
|
-
--base-color-scale-blue-0-hsl: 200 100% 95%;
|
|
278
|
-
--base-color-scale-blue-0: hsl(200, 100%, 95%);
|
|
279
|
-
--base-color-scale-blue-1-hsl: 203 100% 87%;
|
|
280
|
-
--base-color-scale-blue-1: hsl(203, 100%, 87%);
|
|
281
|
-
--base-color-scale-blue-2-hsl: 205 100% 77%;
|
|
282
|
-
--base-color-scale-blue-2: hsl(205, 100%, 77%);
|
|
283
|
-
--base-color-scale-blue-3-hsl: 208 100% 67%;
|
|
284
|
-
--base-color-scale-blue-3: hsl(208, 100%, 67%);
|
|
285
|
-
--base-color-scale-blue-4-hsl: 211 100% 58%;
|
|
286
|
-
--base-color-scale-blue-4: hsl(211, 100%, 58%);
|
|
287
|
-
--base-color-scale-blue-5-hsl: 212 92% 45%;
|
|
288
|
-
--base-color-scale-blue-5: hsl(212, 92%, 45%);
|
|
289
|
-
--base-color-scale-blue-6-hsl: 213 95% 36%;
|
|
290
|
-
--base-color-scale-blue-6: hsl(213, 95%, 36%);
|
|
291
|
-
--base-color-scale-blue-7-hsl: 214 96% 29%;
|
|
292
|
-
--base-color-scale-blue-7: hsl(214, 96%, 29%);
|
|
293
|
-
--base-color-scale-blue-8-hsl: 216 82% 24%;
|
|
294
|
-
--base-color-scale-blue-8: hsl(216, 82%, 24%);
|
|
295
|
-
--base-color-scale-blue-9-hsl: 217 89% 18%;
|
|
296
|
-
--base-color-scale-blue-9: hsl(217, 89%, 18%);
|
|
297
|
-
--base-color-scale-indigo-0-hsl: 229 100% 97%;
|
|
298
|
-
--base-color-scale-indigo-0: hsl(229, 100%, 97%);
|
|
299
|
-
--base-color-scale-indigo-1-hsl: 231 100% 92%;
|
|
300
|
-
--base-color-scale-indigo-1: hsl(231, 100%, 92%);
|
|
301
|
-
--base-color-scale-indigo-2-hsl: 232 100% 86%;
|
|
302
|
-
--base-color-scale-indigo-2: hsl(232, 100%, 86%);
|
|
303
|
-
--base-color-scale-indigo-3-hsl: 234 100% 80%;
|
|
304
|
-
--base-color-scale-indigo-3: hsl(234, 100%, 80%);
|
|
305
|
-
--base-color-scale-indigo-4-hsl: 234 100% 73%;
|
|
306
|
-
--base-color-scale-indigo-4: hsl(234, 100%, 73%);
|
|
307
|
-
--base-color-scale-indigo-5-hsl: 237 84% 64%;
|
|
308
|
-
--base-color-scale-indigo-5: hsl(237, 84%, 64%);
|
|
309
|
-
--base-color-scale-indigo-6-hsl: 238 61% 53%;
|
|
310
|
-
--base-color-scale-indigo-6: hsl(238, 61%, 53%);
|
|
311
|
-
--base-color-scale-indigo-7-hsl: 237 58% 41%;
|
|
312
|
-
--base-color-scale-indigo-7: hsl(237, 58%, 41%);
|
|
313
|
-
--base-color-scale-indigo-8-hsl: 235 58% 32%;
|
|
314
|
-
--base-color-scale-indigo-8: hsl(235, 58%, 32%);
|
|
315
|
-
--base-color-scale-indigo-9-hsl: 235 57% 23%;
|
|
316
|
-
--base-color-scale-indigo-9: hsl(235, 57%, 23%);
|
|
317
|
-
--base-color-scale-purple-0-hsl: 285 100% 97%;
|
|
318
|
-
--base-color-scale-purple-0: hsl(285, 100%, 97%);
|
|
319
|
-
--base-color-scale-purple-1-hsl: 271 100% 92%;
|
|
320
|
-
--base-color-scale-purple-1: hsl(271, 100%, 92%);
|
|
321
|
-
--base-color-scale-purple-2-hsl: 267 100% 86%;
|
|
322
|
-
--base-color-scale-purple-2: hsl(267, 100%, 86%);
|
|
323
|
-
--base-color-scale-purple-3-hsl: 265 100% 80%;
|
|
324
|
-
--base-color-scale-purple-3: hsl(265, 100%, 80%);
|
|
325
|
-
--base-color-scale-purple-4-hsl: 261 92% 72%;
|
|
326
|
-
--base-color-scale-purple-4: hsl(261, 92%, 72%);
|
|
327
|
-
--base-color-scale-purple-5-hsl: 261 69% 59%;
|
|
328
|
-
--base-color-scale-purple-5: hsl(261, 69%, 59%);
|
|
329
|
-
--base-color-scale-purple-6-hsl: 261 53% 48%;
|
|
330
|
-
--base-color-scale-purple-6: hsl(261, 53%, 48%);
|
|
331
|
-
--base-color-scale-purple-7-hsl: 261 56% 38%;
|
|
332
|
-
--base-color-scale-purple-7: hsl(261, 56%, 38%);
|
|
333
|
-
--base-color-scale-purple-8-hsl: 261 59% 30%;
|
|
334
|
-
--base-color-scale-purple-8: hsl(261, 59%, 30%);
|
|
335
|
-
--base-color-scale-purple-9-hsl: 260 66% 23%;
|
|
336
|
-
--base-color-scale-purple-9: hsl(260, 66%, 23%);
|
|
337
|
-
--base-color-scale-pink-0-hsl: 330 100% 97%;
|
|
338
|
-
--base-color-scale-pink-0: hsl(330, 100%, 97%);
|
|
339
|
-
--base-color-scale-pink-1-hsl: 327 100% 91%;
|
|
340
|
-
--base-color-scale-pink-1: hsl(327, 100%, 91%);
|
|
341
|
-
--base-color-scale-pink-2-hsl: 327 100% 84%;
|
|
342
|
-
--base-color-scale-pink-2: hsl(327, 100%, 84%);
|
|
343
|
-
--base-color-scale-pink-3-hsl: 326 100% 75%;
|
|
344
|
-
--base-color-scale-pink-3: hsl(326, 100%, 75%);
|
|
345
|
-
--base-color-scale-pink-4-hsl: 325 76% 63%;
|
|
346
|
-
--base-color-scale-pink-4: hsl(325, 76%, 63%);
|
|
347
|
-
--base-color-scale-pink-5-hsl: 324 54% 49%;
|
|
348
|
-
--base-color-scale-pink-5: hsl(324, 54%, 49%);
|
|
349
|
-
--base-color-scale-pink-6-hsl: 323 59% 38%;
|
|
350
|
-
--base-color-scale-pink-6: hsl(323, 59%, 38%);
|
|
351
|
-
--base-color-scale-pink-7-hsl: 322 58% 30%;
|
|
352
|
-
--base-color-scale-pink-7: hsl(322, 58%, 30%);
|
|
353
|
-
--base-color-scale-pink-8-hsl: 320 67% 23%;
|
|
354
|
-
--base-color-scale-pink-8: hsl(320, 67%, 23%);
|
|
355
|
-
--base-color-scale-pink-9-hsl: 319 93% 16%;
|
|
356
|
-
--base-color-scale-pink-9: hsl(319, 93%, 16%);
|
|
357
|
-
--base-color-scale-black-0-hsl: 213 14% 12%;
|
|
358
|
-
--base-color-scale-black-0: hsl(213, 14%, 12%);
|
|
359
|
-
--base-color-scale-white-0-hsl: 0 100% 100%;
|
|
360
|
-
--base-color-scale-white-0: hsl(0, 100%, 100%);
|
|
97
|
+
--base-color-scale-black-0: #1f2328;
|
|
98
|
+
--base-color-scale-transparent: rgba(255,255,255,0);
|
|
99
|
+
--base-color-scale-white-0: #ffffff;
|
|
100
|
+
--base-color-scale-gray-0: #f6f8fa;
|
|
101
|
+
--base-color-scale-gray-1: #eaeef2;
|
|
102
|
+
--base-color-scale-gray-2: #d0d7de;
|
|
103
|
+
--base-color-scale-gray-3: #afb8c1;
|
|
104
|
+
--base-color-scale-gray-4: #8c959f;
|
|
105
|
+
--base-color-scale-gray-5: #6e7781;
|
|
106
|
+
--base-color-scale-gray-6: #57606a;
|
|
107
|
+
--base-color-scale-gray-7: #424a53;
|
|
108
|
+
--base-color-scale-gray-8: #32383f;
|
|
109
|
+
--base-color-scale-gray-9: #24292f;
|
|
110
|
+
--base-color-scale-blue-0: #ddf4ff;
|
|
111
|
+
--base-color-scale-blue-1: #b6e3ff;
|
|
112
|
+
--base-color-scale-blue-2: #80ccff;
|
|
113
|
+
--base-color-scale-blue-3: #54aeff;
|
|
114
|
+
--base-color-scale-blue-4: #218bff;
|
|
115
|
+
--base-color-scale-blue-5: #0969da;
|
|
116
|
+
--base-color-scale-blue-6: #0550ae;
|
|
117
|
+
--base-color-scale-blue-7: #033d8b;
|
|
118
|
+
--base-color-scale-blue-8: #0a3069;
|
|
119
|
+
--base-color-scale-blue-9: #002155;
|
|
120
|
+
--base-color-scale-green-0: #dafbe1;
|
|
121
|
+
--base-color-scale-green-1: #aceebb;
|
|
122
|
+
--base-color-scale-green-2: #6fdd8b;
|
|
123
|
+
--base-color-scale-green-3: #4ac26b;
|
|
124
|
+
--base-color-scale-green-4: #2da44e;
|
|
125
|
+
--base-color-scale-green-5: #1a7f37;
|
|
126
|
+
--base-color-scale-green-6: #116329;
|
|
127
|
+
--base-color-scale-green-7: #044f1e;
|
|
128
|
+
--base-color-scale-green-8: #003d16;
|
|
129
|
+
--base-color-scale-green-9: #002d11;
|
|
130
|
+
--base-color-scale-yellow-0: #fff8c5;
|
|
131
|
+
--base-color-scale-yellow-1: #fae17d;
|
|
132
|
+
--base-color-scale-yellow-2: #eac54f;
|
|
133
|
+
--base-color-scale-yellow-3: #d4a72c;
|
|
134
|
+
--base-color-scale-yellow-4: #bf8700;
|
|
135
|
+
--base-color-scale-yellow-5: #9a6700;
|
|
136
|
+
--base-color-scale-yellow-6: #7d4e00;
|
|
137
|
+
--base-color-scale-yellow-7: #633c01;
|
|
138
|
+
--base-color-scale-yellow-8: #4d2d00;
|
|
139
|
+
--base-color-scale-yellow-9: #3b2300;
|
|
140
|
+
--base-color-scale-orange-0: #fff1e5;
|
|
141
|
+
--base-color-scale-orange-1: #ffd8b5;
|
|
142
|
+
--base-color-scale-orange-2: #ffb77c;
|
|
143
|
+
--base-color-scale-orange-3: #fb8f44;
|
|
144
|
+
--base-color-scale-orange-4: #e16f24;
|
|
145
|
+
--base-color-scale-orange-5: #bc4c00;
|
|
146
|
+
--base-color-scale-orange-6: #953800;
|
|
147
|
+
--base-color-scale-orange-7: #762c00;
|
|
148
|
+
--base-color-scale-orange-8: #5c2200;
|
|
149
|
+
--base-color-scale-orange-9: #471700;
|
|
150
|
+
--base-color-scale-red-0: #ffebe9;
|
|
151
|
+
--base-color-scale-red-1: #ffcecb;
|
|
152
|
+
--base-color-scale-red-2: #ffaba8;
|
|
153
|
+
--base-color-scale-red-3: #ff8182;
|
|
154
|
+
--base-color-scale-red-4: #fa4549;
|
|
155
|
+
--base-color-scale-red-5: #cf222e;
|
|
156
|
+
--base-color-scale-red-6: #a40e26;
|
|
157
|
+
--base-color-scale-red-7: #82071e;
|
|
158
|
+
--base-color-scale-red-8: #660018;
|
|
159
|
+
--base-color-scale-red-9: #4c0014;
|
|
160
|
+
--base-color-scale-purple-0: #fbefff;
|
|
161
|
+
--base-color-scale-purple-1: #ecd8ff;
|
|
162
|
+
--base-color-scale-purple-2: #d8b9ff;
|
|
163
|
+
--base-color-scale-purple-3: #c297ff;
|
|
164
|
+
--base-color-scale-purple-4: #a475f9;
|
|
165
|
+
--base-color-scale-purple-5: #8250df;
|
|
166
|
+
--base-color-scale-purple-6: #6639ba;
|
|
167
|
+
--base-color-scale-purple-7: #512a97;
|
|
168
|
+
--base-color-scale-purple-8: #3e1f79;
|
|
169
|
+
--base-color-scale-purple-9: #2e1461;
|
|
170
|
+
--base-color-scale-pink-0: #ffeff7;
|
|
171
|
+
--base-color-scale-pink-1: #ffd3eb;
|
|
172
|
+
--base-color-scale-pink-2: #ffadda;
|
|
173
|
+
--base-color-scale-pink-3: #ff80c8;
|
|
174
|
+
--base-color-scale-pink-4: #e85aad;
|
|
175
|
+
--base-color-scale-pink-5: #bf3989;
|
|
176
|
+
--base-color-scale-pink-6: #99286e;
|
|
177
|
+
--base-color-scale-pink-7: #772057;
|
|
178
|
+
--base-color-scale-pink-8: #611347;
|
|
179
|
+
--base-color-scale-pink-9: #4d0336;
|
|
180
|
+
--base-color-scale-coral-0: #fff0eb;
|
|
181
|
+
--base-color-scale-coral-1: #ffd6cc;
|
|
182
|
+
--base-color-scale-coral-2: #ffb4a1;
|
|
183
|
+
--base-color-scale-coral-3: #fd8c73;
|
|
184
|
+
--base-color-scale-coral-4: #ec6547;
|
|
185
|
+
--base-color-scale-coral-5: #c4432b;
|
|
186
|
+
--base-color-scale-coral-6: #9e2f1c;
|
|
187
|
+
--base-color-scale-coral-7: #801f0f;
|
|
188
|
+
--base-color-scale-coral-8: #691105;
|
|
189
|
+
--base-color-scale-coral-9: #510901;
|
|
190
|
+
--base-color-scale-lemon-0: #fdf5b3;
|
|
191
|
+
--base-color-scale-lemon-1: #f4e162;
|
|
192
|
+
--base-color-scale-lemon-2: #dec741;
|
|
193
|
+
--base-color-scale-lemon-3: #c5aa20;
|
|
194
|
+
--base-color-scale-lemon-4: #c5aa20;
|
|
195
|
+
--base-color-scale-lemon-5: #866d00;
|
|
196
|
+
--base-color-scale-lemon-6: #685400;
|
|
197
|
+
--base-color-scale-lemon-7: #534100;
|
|
198
|
+
--base-color-scale-lemon-8: #413200;
|
|
199
|
+
--base-color-scale-lemon-9: #322400;
|
|
200
|
+
--base-color-scale-lime-0: #eafaba;
|
|
201
|
+
--base-color-scale-lime-1: #cdec78;
|
|
202
|
+
--base-color-scale-lime-2: #b1d353;
|
|
203
|
+
--base-color-scale-lime-3: #94b83b;
|
|
204
|
+
--base-color-scale-lime-4: #799a2a;
|
|
205
|
+
--base-color-scale-lime-5: #5a791b;
|
|
206
|
+
--base-color-scale-lime-6: #425e13;
|
|
207
|
+
--base-color-scale-lime-7: #2f4a06;
|
|
208
|
+
--base-color-scale-lime-8: #233b03;
|
|
209
|
+
--base-color-scale-lime-9: #182c01;
|
|
210
|
+
--base-color-scale-teal-0: #daf9f5;
|
|
211
|
+
--base-color-scale-teal-1: #b0eae3;
|
|
212
|
+
--base-color-scale-teal-2: #6bd6d0;
|
|
213
|
+
--base-color-scale-teal-3: #49bcb7;
|
|
214
|
+
--base-color-scale-teal-4: #339d9b;
|
|
215
|
+
--base-color-scale-teal-5: #197b7b;
|
|
216
|
+
--base-color-scale-teal-6: #136061;
|
|
217
|
+
--base-color-scale-teal-7: #024b4d;
|
|
218
|
+
--base-color-scale-teal-8: #063a3c;
|
|
219
|
+
--base-color-scale-teal-9: #052b2c;
|
|
220
|
+
--base-color-scale-indigo-0: #eff2ff;
|
|
221
|
+
--base-color-scale-indigo-1: #d7ddff;
|
|
222
|
+
--base-color-scale-indigo-2: #b9c2ff;
|
|
223
|
+
--base-color-scale-indigo-3: #9aa4ff;
|
|
224
|
+
--base-color-scale-indigo-4: #7683ff;
|
|
225
|
+
--base-color-scale-indigo-5: #545df0;
|
|
226
|
+
--base-color-scale-indigo-6: #3c42d0;
|
|
227
|
+
--base-color-scale-indigo-7: #2c33a5;
|
|
228
|
+
--base-color-scale-indigo-8: #22297f;
|
|
229
|
+
--base-color-scale-indigo-9: #191f5c;
|
|
361
230
|
}
|
|
362
231
|
|
|
363
232
|
[data-color-mode="dark"] {
|
|
364
|
-
--base-color-scale-
|
|
365
|
-
--base-color-scale-
|
|
366
|
-
--base-color-scale-
|
|
367
|
-
--base-color-scale-gray-
|
|
368
|
-
--base-color-scale-gray-
|
|
369
|
-
--base-color-scale-gray-2:
|
|
370
|
-
--base-color-scale-gray-3
|
|
371
|
-
--base-color-scale-gray-
|
|
372
|
-
--base-color-scale-gray-
|
|
373
|
-
--base-color-scale-gray-
|
|
374
|
-
--base-color-scale-gray-
|
|
375
|
-
--base-color-scale-gray-
|
|
376
|
-
--base-color-scale-gray-
|
|
377
|
-
--base-color-scale-
|
|
378
|
-
--base-color-scale-
|
|
379
|
-
--base-color-scale-
|
|
380
|
-
--base-color-scale-
|
|
381
|
-
--base-color-scale-
|
|
382
|
-
--base-color-scale-
|
|
383
|
-
--base-color-scale-
|
|
384
|
-
--base-color-scale-
|
|
385
|
-
--base-color-scale-
|
|
386
|
-
--base-color-scale-
|
|
387
|
-
--base-color-scale-
|
|
388
|
-
--base-color-scale-
|
|
389
|
-
--base-color-scale-
|
|
390
|
-
--base-color-scale-
|
|
391
|
-
--base-color-scale-
|
|
392
|
-
--base-color-scale-
|
|
393
|
-
--base-color-scale-
|
|
394
|
-
--base-color-scale-
|
|
395
|
-
--base-color-scale-
|
|
396
|
-
--base-color-scale-
|
|
397
|
-
--base-color-scale-
|
|
398
|
-
--base-color-scale-
|
|
399
|
-
--base-color-scale-
|
|
400
|
-
--base-color-scale-
|
|
401
|
-
--base-color-scale-
|
|
402
|
-
--base-color-scale-
|
|
403
|
-
--base-color-scale-
|
|
404
|
-
--base-color-scale-
|
|
405
|
-
--base-color-scale-
|
|
406
|
-
--base-color-scale-
|
|
407
|
-
--base-color-scale-
|
|
408
|
-
--base-color-scale-
|
|
409
|
-
--base-color-scale-
|
|
410
|
-
--base-color-scale-
|
|
411
|
-
--base-color-scale-
|
|
412
|
-
--base-color-scale-
|
|
413
|
-
--base-color-scale-
|
|
414
|
-
--base-color-scale-
|
|
415
|
-
--base-color-scale-
|
|
416
|
-
--base-color-scale-
|
|
417
|
-
--base-color-scale-
|
|
418
|
-
--base-color-scale-
|
|
419
|
-
--base-color-scale-
|
|
420
|
-
--base-color-scale-
|
|
421
|
-
--base-color-scale-
|
|
422
|
-
--base-color-scale-
|
|
423
|
-
--base-color-scale-
|
|
424
|
-
--base-color-scale-
|
|
425
|
-
--base-color-scale-
|
|
426
|
-
--base-color-scale-
|
|
427
|
-
--base-color-scale-
|
|
428
|
-
--base-color-scale-
|
|
429
|
-
--base-color-scale-
|
|
430
|
-
--base-color-scale-
|
|
431
|
-
--base-color-scale-
|
|
432
|
-
--base-color-scale-
|
|
433
|
-
--base-color-scale-
|
|
434
|
-
--base-color-scale-
|
|
435
|
-
--base-color-scale-
|
|
436
|
-
--base-color-scale-
|
|
437
|
-
--base-color-scale-
|
|
438
|
-
--base-color-scale-
|
|
439
|
-
--base-color-scale-
|
|
440
|
-
--base-color-scale-
|
|
441
|
-
--base-color-scale-
|
|
442
|
-
--base-color-scale-
|
|
443
|
-
--base-color-scale-
|
|
444
|
-
--base-color-scale-
|
|
445
|
-
--base-color-scale-
|
|
446
|
-
--base-color-scale-
|
|
447
|
-
--base-color-scale-
|
|
448
|
-
--base-color-scale-
|
|
449
|
-
--base-color-scale-
|
|
450
|
-
--base-color-scale-
|
|
451
|
-
--base-color-scale-
|
|
452
|
-
--base-color-scale-
|
|
453
|
-
--base-color-scale-
|
|
454
|
-
--base-color-scale-
|
|
455
|
-
--base-color-scale-
|
|
456
|
-
--base-color-scale-
|
|
457
|
-
--base-color-scale-
|
|
458
|
-
--base-color-scale-
|
|
459
|
-
--base-color-scale-
|
|
460
|
-
--base-color-scale-
|
|
461
|
-
--base-color-scale-
|
|
462
|
-
--base-color-scale-
|
|
463
|
-
--base-color-scale-
|
|
464
|
-
--base-color-scale-lemon-
|
|
465
|
-
--base-color-scale-lemon-
|
|
466
|
-
--base-color-scale-lemon-
|
|
467
|
-
--base-color-scale-
|
|
468
|
-
--base-color-scale-
|
|
469
|
-
--base-color-scale-
|
|
470
|
-
--base-color-scale-
|
|
471
|
-
--base-color-scale-
|
|
472
|
-
--base-color-scale-
|
|
473
|
-
--base-color-scale-
|
|
474
|
-
--base-color-scale-
|
|
475
|
-
--base-color-scale-
|
|
476
|
-
--base-color-scale-
|
|
477
|
-
--base-color-scale-
|
|
478
|
-
--base-color-scale-
|
|
479
|
-
--base-color-scale-
|
|
480
|
-
--base-color-scale-
|
|
481
|
-
--base-color-scale-
|
|
482
|
-
--base-color-scale-
|
|
483
|
-
--base-color-scale-
|
|
484
|
-
--base-color-scale-
|
|
485
|
-
--base-color-scale-
|
|
486
|
-
--base-color-scale-
|
|
487
|
-
--base-color-scale-
|
|
488
|
-
--base-color-scale-
|
|
489
|
-
--base-color-scale-
|
|
490
|
-
--base-color-scale-
|
|
491
|
-
--base-color-scale-
|
|
492
|
-
--base-color-scale-
|
|
493
|
-
--base-color-scale-
|
|
494
|
-
--base-color-scale-
|
|
495
|
-
--base-color-scale-
|
|
496
|
-
--base-color-scale-
|
|
497
|
-
--base-color-scale-lime-6: hsl(83, 75%, 23%);
|
|
498
|
-
--base-color-scale-lime-7-hsl: 85 84% 17%;
|
|
499
|
-
--base-color-scale-lime-7: hsl(85, 84%, 17%);
|
|
500
|
-
--base-color-scale-lime-8-hsl: 89 90% 11%;
|
|
501
|
-
--base-color-scale-lime-8: hsl(89, 90%, 11%);
|
|
502
|
-
--base-color-scale-lime-9-hsl: 94 95% 7%;
|
|
503
|
-
--base-color-scale-lime-9: hsl(94, 95%, 7%);
|
|
504
|
-
--base-color-scale-green-0-hsl: 124 78% 82%;
|
|
505
|
-
--base-color-scale-green-0: hsl(124, 78%, 82%);
|
|
506
|
-
--base-color-scale-green-1-hsl: 125 69% 70%;
|
|
507
|
-
--base-color-scale-green-1: hsl(125, 69%, 70%);
|
|
508
|
-
--base-color-scale-green-2-hsl: 127 59% 58%;
|
|
509
|
-
--base-color-scale-green-2: hsl(127, 59%, 58%);
|
|
510
|
-
--base-color-scale-green-3-hsl: 128 49% 49%;
|
|
511
|
-
--base-color-scale-green-3: hsl(128, 49%, 49%);
|
|
512
|
-
--base-color-scale-green-4-hsl: 131 55% 40%;
|
|
513
|
-
--base-color-scale-green-4: hsl(131, 55%, 40%);
|
|
514
|
-
--base-color-scale-green-5-hsl: 132 59% 33%;
|
|
515
|
-
--base-color-scale-green-5: hsl(132, 59%, 33%);
|
|
516
|
-
--base-color-scale-green-6-hsl: 135 62% 26%;
|
|
517
|
-
--base-color-scale-green-6: hsl(135, 62%, 26%);
|
|
518
|
-
--base-color-scale-green-7-hsl: 138 69% 19%;
|
|
519
|
-
--base-color-scale-green-7: hsl(138, 69%, 19%);
|
|
520
|
-
--base-color-scale-green-8-hsl: 141 90% 12%;
|
|
521
|
-
--base-color-scale-green-8: hsl(141, 90%, 12%);
|
|
522
|
-
--base-color-scale-green-9-hsl: 139 81% 8%;
|
|
523
|
-
--base-color-scale-green-9: hsl(139, 81%, 8%);
|
|
524
|
-
--base-color-scale-teal-0-hsl: 173 59% 84%;
|
|
525
|
-
--base-color-scale-teal-0: hsl(173, 59%, 84%);
|
|
526
|
-
--base-color-scale-teal-1-hsl: 174 57% 71%;
|
|
527
|
-
--base-color-scale-teal-1: hsl(174, 57%, 71%);
|
|
528
|
-
--base-color-scale-teal-2-hsl: 176 53% 57%;
|
|
529
|
-
--base-color-scale-teal-2: hsl(176, 53%, 57%);
|
|
530
|
-
--base-color-scale-teal-3-hsl: 178 56% 45%;
|
|
531
|
-
--base-color-scale-teal-3: hsl(178, 56%, 45%);
|
|
532
|
-
--base-color-scale-teal-4-hsl: 178 58% 39%;
|
|
533
|
-
--base-color-scale-teal-4: hsl(178, 58%, 39%);
|
|
534
|
-
--base-color-scale-teal-5-hsl: 179 64% 31%;
|
|
535
|
-
--base-color-scale-teal-5: hsl(179, 64%, 31%);
|
|
536
|
-
--base-color-scale-teal-6-hsl: 181 68% 25%;
|
|
537
|
-
--base-color-scale-teal-6: hsl(181, 68%, 25%);
|
|
538
|
-
--base-color-scale-teal-7-hsl: 181 76% 18%;
|
|
539
|
-
--base-color-scale-teal-7: hsl(181, 76%, 18%);
|
|
540
|
-
--base-color-scale-teal-8-hsl: 181 84% 12%;
|
|
541
|
-
--base-color-scale-teal-8: hsl(181, 84%, 12%);
|
|
542
|
-
--base-color-scale-teal-9-hsl: 182 90% 8%;
|
|
543
|
-
--base-color-scale-teal-9: hsl(182, 90%, 8%);
|
|
544
|
-
--base-color-scale-blue-0-hsl: 206 100% 90%;
|
|
545
|
-
--base-color-scale-blue-0: hsl(206, 100%, 90%);
|
|
546
|
-
--base-color-scale-blue-1-hsl: 207 100% 82%;
|
|
547
|
-
--base-color-scale-blue-1: hsl(207, 100%, 82%);
|
|
548
|
-
--base-color-scale-blue-2-hsl: 208 100% 74%;
|
|
549
|
-
--base-color-scale-blue-2: hsl(208, 100%, 74%);
|
|
550
|
-
--base-color-scale-blue-3-hsl: 212 100% 67%;
|
|
551
|
-
--base-color-scale-blue-3: hsl(212, 100%, 67%);
|
|
552
|
-
--base-color-scale-blue-4-hsl: 215 98% 61%;
|
|
553
|
-
--base-color-scale-blue-4: hsl(215, 98%, 61%);
|
|
554
|
-
--base-color-scale-blue-5-hsl: 216 84% 52%;
|
|
555
|
-
--base-color-scale-blue-5: hsl(216, 84%, 52%);
|
|
556
|
-
--base-color-scale-blue-6-hsl: 217 84% 42%;
|
|
557
|
-
--base-color-scale-blue-6: hsl(217, 84%, 42%);
|
|
558
|
-
--base-color-scale-blue-7-hsl: 218 85% 33%;
|
|
559
|
-
--base-color-scale-blue-7: hsl(218, 85%, 33%);
|
|
560
|
-
--base-color-scale-blue-8-hsl: 219 80% 23%;
|
|
561
|
-
--base-color-scale-blue-8: hsl(219, 80%, 23%);
|
|
562
|
-
--base-color-scale-blue-9-hsl: 220 88% 16%;
|
|
563
|
-
--base-color-scale-blue-9: hsl(220, 88%, 16%);
|
|
564
|
-
--base-color-scale-indigo-0-hsl: 227 100% 93%;
|
|
565
|
-
--base-color-scale-indigo-0: hsl(227, 100%, 93%);
|
|
566
|
-
--base-color-scale-indigo-1-hsl: 230 100% 89%;
|
|
567
|
-
--base-color-scale-indigo-1: hsl(230, 100%, 89%);
|
|
568
|
-
--base-color-scale-indigo-2-hsl: 234 100% 84%;
|
|
569
|
-
--base-color-scale-indigo-2: hsl(234, 100%, 84%);
|
|
570
|
-
--base-color-scale-indigo-3-hsl: 236 100% 79%;
|
|
571
|
-
--base-color-scale-indigo-3: hsl(236, 100%, 79%);
|
|
572
|
-
--base-color-scale-indigo-4-hsl: 238 91% 73%;
|
|
573
|
-
--base-color-scale-indigo-4: hsl(238, 91%, 73%);
|
|
574
|
-
--base-color-scale-indigo-5-hsl: 238 83% 65%;
|
|
575
|
-
--base-color-scale-indigo-5: hsl(238, 83%, 65%);
|
|
576
|
-
--base-color-scale-indigo-6-hsl: 237 60% 55%;
|
|
577
|
-
--base-color-scale-indigo-6: hsl(237, 60%, 55%);
|
|
578
|
-
--base-color-scale-indigo-7-hsl: 237 54% 43%;
|
|
579
|
-
--base-color-scale-indigo-7: hsl(237, 54%, 43%);
|
|
580
|
-
--base-color-scale-indigo-8-hsl: 235 61% 30%;
|
|
581
|
-
--base-color-scale-indigo-8: hsl(235, 61%, 30%);
|
|
582
|
-
--base-color-scale-indigo-9-hsl: 237 65% 21%;
|
|
583
|
-
--base-color-scale-indigo-9: hsl(237, 65%, 21%);
|
|
584
|
-
--base-color-scale-purple-0-hsl: 267 100% 94%;
|
|
585
|
-
--base-color-scale-purple-0: hsl(267, 100%, 94%);
|
|
586
|
-
--base-color-scale-purple-1-hsl: 270 100% 89%;
|
|
587
|
-
--base-color-scale-purple-1: hsl(270, 100%, 89%);
|
|
588
|
-
--base-color-scale-purple-2-hsl: 269 100% 83%;
|
|
589
|
-
--base-color-scale-purple-2: hsl(269, 100%, 83%);
|
|
590
|
-
--base-color-scale-purple-3-hsl: 265 100% 77%;
|
|
591
|
-
--base-color-scale-purple-3: hsl(265, 100%, 77%);
|
|
592
|
-
--base-color-scale-purple-4-hsl: 262 89% 71%;
|
|
593
|
-
--base-color-scale-purple-4: hsl(262, 89%, 71%);
|
|
594
|
-
--base-color-scale-purple-5-hsl: 261 73% 62%;
|
|
595
|
-
--base-color-scale-purple-5: hsl(261, 73%, 62%);
|
|
596
|
-
--base-color-scale-purple-6-hsl: 260 56% 52%;
|
|
597
|
-
--base-color-scale-purple-6: hsl(260, 56%, 52%);
|
|
598
|
-
--base-color-scale-purple-7-hsl: 261 52% 39%;
|
|
599
|
-
--base-color-scale-purple-7: hsl(261, 52%, 39%);
|
|
600
|
-
--base-color-scale-purple-8-hsl: 262 58% 28%;
|
|
601
|
-
--base-color-scale-purple-8: hsl(262, 58%, 28%);
|
|
602
|
-
--base-color-scale-purple-9-hsl: 261 67% 19%;
|
|
603
|
-
--base-color-scale-purple-9: hsl(261, 67%, 19%);
|
|
604
|
-
--base-color-scale-pink-0-hsl: 331 100% 93%;
|
|
605
|
-
--base-color-scale-pink-0: hsl(331, 100%, 93%);
|
|
606
|
-
--base-color-scale-pink-1-hsl: 331 100% 87%;
|
|
607
|
-
--base-color-scale-pink-1: hsl(331, 100%, 87%);
|
|
608
|
-
--base-color-scale-pink-2-hsl: 329 100% 80%;
|
|
609
|
-
--base-color-scale-pink-2: hsl(329, 100%, 80%);
|
|
610
|
-
--base-color-scale-pink-3-hsl: 329 89% 72%;
|
|
611
|
-
--base-color-scale-pink-3: hsl(329, 89%, 72%);
|
|
612
|
-
--base-color-scale-pink-4-hsl: 328 63% 62%;
|
|
613
|
-
--base-color-scale-pink-4: hsl(328, 63%, 62%);
|
|
614
|
-
--base-color-scale-pink-5-hsl: 327 48% 52%;
|
|
615
|
-
--base-color-scale-pink-5: hsl(327, 48%, 52%);
|
|
616
|
-
--base-color-scale-pink-6-hsl: 327 49% 42%;
|
|
617
|
-
--base-color-scale-pink-6: hsl(327, 49%, 42%);
|
|
618
|
-
--base-color-scale-pink-7-hsl: 326 55% 32%;
|
|
619
|
-
--base-color-scale-pink-7: hsl(326, 55%, 32%);
|
|
620
|
-
--base-color-scale-pink-8-hsl: 325 71% 22%;
|
|
621
|
-
--base-color-scale-pink-8: hsl(325, 71%, 22%);
|
|
622
|
-
--base-color-scale-pink-9-hsl: 324 83% 14%;
|
|
623
|
-
--base-color-scale-pink-9: hsl(324, 83%, 14%);
|
|
624
|
-
--base-color-scale-black-0-hsl: 218 80% 2%;
|
|
625
|
-
--base-color-scale-black-0: hsl(218, 80%, 2%);
|
|
626
|
-
--base-color-scale-white-0-hsl: 0 100% 100%;
|
|
627
|
-
--base-color-scale-white-0: hsl(0, 100%, 100%);
|
|
233
|
+
--base-color-scale-black-0: #010409;
|
|
234
|
+
--base-color-scale-transparent: rgba(0,0,0,0);
|
|
235
|
+
--base-color-scale-white-0: #ffffff;
|
|
236
|
+
--base-color-scale-gray-0: #f0f6fc;
|
|
237
|
+
--base-color-scale-gray-1: #c9d1d9;
|
|
238
|
+
--base-color-scale-gray-2: #b1bac4;
|
|
239
|
+
--base-color-scale-gray-3: #8b949e;
|
|
240
|
+
--base-color-scale-gray-4: #6e7681;
|
|
241
|
+
--base-color-scale-gray-5: #484f58;
|
|
242
|
+
--base-color-scale-gray-6: #30363d;
|
|
243
|
+
--base-color-scale-gray-7: #21262d;
|
|
244
|
+
--base-color-scale-gray-8: #161b22;
|
|
245
|
+
--base-color-scale-gray-9: #0d1117;
|
|
246
|
+
--base-color-scale-blue-0: #cae8ff;
|
|
247
|
+
--base-color-scale-blue-1: #a5d6ff;
|
|
248
|
+
--base-color-scale-blue-2: #79c0ff;
|
|
249
|
+
--base-color-scale-blue-3: #58a6ff;
|
|
250
|
+
--base-color-scale-blue-4: #388bfd;
|
|
251
|
+
--base-color-scale-blue-5: #1f6feb;
|
|
252
|
+
--base-color-scale-blue-6: #1158c7;
|
|
253
|
+
--base-color-scale-blue-7: #0d419d;
|
|
254
|
+
--base-color-scale-blue-8: #0c2d6b;
|
|
255
|
+
--base-color-scale-blue-9: #051d4d;
|
|
256
|
+
--base-color-scale-green-0: #aff5b4;
|
|
257
|
+
--base-color-scale-green-1: #7ee787;
|
|
258
|
+
--base-color-scale-green-2: #56d364;
|
|
259
|
+
--base-color-scale-green-3: #3fb950;
|
|
260
|
+
--base-color-scale-green-4: #2ea043;
|
|
261
|
+
--base-color-scale-green-5: #238636;
|
|
262
|
+
--base-color-scale-green-6: #196c2e;
|
|
263
|
+
--base-color-scale-green-7: #0f5323;
|
|
264
|
+
--base-color-scale-green-8: #033a16;
|
|
265
|
+
--base-color-scale-green-9: #04260f;
|
|
266
|
+
--base-color-scale-yellow-0: #f8e3a1;
|
|
267
|
+
--base-color-scale-yellow-1: #f2cc60;
|
|
268
|
+
--base-color-scale-yellow-2: #e3b341;
|
|
269
|
+
--base-color-scale-yellow-3: #d29922;
|
|
270
|
+
--base-color-scale-yellow-4: #bb8009;
|
|
271
|
+
--base-color-scale-yellow-5: #9e6a03;
|
|
272
|
+
--base-color-scale-yellow-6: #845306;
|
|
273
|
+
--base-color-scale-yellow-7: #693e00;
|
|
274
|
+
--base-color-scale-yellow-8: #4b2900;
|
|
275
|
+
--base-color-scale-yellow-9: #341a00;
|
|
276
|
+
--base-color-scale-orange-0: #ffdfb6;
|
|
277
|
+
--base-color-scale-orange-1: #ffc680;
|
|
278
|
+
--base-color-scale-orange-2: #ffa657;
|
|
279
|
+
--base-color-scale-orange-3: #f0883e;
|
|
280
|
+
--base-color-scale-orange-4: #db6d28;
|
|
281
|
+
--base-color-scale-orange-5: #bd561d;
|
|
282
|
+
--base-color-scale-orange-6: #9b4215;
|
|
283
|
+
--base-color-scale-orange-7: #762d0a;
|
|
284
|
+
--base-color-scale-orange-8: #5a1e02;
|
|
285
|
+
--base-color-scale-orange-9: #3d1300;
|
|
286
|
+
--base-color-scale-red-0: #ffdcd7;
|
|
287
|
+
--base-color-scale-red-1: #ffc1ba;
|
|
288
|
+
--base-color-scale-red-2: #ffa198;
|
|
289
|
+
--base-color-scale-red-3: #ff7b72;
|
|
290
|
+
--base-color-scale-red-4: #f85149;
|
|
291
|
+
--base-color-scale-red-5: #da3633;
|
|
292
|
+
--base-color-scale-red-6: #b62324;
|
|
293
|
+
--base-color-scale-red-7: #8e1519;
|
|
294
|
+
--base-color-scale-red-8: #67060c;
|
|
295
|
+
--base-color-scale-red-9: #490202;
|
|
296
|
+
--base-color-scale-purple-0: #eddeff;
|
|
297
|
+
--base-color-scale-purple-1: #e2c5ff;
|
|
298
|
+
--base-color-scale-purple-2: #d2a8ff;
|
|
299
|
+
--base-color-scale-purple-3: #bc8cff;
|
|
300
|
+
--base-color-scale-purple-4: #a371f7;
|
|
301
|
+
--base-color-scale-purple-5: #8957e5;
|
|
302
|
+
--base-color-scale-purple-6: #6e40c9;
|
|
303
|
+
--base-color-scale-purple-7: #553098;
|
|
304
|
+
--base-color-scale-purple-8: #3c1e70;
|
|
305
|
+
--base-color-scale-purple-9: #271052;
|
|
306
|
+
--base-color-scale-pink-0: #ffdaec;
|
|
307
|
+
--base-color-scale-pink-1: #ffbedd;
|
|
308
|
+
--base-color-scale-pink-2: #ff9bce;
|
|
309
|
+
--base-color-scale-pink-3: #f778ba;
|
|
310
|
+
--base-color-scale-pink-4: #db61a2;
|
|
311
|
+
--base-color-scale-pink-5: #bf4b8a;
|
|
312
|
+
--base-color-scale-pink-6: #9e3670;
|
|
313
|
+
--base-color-scale-pink-7: #7d2457;
|
|
314
|
+
--base-color-scale-pink-8: #5e103e;
|
|
315
|
+
--base-color-scale-pink-9: #42062a;
|
|
316
|
+
--base-color-scale-coral-0: #ffddd2;
|
|
317
|
+
--base-color-scale-coral-1: #ffc2b2;
|
|
318
|
+
--base-color-scale-coral-2: #ffa28b;
|
|
319
|
+
--base-color-scale-coral-3: #f78166;
|
|
320
|
+
--base-color-scale-coral-4: #ea6045;
|
|
321
|
+
--base-color-scale-coral-5: #cf462d;
|
|
322
|
+
--base-color-scale-coral-6: #ac3220;
|
|
323
|
+
--base-color-scale-coral-7: #872012;
|
|
324
|
+
--base-color-scale-coral-8: #640d04;
|
|
325
|
+
--base-color-scale-coral-9: #460701;
|
|
326
|
+
--base-color-scale-lemon-0: #fff6a6;
|
|
327
|
+
--base-color-scale-lemon-1: #fae85a;
|
|
328
|
+
--base-color-scale-lemon-2: #e1cd41;
|
|
329
|
+
--base-color-scale-lemon-3: #c5ae13;
|
|
330
|
+
--base-color-scale-lemon-4: #a69000;
|
|
331
|
+
--base-color-scale-lemon-5: #8c7600;
|
|
332
|
+
--base-color-scale-lemon-6: #705d00;
|
|
333
|
+
--base-color-scale-lemon-7: #564500;
|
|
334
|
+
--base-color-scale-lemon-8: #3d2f00;
|
|
335
|
+
--base-color-scale-lemon-9: #2a1e00;
|
|
336
|
+
--base-color-scale-lime-0: #d9ef95;
|
|
337
|
+
--base-color-scale-lime-1: #bedc6c;
|
|
338
|
+
--base-color-scale-lime-2: #a4c847;
|
|
339
|
+
--base-color-scale-lime-3: #8ab034;
|
|
340
|
+
--base-color-scale-lime-4: #739826;
|
|
341
|
+
--base-color-scale-lime-5: #5c8118;
|
|
342
|
+
--base-color-scale-lime-6: #46680f;
|
|
343
|
+
--base-color-scale-lime-7: #314f07;
|
|
344
|
+
--base-color-scale-lime-8: #1e3703;
|
|
345
|
+
--base-color-scale-lime-9: #102401;
|
|
346
|
+
--base-color-scale-teal-0: #bdeee8;
|
|
347
|
+
--base-color-scale-teal-1: #8adfd7;
|
|
348
|
+
--base-color-scale-teal-2: #57ccc5;
|
|
349
|
+
--base-color-scale-teal-3: #33b3ae;
|
|
350
|
+
--base-color-scale-teal-4: #2a9d9a;
|
|
351
|
+
--base-color-scale-teal-5: #1d8281;
|
|
352
|
+
--base-color-scale-teal-6: #14696a;
|
|
353
|
+
--base-color-scale-teal-7: #0b5051;
|
|
354
|
+
--base-color-scale-teal-8: #053738;
|
|
355
|
+
--base-color-scale-teal-9: #022425;
|
|
356
|
+
--base-color-scale-indigo-0: #dbe3ff;
|
|
357
|
+
--base-color-scale-indigo-1: #c5cfff;
|
|
358
|
+
--base-color-scale-indigo-2: #abb4ff;
|
|
359
|
+
--base-color-scale-indigo-3: #939aff;
|
|
360
|
+
--base-color-scale-indigo-4: #797ef9;
|
|
361
|
+
--base-color-scale-indigo-5: #5d63f0;
|
|
362
|
+
--base-color-scale-indigo-6: #464ed1;
|
|
363
|
+
--base-color-scale-indigo-7: #3238a7;
|
|
364
|
+
--base-color-scale-indigo-8: #1e267c;
|
|
365
|
+
--base-color-scale-indigo-9: #131759;
|
|
628
366
|
}
|
|
629
367
|
|
|
630
368
|
/**
|
|
631
369
|
* Do not edit directly
|
|
632
|
-
* Generated on
|
|
370
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
633
371
|
*/
|
|
634
372
|
|
|
635
373
|
:root {
|
|
@@ -654,7 +392,7 @@ select {
|
|
|
654
392
|
|
|
655
393
|
/**
|
|
656
394
|
* Do not edit directly
|
|
657
|
-
* Generated on
|
|
395
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
658
396
|
*/
|
|
659
397
|
|
|
660
398
|
:root {
|
|
@@ -670,7 +408,7 @@ select {
|
|
|
670
408
|
|
|
671
409
|
/**
|
|
672
410
|
* Do not edit directly
|
|
673
|
-
* Generated on
|
|
411
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
674
412
|
*/
|
|
675
413
|
|
|
676
414
|
:root {
|
|
@@ -802,7 +540,7 @@ select {
|
|
|
802
540
|
|
|
803
541
|
/**
|
|
804
542
|
* Do not edit directly
|
|
805
|
-
* Generated on
|
|
543
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
806
544
|
*/
|
|
807
545
|
|
|
808
546
|
:root {
|
|
@@ -816,7 +554,7 @@ select {
|
|
|
816
554
|
|
|
817
555
|
/**
|
|
818
556
|
* Do not edit directly
|
|
819
|
-
* Generated on
|
|
557
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
820
558
|
*/
|
|
821
559
|
|
|
822
560
|
:root {
|
|
@@ -835,18 +573,18 @@ select {
|
|
|
835
573
|
|
|
836
574
|
/**
|
|
837
575
|
* Do not edit directly
|
|
838
|
-
* Generated on
|
|
576
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
839
577
|
*/
|
|
840
578
|
|
|
841
579
|
:root,
|
|
842
580
|
[data-color-mode="light"] {
|
|
843
581
|
--brand-color-success-fg: var(--base-color-scale-green-5);
|
|
844
582
|
--brand-color-success-emphasis: var(--base-color-scale-green-4);
|
|
845
|
-
--brand-color-success-muted:
|
|
583
|
+
--brand-color-success-muted: rgba(75,195,107,0.6);
|
|
846
584
|
--brand-color-success-subtle: var(--base-color-scale-green-0);
|
|
847
585
|
--brand-color-error-fg: var(--base-color-scale-red-5);
|
|
848
586
|
--brand-color-error-emphasis: var(--base-color-scale-red-5);
|
|
849
|
-
--brand-color-error-muted:
|
|
587
|
+
--brand-color-error-muted: rgba(255,135,133,0.6);
|
|
850
588
|
--brand-color-error-subtle: var(--base-color-scale-red-0);
|
|
851
589
|
--brand-color-accent-primary: var(--base-color-scale-pink-5);
|
|
852
590
|
--brand-color-accent-secondary: var(--base-color-scale-purple-5);
|
|
@@ -856,27 +594,27 @@ select {
|
|
|
856
594
|
--brand-color-text-onEmphasis: var(--base-color-scale-white-0);
|
|
857
595
|
--brand-color-neutral-emphasisPlus: var(--base-color-scale-gray-9);
|
|
858
596
|
--brand-color-neutral-emphasis: var(--base-color-scale-gray-5);
|
|
859
|
-
--brand-color-neutral-muted:
|
|
860
|
-
--brand-color-neutral-subtle:
|
|
597
|
+
--brand-color-neutral-muted: rgba(183,191,200,0.99608);
|
|
598
|
+
--brand-color-neutral-subtle: rgba(233,237,241,0.99608);
|
|
861
599
|
--brand-color-canvas-default: var(--base-color-scale-white-0);
|
|
862
600
|
--brand-color-canvas-overlay: var(--base-color-scale-white-0);
|
|
863
601
|
--brand-color-canvas-inset: var(--base-color-scale-gray-0);
|
|
864
602
|
--brand-color-canvas-subtle: var(--base-color-scale-gray-0);
|
|
865
603
|
--brand-color-border-default: var(--base-color-scale-gray-3);
|
|
866
|
-
--brand-color-border-muted:
|
|
867
|
-
--brand-color-border-subtle:
|
|
604
|
+
--brand-color-border-muted: rgba(211,217,223,0.99608);
|
|
605
|
+
--brand-color-border-subtle: rgba(233,237,241,0.99608);
|
|
868
606
|
--brand-color-focus: var(--base-color-scale-blue-5);
|
|
869
607
|
}
|
|
870
608
|
|
|
871
609
|
[data-color-mode="dark"] {
|
|
872
610
|
--brand-color-success-fg: var(--base-color-scale-green-3);
|
|
873
611
|
--brand-color-success-emphasis: var(--base-color-scale-green-5);
|
|
874
|
-
--brand-color-success-muted:
|
|
875
|
-
--brand-color-success-subtle:
|
|
612
|
+
--brand-color-success-muted: rgba(46,158,66,0.6);
|
|
613
|
+
--brand-color-success-subtle: rgba(46,158,66,0.85098);
|
|
876
614
|
--brand-color-error-fg: var(--base-color-scale-red-4);
|
|
877
615
|
--brand-color-error-emphasis: var(--base-color-scale-red-5);
|
|
878
|
-
--brand-color-error-muted:
|
|
879
|
-
--brand-color-error-subtle:
|
|
616
|
+
--brand-color-error-muted: rgba(248,82,73,0.6);
|
|
617
|
+
--brand-color-error-subtle: rgba(248,82,73,0.85098);
|
|
880
618
|
--brand-color-accent-primary: var(--base-color-scale-pink-3);
|
|
881
619
|
--brand-color-accent-secondary: var(--base-color-scale-purple-3);
|
|
882
620
|
--brand-color-text-default: var(--base-color-scale-white-0);
|
|
@@ -885,8 +623,8 @@ select {
|
|
|
885
623
|
--brand-color-text-onEmphasis: var(--base-color-scale-black-0);
|
|
886
624
|
--brand-color-neutral-emphasisPlus: var(--base-color-scale-gray-4);
|
|
887
625
|
--brand-color-neutral-emphasis: var(--base-color-scale-gray-4);
|
|
888
|
-
--brand-color-neutral-muted:
|
|
889
|
-
--brand-color-neutral-subtle:
|
|
626
|
+
--brand-color-neutral-muted: rgba(110,118,129,0.99608);
|
|
627
|
+
--brand-color-neutral-subtle: rgba(110,118,129,1);
|
|
890
628
|
--brand-color-canvas-default: var(--base-color-scale-gray-9);
|
|
891
629
|
--brand-color-canvas-overlay: var(--base-color-scale-gray-8);
|
|
892
630
|
--brand-color-canvas-inset: var(--base-color-scale-black-0);
|
|
@@ -1213,7 +951,7 @@ select {
|
|
|
1213
951
|
|
|
1214
952
|
/**
|
|
1215
953
|
* Do not edit directly
|
|
1216
|
-
* Generated on
|
|
954
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
1217
955
|
*/
|
|
1218
956
|
|
|
1219
957
|
:root,
|
|
@@ -1230,8 +968,8 @@ select {
|
|
|
1230
968
|
--brand-button-primary-fgColor-disabled: var(--base-color-scale-gray-2);
|
|
1231
969
|
--brand-button-primary-shadow-active: inset 0px 1px 0px 0px var(--brand-button-primary-borderColor-active);
|
|
1232
970
|
--brand-button-secondary-bgColor-rest: transparent;
|
|
1233
|
-
--brand-button-secondary-bgColor-hover:
|
|
1234
|
-
--brand-button-secondary-bgColor-active:
|
|
971
|
+
--brand-button-secondary-bgColor-hover: rgba(183,191,200,0.2);
|
|
972
|
+
--brand-button-secondary-bgColor-active: rgba(183,191,200,0.4);
|
|
1235
973
|
--brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
|
|
1236
974
|
--brand-button-secondary-borderColor-hover: var(--base-color-scale-gray-9);
|
|
1237
975
|
--brand-button-secondary-borderColor-active: var(--base-color-scale-gray-9);
|
|
@@ -1257,8 +995,8 @@ select {
|
|
|
1257
995
|
--brand-button-primary-fgColor-disabled: var(--base-color-scale-gray-2);
|
|
1258
996
|
--brand-button-primary-shadow-active: inset 0px 1px 0px 0px var(--brand-button-primary-borderColor-active);
|
|
1259
997
|
--brand-button-secondary-bgColor-rest: transparent;
|
|
1260
|
-
--brand-button-secondary-bgColor-hover:
|
|
1261
|
-
--brand-button-secondary-bgColor-active:
|
|
998
|
+
--brand-button-secondary-bgColor-hover: rgba(138,147,158,0.2);
|
|
999
|
+
--brand-button-secondary-bgColor-active: rgba(138,147,158,0.4);
|
|
1262
1000
|
--brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
|
|
1263
1001
|
--brand-button-secondary-borderColor-hover: var(--base-color-scale-white-0);
|
|
1264
1002
|
--brand-button-secondary-borderColor-active: var(--base-color-scale-white-0);
|
|
@@ -1780,7 +1518,7 @@ select {
|
|
|
1780
1518
|
|
|
1781
1519
|
/**
|
|
1782
1520
|
* Do not edit directly
|
|
1783
|
-
* Generated on
|
|
1521
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
1784
1522
|
*/
|
|
1785
1523
|
|
|
1786
1524
|
:root {
|
|
@@ -2007,7 +1745,7 @@ select {
|
|
|
2007
1745
|
|
|
2008
1746
|
/**
|
|
2009
1747
|
* Do not edit directly
|
|
2010
|
-
* Generated on
|
|
1748
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
2011
1749
|
*/
|
|
2012
1750
|
|
|
2013
1751
|
:root,
|
|
@@ -2266,7 +2004,7 @@ select {
|
|
|
2266
2004
|
|
|
2267
2005
|
/**
|
|
2268
2006
|
* Do not edit directly
|
|
2269
|
-
* Generated on
|
|
2007
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
2270
2008
|
*/
|
|
2271
2009
|
|
|
2272
2010
|
:root {
|
|
@@ -2292,16 +2030,16 @@ select {
|
|
|
2292
2030
|
|
|
2293
2031
|
/**
|
|
2294
2032
|
* Do not edit directly
|
|
2295
|
-
* Generated on
|
|
2033
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
2296
2034
|
*/
|
|
2297
2035
|
|
|
2298
2036
|
:root,
|
|
2299
2037
|
[data-color-mode="light"] {
|
|
2300
|
-
--brand-Grid-column-bgColor-overlay:
|
|
2038
|
+
--brand-Grid-column-bgColor-overlay: rgba(251,81,84,0.30196);
|
|
2301
2039
|
}
|
|
2302
2040
|
|
|
2303
2041
|
[data-color-mode="dark"] {
|
|
2304
|
-
--brand-Grid-column-bgColor-overlay:
|
|
2042
|
+
--brand-Grid-column-bgColor-overlay: rgba(251,81,84,0.30196);
|
|
2305
2043
|
}
|
|
2306
2044
|
|
|
2307
2045
|
.Primer_Brand__Grid-module__Grid___q48mT {
|
|
@@ -3050,7 +2788,7 @@ select {
|
|
|
3050
2788
|
|
|
3051
2789
|
/**
|
|
3052
2790
|
* Do not edit directly
|
|
3053
|
-
* Generated on
|
|
2791
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
3054
2792
|
*/
|
|
3055
2793
|
|
|
3056
2794
|
:root {
|
|
@@ -3886,7 +3624,7 @@ select {
|
|
|
3886
3624
|
|
|
3887
3625
|
/**
|
|
3888
3626
|
* Do not edit directly
|
|
3889
|
-
* Generated on
|
|
3627
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
3890
3628
|
*/
|
|
3891
3629
|
|
|
3892
3630
|
:root {
|
|
@@ -3907,7 +3645,7 @@ select {
|
|
|
3907
3645
|
|
|
3908
3646
|
/**
|
|
3909
3647
|
* Do not edit directly
|
|
3910
|
-
* Generated on
|
|
3648
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
3911
3649
|
*/
|
|
3912
3650
|
|
|
3913
3651
|
:root {
|
|
@@ -3917,7 +3655,7 @@ select {
|
|
|
3917
3655
|
|
|
3918
3656
|
/**
|
|
3919
3657
|
* Do not edit directly
|
|
3920
|
-
* Generated on
|
|
3658
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
3921
3659
|
*/
|
|
3922
3660
|
|
|
3923
3661
|
:root {
|
|
@@ -4836,12 +4574,12 @@ select {
|
|
|
4836
4574
|
|
|
4837
4575
|
/**
|
|
4838
4576
|
* Do not edit directly
|
|
4839
|
-
* Generated on
|
|
4577
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4840
4578
|
*/
|
|
4841
4579
|
|
|
4842
4580
|
:root,
|
|
4843
4581
|
[data-color-mode="light"] {
|
|
4844
|
-
--brand-SubdomainNavBar-canvas-default:
|
|
4582
|
+
--brand-SubdomainNavBar-canvas-default: rgba(255,255,255,0.50196);
|
|
4845
4583
|
--brand-SubdomainNavBar-canvas-search: var(--base-color-scale-white-0);
|
|
4846
4584
|
--brand-SubdomainNavBar-canvas-overflow-default: var(--base-color-scale-white-0);
|
|
4847
4585
|
--brand-SubdomainNavBar-canvas-overflow-hover: var(--base-color-scale-gray-0);
|
|
@@ -4852,7 +4590,7 @@ select {
|
|
|
4852
4590
|
}
|
|
4853
4591
|
|
|
4854
4592
|
[data-color-mode="dark"] {
|
|
4855
|
-
--brand-SubdomainNavBar-canvas-default:
|
|
4593
|
+
--brand-SubdomainNavBar-canvas-default: rgba(13,17,23,0.50196);
|
|
4856
4594
|
--brand-SubdomainNavBar-canvas-search: var(--base-color-scale-black-0);
|
|
4857
4595
|
--brand-SubdomainNavBar-canvas-overflow-default: var(--base-color-scale-white-0);
|
|
4858
4596
|
--brand-SubdomainNavBar-canvas-overflow-hover: var(--base-color-scale-gray-0);
|
|
@@ -4864,7 +4602,7 @@ select {
|
|
|
4864
4602
|
|
|
4865
4603
|
/**
|
|
4866
4604
|
* Do not edit directly
|
|
4867
|
-
* Generated on
|
|
4605
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4868
4606
|
*/
|
|
4869
4607
|
|
|
4870
4608
|
:root,
|
|
@@ -4880,7 +4618,7 @@ select {
|
|
|
4880
4618
|
|
|
4881
4619
|
/**
|
|
4882
4620
|
* Do not edit directly
|
|
4883
|
-
* Generated on
|
|
4621
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4884
4622
|
*/
|
|
4885
4623
|
|
|
4886
4624
|
:root {
|
|
@@ -5002,7 +4740,7 @@ select {
|
|
|
5002
4740
|
|
|
5003
4741
|
/**
|
|
5004
4742
|
* Do not edit directly
|
|
5005
|
-
* Generated on
|
|
4743
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5006
4744
|
*/
|
|
5007
4745
|
|
|
5008
4746
|
:root,
|
|
@@ -5018,7 +4756,7 @@ select {
|
|
|
5018
4756
|
|
|
5019
4757
|
/**
|
|
5020
4758
|
* Do not edit directly
|
|
5021
|
-
* Generated on
|
|
4759
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5022
4760
|
*/
|
|
5023
4761
|
|
|
5024
4762
|
:root,
|
|
@@ -5039,6 +4777,7 @@ select {
|
|
|
5039
4777
|
.Primer_Brand__Accordion-module__Accordion___M_LPt {
|
|
5040
4778
|
box-sizing: border-box;
|
|
5041
4779
|
position: relative;
|
|
4780
|
+
background: var(--color-scale-blue-0);
|
|
5042
4781
|
}
|
|
5043
4782
|
|
|
5044
4783
|
.Primer_Brand__Accordion-module__Accordion--default___wLsHR {
|
|
@@ -5264,7 +5003,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5264
5003
|
|
|
5265
5004
|
/**
|
|
5266
5005
|
* Do not edit directly
|
|
5267
|
-
* Generated on
|
|
5006
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5268
5007
|
*/
|
|
5269
5008
|
|
|
5270
5009
|
:root {
|
|
@@ -5273,7 +5012,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5273
5012
|
|
|
5274
5013
|
/**
|
|
5275
5014
|
* Do not edit directly
|
|
5276
|
-
* Generated on
|
|
5015
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5277
5016
|
*/
|
|
5278
5017
|
|
|
5279
5018
|
:root,
|
|
@@ -5291,7 +5030,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5291
5030
|
|
|
5292
5031
|
/**
|
|
5293
5032
|
* Do not edit directly
|
|
5294
|
-
* Generated on
|
|
5033
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5295
5034
|
*/
|
|
5296
5035
|
|
|
5297
5036
|
:root {
|
|
@@ -5422,7 +5161,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5422
5161
|
|
|
5423
5162
|
/**
|
|
5424
5163
|
* Do not edit directly
|
|
5425
|
-
* Generated on
|
|
5164
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
5426
5165
|
*/
|
|
5427
5166
|
|
|
5428
5167
|
:root,
|
|
@@ -6523,7 +6262,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6523
6262
|
|
|
6524
6263
|
/**
|
|
6525
6264
|
* Do not edit directly
|
|
6526
|
-
* Generated on
|
|
6265
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
6527
6266
|
*/
|
|
6528
6267
|
|
|
6529
6268
|
:root {
|
|
@@ -6537,7 +6276,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6537
6276
|
|
|
6538
6277
|
/**
|
|
6539
6278
|
* Do not edit directly
|
|
6540
|
-
* Generated on
|
|
6279
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
6541
6280
|
*/
|
|
6542
6281
|
|
|
6543
6282
|
:root {
|
|
@@ -6747,7 +6486,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6747
6486
|
|
|
6748
6487
|
/**
|
|
6749
6488
|
* Do not edit directly
|
|
6750
|
-
* Generated on
|
|
6489
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
6751
6490
|
*/
|
|
6752
6491
|
|
|
6753
6492
|
:root,
|
|
@@ -6763,7 +6502,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6763
6502
|
|
|
6764
6503
|
/**
|
|
6765
6504
|
* Do not edit directly
|
|
6766
|
-
* Generated on
|
|
6505
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
6767
6506
|
*/
|
|
6768
6507
|
|
|
6769
6508
|
:root {
|
|
@@ -7081,7 +6820,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7081
6820
|
|
|
7082
6821
|
/**
|
|
7083
6822
|
* Do not edit directly
|
|
7084
|
-
* Generated on
|
|
6823
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7085
6824
|
*/
|
|
7086
6825
|
|
|
7087
6826
|
:root,
|
|
@@ -7097,7 +6836,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7097
6836
|
|
|
7098
6837
|
/*
|
|
7099
6838
|
* AnchorNav
|
|
7100
|
-
*
|
|
6839
|
+
*
|
|
7101
6840
|
* 1. Globals
|
|
7102
6841
|
* 2. AnchorNav root and inner bounding containers
|
|
7103
6842
|
* 3. AnchorNav links
|
|
@@ -7440,7 +7179,8 @@ html {
|
|
|
7440
7179
|
width: 100%;
|
|
7441
7180
|
height: 100vh; /* Keep as fallback */
|
|
7442
7181
|
height: 100dvh;
|
|
7443
|
-
|
|
7182
|
+
/* replace with overlay-backdrop-bgColor */
|
|
7183
|
+
background: rgba(0,0,0,0.50196);
|
|
7444
7184
|
transform: translateZ(-1px);
|
|
7445
7185
|
animation: Primer_Brand__AnchorNav-module__fade-in___KfA_2 0.5s;
|
|
7446
7186
|
animation-timing-function: var(--brand-animation-easing-glide);
|
|
@@ -7497,18 +7237,18 @@ html {
|
|
|
7497
7237
|
|
|
7498
7238
|
/**
|
|
7499
7239
|
* Do not edit directly
|
|
7500
|
-
* Generated on
|
|
7240
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7501
7241
|
*/
|
|
7502
7242
|
|
|
7503
7243
|
:root,
|
|
7504
7244
|
[data-color-mode="light"] {
|
|
7505
|
-
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5
|
|
7506
|
-
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5
|
|
7245
|
+
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5);
|
|
7246
|
+
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5);
|
|
7507
7247
|
}
|
|
7508
7248
|
|
|
7509
7249
|
[data-color-mode="dark"] {
|
|
7510
|
-
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2
|
|
7511
|
-
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3
|
|
7250
|
+
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2);
|
|
7251
|
+
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3);
|
|
7512
7252
|
}
|
|
7513
7253
|
|
|
7514
7254
|
.Primer_Brand__CTABanner-module__CTABanner___m0t8s {
|
|
@@ -7530,8 +7270,8 @@ html {
|
|
|
7530
7270
|
transform: translateZ(0);
|
|
7531
7271
|
background: linear-gradient(
|
|
7532
7272
|
to right,
|
|
7533
|
-
|
|
7534
|
-
|
|
7273
|
+
var(--brand-CTABanner-shadow-color-start),
|
|
7274
|
+
var(--brand-CTABanner-shadow-color-end)
|
|
7535
7275
|
);
|
|
7536
7276
|
}
|
|
7537
7277
|
|
|
@@ -7675,12 +7415,12 @@ html {
|
|
|
7675
7415
|
|
|
7676
7416
|
/**
|
|
7677
7417
|
* Do not edit directly
|
|
7678
|
-
* Generated on
|
|
7418
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7679
7419
|
*/
|
|
7680
7420
|
|
|
7681
7421
|
:root,
|
|
7682
7422
|
[data-color-mode="light"] {
|
|
7683
|
-
--brand-footer-bg-color: var(--base-color-scale-white
|
|
7423
|
+
--brand-footer-bg-color: var(--base-color-scale-white);
|
|
7684
7424
|
}
|
|
7685
7425
|
|
|
7686
7426
|
[data-color-mode="dark"] {
|
|
@@ -7802,7 +7542,7 @@ html {
|
|
|
7802
7542
|
|
|
7803
7543
|
/**
|
|
7804
7544
|
* Do not edit directly
|
|
7805
|
-
* Generated on
|
|
7545
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7806
7546
|
*/
|
|
7807
7547
|
|
|
7808
7548
|
:root,
|
|
@@ -7932,19 +7672,18 @@ html {
|
|
|
7932
7672
|
|
|
7933
7673
|
/**
|
|
7934
7674
|
* Do not edit directly
|
|
7935
|
-
* Generated on
|
|
7675
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7936
7676
|
*/
|
|
7937
7677
|
|
|
7938
7678
|
:root {
|
|
7939
7679
|
--brand-Card-animation-easing: var(--brand-animation-easing-default);
|
|
7940
7680
|
--brand-Card-animation-duration: 600ms;
|
|
7941
|
-
--brand-Card-shadow: 0 3px 2px hsl(var(--base-color-scale-black-0-hsl) / 4%), 0 7px 5px hsl(var(--base-color-scale-black-0-hsl) / 2%), 0 13px 10px hsl(var(--base-color-scale-black-0-hsl) / 2%), 0 22px 17px hsl(var(--base-color-scale-black-0-hsl) / 2%);
|
|
7942
7681
|
--brand-Card-maxWidth: 26.25rem;
|
|
7943
7682
|
}
|
|
7944
7683
|
|
|
7945
7684
|
/**
|
|
7946
7685
|
* Do not edit directly
|
|
7947
|
-
* Generated on
|
|
7686
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
7948
7687
|
*/
|
|
7949
7688
|
|
|
7950
7689
|
:root,
|
|
@@ -8368,7 +8107,7 @@ html {
|
|
|
8368
8107
|
|
|
8369
8108
|
/**
|
|
8370
8109
|
* Do not edit directly
|
|
8371
|
-
* Generated on
|
|
8110
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
8372
8111
|
*/
|
|
8373
8112
|
|
|
8374
8113
|
:root,
|
|
@@ -8812,7 +8551,7 @@ html {
|
|
|
8812
8551
|
|
|
8813
8552
|
/**
|
|
8814
8553
|
* Do not edit directly
|
|
8815
|
-
* Generated on
|
|
8554
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
8816
8555
|
*/
|
|
8817
8556
|
|
|
8818
8557
|
:root {
|
|
@@ -8823,7 +8562,7 @@ html {
|
|
|
8823
8562
|
|
|
8824
8563
|
/**
|
|
8825
8564
|
* Do not edit directly
|
|
8826
|
-
* Generated on
|
|
8565
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
8827
8566
|
*/
|
|
8828
8567
|
|
|
8829
8568
|
:root,
|
|
@@ -12690,7 +12429,7 @@ html {
|
|
|
12690
12429
|
display: inline-block;
|
|
12691
12430
|
padding: var(--brand-VideoPlayer-playButton-padding);
|
|
12692
12431
|
box-sizing: content-box;
|
|
12693
|
-
background: var(--
|
|
12432
|
+
background: var(--brand-videoPlayer-playButton-bgColor-rest);
|
|
12694
12433
|
border-radius: 50%;
|
|
12695
12434
|
}
|
|
12696
12435
|
|
|
@@ -12705,7 +12444,7 @@ html {
|
|
|
12705
12444
|
|
|
12706
12445
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F svg {
|
|
12707
12446
|
cursor: pointer;
|
|
12708
|
-
color: var(--
|
|
12447
|
+
color: var(--brand-videoPlayer-playButton-fgColor-rest);
|
|
12709
12448
|
}
|
|
12710
12449
|
|
|
12711
12450
|
/* ---------------------------------------------------------- */
|
|
@@ -12722,14 +12461,13 @@ html {
|
|
|
12722
12461
|
width: 100%;
|
|
12723
12462
|
z-index: 2;
|
|
12724
12463
|
padding: var(--base-size-16) var(--base-size-24);
|
|
12725
|
-
color: var(--
|
|
12464
|
+
color: var(--brand-videoPlayer-title-fgColor);
|
|
12726
12465
|
display: grid;
|
|
12727
12466
|
align-items: center;
|
|
12728
12467
|
justify-content: flex-start;
|
|
12729
12468
|
grid-gap: 10px;
|
|
12730
12469
|
grid-template-columns: auto auto;
|
|
12731
|
-
background:
|
|
12732
|
-
background: linear-gradient(hsl(var(--base-color-scale-black-0-hsl) / 40%), rgba(0, 0, 0, 0));
|
|
12470
|
+
background: var(--brand-videoPlayer-title-bgColor);
|
|
12733
12471
|
}
|
|
12734
12472
|
|
|
12735
12473
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
@@ -12765,8 +12503,7 @@ html {
|
|
|
12765
12503
|
border-bottom-left-radius: var(--brand-borderRadius-medium);
|
|
12766
12504
|
left: 0;
|
|
12767
12505
|
width: 100%;
|
|
12768
|
-
background:
|
|
12769
|
-
background: linear-gradient(rgba(0, 0, 0, 0), hsl(var(--base-color-scale-black-0-hsl) / 40%));
|
|
12506
|
+
background: var(--brand-videoPlayer-controls-bgColor);
|
|
12770
12507
|
padding: var(--base-size-16) var(--base-size-24);
|
|
12771
12508
|
pointer-events: all;
|
|
12772
12509
|
}
|
|
@@ -12838,7 +12575,7 @@ html {
|
|
|
12838
12575
|
}
|
|
12839
12576
|
|
|
12840
12577
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4 svg {
|
|
12841
|
-
color: var(--
|
|
12578
|
+
color: var(--brand-videoPlayer-controls-fgColor);
|
|
12842
12579
|
}
|
|
12843
12580
|
|
|
12844
12581
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
@@ -12847,7 +12584,7 @@ html {
|
|
|
12847
12584
|
|
|
12848
12585
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs {
|
|
12849
12586
|
width: 100%;
|
|
12850
|
-
color: var(--
|
|
12587
|
+
color: var(--brand-videoPlayer-controls-fgColor);
|
|
12851
12588
|
}
|
|
12852
12589
|
|
|
12853
12590
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
|
|
@@ -12866,8 +12603,8 @@ html {
|
|
|
12866
12603
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt {
|
|
12867
12604
|
border-radius: var(--brand-borderRadius-medium);
|
|
12868
12605
|
padding: 1px 5px;
|
|
12869
|
-
border: 2px solid var(--
|
|
12870
|
-
background: var(--
|
|
12606
|
+
border: 2px solid var(--brand-videoPlayer-closedCaption-borderColor-enabled);
|
|
12607
|
+
background: var(--brand-videoPlayer-closedCaption-bgColor-enabled);
|
|
12871
12608
|
position: relative;
|
|
12872
12609
|
}
|
|
12873
12610
|
|
|
@@ -12876,11 +12613,11 @@ html {
|
|
|
12876
12613
|
}
|
|
12877
12614
|
|
|
12878
12615
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v {
|
|
12879
|
-
color: var(--
|
|
12616
|
+
color: var(--brand-videoPlayer-closedCaption-fgColor-enabled);
|
|
12880
12617
|
}
|
|
12881
12618
|
|
|
12882
12619
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__ccOff___svmJL .Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v {
|
|
12883
|
-
color: var(--
|
|
12620
|
+
color: var(--brand-videoPlayer-closedCaption-fgColor-disabled);
|
|
12884
12621
|
}
|
|
12885
12622
|
|
|
12886
12623
|
/* ---------------------------------------------------------- */
|
|
@@ -12891,7 +12628,7 @@ html {
|
|
|
12891
12628
|
width: 100%;
|
|
12892
12629
|
min-width: var(--brand-VideoPlayer-range-minWidth);
|
|
12893
12630
|
height: var(--brand-VideoPlayer-range-height);
|
|
12894
|
-
background-color: var(--
|
|
12631
|
+
background-color: var(--brand-videoPlayer-range-bgColor-default);
|
|
12895
12632
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
12896
12633
|
}
|
|
12897
12634
|
|
|
@@ -12948,7 +12685,6 @@ html {
|
|
|
12948
12685
|
-moz-appearance: none;
|
|
12949
12686
|
appearance: none;
|
|
12950
12687
|
overflow: hidden;
|
|
12951
|
-
background: hsl(var(--base-color-scale-gray-0-hsl) / 50%);
|
|
12952
12688
|
border: 0;
|
|
12953
12689
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
12954
12690
|
width: 100%;
|
|
@@ -12958,24 +12694,24 @@ html {
|
|
|
12958
12694
|
}
|
|
12959
12695
|
|
|
12960
12696
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-webkit-progress-bar {
|
|
12961
|
-
background-color:
|
|
12697
|
+
background-color: var(--brand-videoPlayer-range-bgColor-default);
|
|
12962
12698
|
}
|
|
12963
12699
|
|
|
12964
12700
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-webkit-progress-value {
|
|
12965
|
-
background-color: var(--
|
|
12701
|
+
background-color: var(--brand-videoPlayer-range-bgColor-progress);
|
|
12966
12702
|
}
|
|
12967
12703
|
|
|
12968
12704
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-moz-progress-bar {
|
|
12969
|
-
background: var(--
|
|
12705
|
+
background: var(--brand-videoPlayer-range-bgColor-progress);
|
|
12970
12706
|
}
|
|
12971
12707
|
|
|
12972
12708
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-ms-fill-lower {
|
|
12973
|
-
background-color: var(--
|
|
12709
|
+
background-color: var(--brand-videoPlayer-range-bgColor-progress);
|
|
12974
12710
|
border: none;
|
|
12975
12711
|
}
|
|
12976
12712
|
|
|
12977
12713
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-ms-fill-upper {
|
|
12978
|
-
background-color:
|
|
12714
|
+
background-color: var(--brand-videoPlayer-range-bgColor-default);
|
|
12979
12715
|
border: none;
|
|
12980
12716
|
}
|
|
12981
12717
|
|
|
@@ -13015,14 +12751,14 @@ html {
|
|
|
13015
12751
|
left: 50%;
|
|
13016
12752
|
z-index: -1;
|
|
13017
12753
|
background: white;
|
|
13018
|
-
box-shadow: 0 4px 4px
|
|
12754
|
+
box-shadow: 0 4px 4px rgba(27,31,36,0.2);
|
|
13019
12755
|
transform: translate3d(-50%, 0, 0);
|
|
13020
12756
|
padding: var(--brand-VideoPlayer-tooltip-padding);
|
|
13021
12757
|
border-radius: var(--brand-borderRadius-medium);
|
|
13022
12758
|
}
|
|
13023
12759
|
|
|
13024
12760
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipText____Syz7 {
|
|
13025
|
-
color: var(--
|
|
12761
|
+
color: var(--base-color-scale-gray-9);
|
|
13026
12762
|
}
|
|
13027
12763
|
|
|
13028
12764
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controlTextColor___YMFpe {
|
|
@@ -13052,7 +12788,7 @@ html {
|
|
|
13052
12788
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__captionText___e2su6 {
|
|
13053
12789
|
color: var(--base-color-scale-white-0);
|
|
13054
12790
|
text-align: center;
|
|
13055
|
-
background:
|
|
12791
|
+
background: rgba(27,31,36,0.2);
|
|
13056
12792
|
padding: var(--brand-VideoPlayer-closedCaption-text-padding);
|
|
13057
12793
|
border-radius: var(--brand-borderRadius-medium);
|
|
13058
12794
|
display: inline-block;
|
|
@@ -13060,7 +12796,7 @@ html {
|
|
|
13060
12796
|
|
|
13061
12797
|
/**
|
|
13062
12798
|
* Do not edit directly
|
|
13063
|
-
* Generated on
|
|
12799
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13064
12800
|
*/
|
|
13065
12801
|
|
|
13066
12802
|
:root {
|
|
@@ -13078,7 +12814,43 @@ html {
|
|
|
13078
12814
|
|
|
13079
12815
|
/**
|
|
13080
12816
|
* Do not edit directly
|
|
13081
|
-
* Generated on
|
|
12817
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
12818
|
+
*/
|
|
12819
|
+
|
|
12820
|
+
:root,
|
|
12821
|
+
[data-color-mode="light"] {
|
|
12822
|
+
--brand-videoPlayer-playButton-bgColor-rest: var(--base-color-scale-blue-5);
|
|
12823
|
+
--brand-videoPlayer-playButton-fgColor-rest: var(--base-color-scale-gray-0);
|
|
12824
|
+
--brand-videoPlayer-title-bgColor: linear-gradient(rgba(1,4,9,0.4), var(--base-color-scale-transparent));
|
|
12825
|
+
--brand-videoPlayer-title-fgColor: var(--base-color-scale-gray-0);
|
|
12826
|
+
--brand-videoPlayer-controls-bgColor: linear-gradient(var(--base-color-scale-transparent), rgba(1,4,9,0.4));
|
|
12827
|
+
--brand-videoPlayer-controls-fgColor: var(--base-color-scale-gray-0);
|
|
12828
|
+
--brand-videoPlayer-closedCaption-bgColor-enabled: var(--base-color-scale-gray-0);
|
|
12829
|
+
--brand-videoPlayer-closedCaption-fgColor-enabled: var(--base-color-scale-black-0);
|
|
12830
|
+
--brand-videoPlayer-closedCaption-fgColor-disabled: var(--base-color-scale-gray-0);
|
|
12831
|
+
--brand-videoPlayer-closedCaption-borderColor-enabled: var(--base-color-scale-gray-0);
|
|
12832
|
+
--brand-videoPlayer-range-bgColor-default: var(--base-color-scale-gray-0);
|
|
12833
|
+
--brand-videoPlayer-range-bgColor-progress: var(--base-color-scale-blue-5);
|
|
12834
|
+
}
|
|
12835
|
+
|
|
12836
|
+
[data-color-mode="dark"] {
|
|
12837
|
+
--brand-videoPlayer-playButton-bgColor-rest: var(--base-color-scale-blue-5);
|
|
12838
|
+
--brand-videoPlayer-playButton-fgColor-rest: var(--base-color-scale-gray-0);
|
|
12839
|
+
--brand-videoPlayer-title-bgColor: linear-gradient(rgba(1,4,9,0.4), var(--base-color-scale-transparent));
|
|
12840
|
+
--brand-videoPlayer-title-fgColor: var(--base-color-scale-gray-0);
|
|
12841
|
+
--brand-videoPlayer-controls-bgColor: linear-gradient(var(--base-color-scale-transparent), rgba(1,4,9,0.4));
|
|
12842
|
+
--brand-videoPlayer-controls-fgColor: var(--base-color-scale-gray-0);
|
|
12843
|
+
--brand-videoPlayer-closedCaption-bgColor-enabled: var(--base-color-scale-gray-0);
|
|
12844
|
+
--brand-videoPlayer-closedCaption-fgColor-enabled: var(--base-color-scale-black-0);
|
|
12845
|
+
--brand-videoPlayer-closedCaption-fgColor-disabled: var(--base-color-scale-gray-0);
|
|
12846
|
+
--brand-videoPlayer-closedCaption-borderColor-enabled: var(--base-color-scale-gray-0);
|
|
12847
|
+
--brand-videoPlayer-range-bgColor-default: var(--base-color-scale-gray-0);
|
|
12848
|
+
--brand-videoPlayer-range-bgColor-progress: var(--base-color-scale-blue-5);
|
|
12849
|
+
}
|
|
12850
|
+
|
|
12851
|
+
/**
|
|
12852
|
+
* Do not edit directly
|
|
12853
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13082
12854
|
*/
|
|
13083
12855
|
|
|
13084
12856
|
:root,
|
|
@@ -13094,7 +12866,7 @@ html {
|
|
|
13094
12866
|
|
|
13095
12867
|
/**
|
|
13096
12868
|
* Do not edit directly
|
|
13097
|
-
* Generated on
|
|
12869
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13098
12870
|
*/
|
|
13099
12871
|
|
|
13100
12872
|
:root {
|
|
@@ -13319,7 +13091,7 @@ html {
|
|
|
13319
13091
|
|
|
13320
13092
|
/**
|
|
13321
13093
|
* Do not edit directly
|
|
13322
|
-
* Generated on
|
|
13094
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13323
13095
|
*/
|
|
13324
13096
|
|
|
13325
13097
|
:root,
|
|
@@ -13333,7 +13105,7 @@ html {
|
|
|
13333
13105
|
|
|
13334
13106
|
/**
|
|
13335
13107
|
* Do not edit directly
|
|
13336
|
-
* Generated on
|
|
13108
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13337
13109
|
*/
|
|
13338
13110
|
|
|
13339
13111
|
:root {
|
|
@@ -13347,7 +13119,7 @@ html {
|
|
|
13347
13119
|
|
|
13348
13120
|
/**
|
|
13349
13121
|
* Do not edit directly
|
|
13350
|
-
* Generated on
|
|
13122
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
13351
13123
|
*/
|
|
13352
13124
|
|
|
13353
13125
|
:root {
|