@primer/react-brand 0.27.1 → 0.27.2-rc.0115bf3
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/Accordion/Accordion.d.ts +0 -1
- package/lib/Box/Box.d.ts +5 -1
- package/lib/Hero/Hero.d.ts +30 -11
- package/lib/css/main.css +230 -64
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
- 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 +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- 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 +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- 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 +3 -2
- 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 +1 -1
- 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/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 +1 -1
- 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 +1 -1
- 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 -1
- 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 +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- 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 +21 -3
- 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/color-scales.js +1 -1
- 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 +1 -1
- 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 -1
- 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 +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- 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 +3 -2
- 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/color-scales.scss +1 -1
- 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 +1 -1
- 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 -1
- 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 +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- 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 +3 -2
- 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 +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
- 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 +1 -1
- 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 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +4 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +5 -2
- 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/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -41,6 +41,11 @@ html:focus-within {
|
|
|
41
41
|
scroll-behavior: smooth;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
+
html {
|
|
45
|
+
-webkit-font-smoothing: antialiased;
|
|
46
|
+
-moz-osx-font-smoothing: grayscale;
|
|
47
|
+
}
|
|
48
|
+
|
|
44
49
|
/* Set core body defaults */
|
|
45
50
|
body {
|
|
46
51
|
min-height: 100vh;
|
|
@@ -89,7 +94,7 @@ select {
|
|
|
89
94
|
|
|
90
95
|
/**
|
|
91
96
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
97
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
93
98
|
*/
|
|
94
99
|
|
|
95
100
|
:root,
|
|
@@ -629,7 +634,7 @@ select {
|
|
|
629
634
|
|
|
630
635
|
/**
|
|
631
636
|
* Do not edit directly
|
|
632
|
-
* Generated on
|
|
637
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
633
638
|
*/
|
|
634
639
|
|
|
635
640
|
:root {
|
|
@@ -654,7 +659,7 @@ select {
|
|
|
654
659
|
|
|
655
660
|
/**
|
|
656
661
|
* Do not edit directly
|
|
657
|
-
* Generated on
|
|
662
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
658
663
|
*/
|
|
659
664
|
|
|
660
665
|
:root {
|
|
@@ -669,7 +674,7 @@ select {
|
|
|
669
674
|
|
|
670
675
|
/**
|
|
671
676
|
* Do not edit directly
|
|
672
|
-
* Generated on
|
|
677
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
673
678
|
*/
|
|
674
679
|
|
|
675
680
|
:root {
|
|
@@ -796,7 +801,7 @@ select {
|
|
|
796
801
|
|
|
797
802
|
/**
|
|
798
803
|
* Do not edit directly
|
|
799
|
-
* Generated on
|
|
804
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
800
805
|
*/
|
|
801
806
|
|
|
802
807
|
:root {
|
|
@@ -810,7 +815,7 @@ select {
|
|
|
810
815
|
|
|
811
816
|
/**
|
|
812
817
|
* Do not edit directly
|
|
813
|
-
* Generated on
|
|
818
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
814
819
|
*/
|
|
815
820
|
|
|
816
821
|
:root {
|
|
@@ -829,7 +834,7 @@ select {
|
|
|
829
834
|
|
|
830
835
|
/**
|
|
831
836
|
* Do not edit directly
|
|
832
|
-
* Generated on
|
|
837
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
833
838
|
*/
|
|
834
839
|
|
|
835
840
|
:root,
|
|
@@ -914,7 +919,7 @@ select {
|
|
|
914
919
|
}
|
|
915
920
|
|
|
916
921
|
.Primer_Brand__Hero-module__Hero--align-start___m8GEr {
|
|
917
|
-
align-items: start;
|
|
922
|
+
align-items: flex-start;
|
|
918
923
|
text-align: left;
|
|
919
924
|
}
|
|
920
925
|
|
|
@@ -1182,7 +1187,7 @@ select {
|
|
|
1182
1187
|
|
|
1183
1188
|
/**
|
|
1184
1189
|
* Do not edit directly
|
|
1185
|
-
* Generated on
|
|
1190
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
1186
1191
|
*/
|
|
1187
1192
|
|
|
1188
1193
|
:root,
|
|
@@ -1736,7 +1741,7 @@ select {
|
|
|
1736
1741
|
|
|
1737
1742
|
/**
|
|
1738
1743
|
* Do not edit directly
|
|
1739
|
-
* Generated on
|
|
1744
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
1740
1745
|
*/
|
|
1741
1746
|
|
|
1742
1747
|
:root {
|
|
@@ -1963,7 +1968,7 @@ select {
|
|
|
1963
1968
|
|
|
1964
1969
|
/**
|
|
1965
1970
|
* Do not edit directly
|
|
1966
|
-
* Generated on
|
|
1971
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
1967
1972
|
*/
|
|
1968
1973
|
|
|
1969
1974
|
:root,
|
|
@@ -2222,7 +2227,7 @@ select {
|
|
|
2222
2227
|
|
|
2223
2228
|
/**
|
|
2224
2229
|
* Do not edit directly
|
|
2225
|
-
* Generated on
|
|
2230
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
2226
2231
|
*/
|
|
2227
2232
|
|
|
2228
2233
|
:root {
|
|
@@ -2248,7 +2253,7 @@ select {
|
|
|
2248
2253
|
|
|
2249
2254
|
/**
|
|
2250
2255
|
* Do not edit directly
|
|
2251
|
-
* Generated on
|
|
2256
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
2252
2257
|
*/
|
|
2253
2258
|
|
|
2254
2259
|
:root,
|
|
@@ -3006,7 +3011,7 @@ select {
|
|
|
3006
3011
|
|
|
3007
3012
|
/**
|
|
3008
3013
|
* Do not edit directly
|
|
3009
|
-
* Generated on
|
|
3014
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3010
3015
|
*/
|
|
3011
3016
|
|
|
3012
3017
|
:root {
|
|
@@ -3842,7 +3847,7 @@ select {
|
|
|
3842
3847
|
|
|
3843
3848
|
/**
|
|
3844
3849
|
* Do not edit directly
|
|
3845
|
-
* Generated on
|
|
3850
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3846
3851
|
*/
|
|
3847
3852
|
|
|
3848
3853
|
:root {
|
|
@@ -3863,7 +3868,7 @@ select {
|
|
|
3863
3868
|
|
|
3864
3869
|
/**
|
|
3865
3870
|
* Do not edit directly
|
|
3866
|
-
* Generated on
|
|
3871
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3867
3872
|
*/
|
|
3868
3873
|
|
|
3869
3874
|
:root {
|
|
@@ -3873,7 +3878,7 @@ select {
|
|
|
3873
3878
|
|
|
3874
3879
|
/**
|
|
3875
3880
|
* Do not edit directly
|
|
3876
|
-
* Generated on
|
|
3881
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
3877
3882
|
*/
|
|
3878
3883
|
|
|
3879
3884
|
:root {
|
|
@@ -4783,7 +4788,7 @@ select {
|
|
|
4783
4788
|
|
|
4784
4789
|
/**
|
|
4785
4790
|
* Do not edit directly
|
|
4786
|
-
* Generated on
|
|
4791
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4787
4792
|
*/
|
|
4788
4793
|
|
|
4789
4794
|
:root,
|
|
@@ -4811,7 +4816,7 @@ select {
|
|
|
4811
4816
|
|
|
4812
4817
|
/**
|
|
4813
4818
|
* Do not edit directly
|
|
4814
|
-
* Generated on
|
|
4819
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4815
4820
|
*/
|
|
4816
4821
|
|
|
4817
4822
|
:root,
|
|
@@ -4827,7 +4832,7 @@ select {
|
|
|
4827
4832
|
|
|
4828
4833
|
/**
|
|
4829
4834
|
* Do not edit directly
|
|
4830
|
-
* Generated on
|
|
4835
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
4831
4836
|
*/
|
|
4832
4837
|
|
|
4833
4838
|
:root {
|
|
@@ -4949,7 +4954,7 @@ select {
|
|
|
4949
4954
|
|
|
4950
4955
|
/**
|
|
4951
4956
|
* Do not edit directly
|
|
4952
|
-
* Generated on
|
|
4957
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4953
4958
|
*/
|
|
4954
4959
|
|
|
4955
4960
|
:root,
|
|
@@ -4965,7 +4970,7 @@ select {
|
|
|
4965
4970
|
|
|
4966
4971
|
/**
|
|
4967
4972
|
* Do not edit directly
|
|
4968
|
-
* Generated on
|
|
4973
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4969
4974
|
*/
|
|
4970
4975
|
|
|
4971
4976
|
:root,
|
|
@@ -5133,7 +5138,11 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5133
5138
|
padding-right: var(--base-size-48);
|
|
5134
5139
|
}
|
|
5135
5140
|
|
|
5136
|
-
.Primer_Brand__Accordion-module__Accordion__content___wMZGe
|
|
5141
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe,
|
|
5142
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe p,
|
|
5143
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe span:not(.Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk):not(.Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w),
|
|
5144
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe ul,
|
|
5145
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe ol {
|
|
5137
5146
|
color: var(--brand-color-text-muted);
|
|
5138
5147
|
font-family: var(--brand-fontStack-sansSerif);
|
|
5139
5148
|
font-weight: var(--brand-text-weight-200);
|
|
@@ -5141,6 +5150,35 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5141
5150
|
line-height: var(--brand-text-lineHeight-200);
|
|
5142
5151
|
}
|
|
5143
5152
|
|
|
5153
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe p:not(:first-child) {
|
|
5154
|
+
margin-top: var(--base-size-16);
|
|
5155
|
+
}
|
|
5156
|
+
|
|
5157
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a {
|
|
5158
|
+
color: var(--brand-InlineLink-color-rest);
|
|
5159
|
+
position: relative;
|
|
5160
|
+
text-decoration: underline;
|
|
5161
|
+
text-decoration-color: var(--brand-InlineLink-color-rest);
|
|
5162
|
+
text-decoration-thickness: var(--brand-borderWidth-thin);
|
|
5163
|
+
text-underline-position: under;
|
|
5164
|
+
transition: var(--brand-InlineLink-transition-timing) text-decoration;
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a:hover {
|
|
5168
|
+
text-decoration-thickness: var(--brand-borderWidth-thick);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a,
|
|
5172
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a > span {
|
|
5173
|
+
font-weight: inherit;
|
|
5174
|
+
color: var(--brand-InlineLink-color-rest);
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a:active,
|
|
5178
|
+
.Primer_Brand__Accordion-module__Accordion__content___wMZGe a:active > span {
|
|
5179
|
+
color: var(--brand-InlineLink-color-pressed);
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5144
5182
|
details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5145
5183
|
padding-bottom: var(--base-size-24);
|
|
5146
5184
|
animation: Primer_Brand__Accordion-module__fade-in___b3l0l 0.5s;
|
|
@@ -5178,7 +5216,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5178
5216
|
|
|
5179
5217
|
/**
|
|
5180
5218
|
* Do not edit directly
|
|
5181
|
-
* Generated on
|
|
5219
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
5182
5220
|
*/
|
|
5183
5221
|
|
|
5184
5222
|
:root {
|
|
@@ -5187,7 +5225,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5187
5225
|
|
|
5188
5226
|
/**
|
|
5189
5227
|
* Do not edit directly
|
|
5190
|
-
* Generated on
|
|
5228
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5191
5229
|
*/
|
|
5192
5230
|
|
|
5193
5231
|
:root,
|
|
@@ -5205,7 +5243,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5205
5243
|
|
|
5206
5244
|
/**
|
|
5207
5245
|
* Do not edit directly
|
|
5208
|
-
* Generated on
|
|
5246
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5209
5247
|
*/
|
|
5210
5248
|
|
|
5211
5249
|
:root {
|
|
@@ -5268,6 +5306,20 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5268
5306
|
margin-top: var(--base-size-48);
|
|
5269
5307
|
}
|
|
5270
5308
|
|
|
5309
|
+
.Primer_Brand__FAQ-module__FAQ___R3vLU.Primer_Brand__FAQ-module__details__summary___zIBcp {
|
|
5310
|
+
font-weight: var(--brand-text-weight-800);
|
|
5311
|
+
font-size: var(--brand-text-size-800);
|
|
5312
|
+
line-height: var(--brand-text-lineHeight-800);
|
|
5313
|
+
letter-spacing: var(--brand-text-letterSpacing-800);
|
|
5314
|
+
color: var(--brand-FAQ-color-heading);
|
|
5315
|
+
cursor: pointer;
|
|
5316
|
+
outline: none;
|
|
5317
|
+
border: none;
|
|
5318
|
+
background: none;
|
|
5319
|
+
padding: 0;
|
|
5320
|
+
margin: 0;
|
|
5321
|
+
}
|
|
5322
|
+
|
|
5271
5323
|
.Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
|
|
5272
5324
|
display: none;
|
|
5273
5325
|
justify-content: space-between;
|
|
@@ -5293,7 +5345,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5293
5345
|
}
|
|
5294
5346
|
|
|
5295
5347
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
|
|
5296
|
-
justify-content: start;
|
|
5348
|
+
justify-content: flex-start;
|
|
5297
5349
|
}
|
|
5298
5350
|
|
|
5299
5351
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
|
|
@@ -5322,7 +5374,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5322
5374
|
|
|
5323
5375
|
/**
|
|
5324
5376
|
* Do not edit directly
|
|
5325
|
-
* Generated on
|
|
5377
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5326
5378
|
*/
|
|
5327
5379
|
|
|
5328
5380
|
:root,
|
|
@@ -6423,7 +6475,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6423
6475
|
|
|
6424
6476
|
/**
|
|
6425
6477
|
* Do not edit directly
|
|
6426
|
-
* Generated on
|
|
6478
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
6427
6479
|
*/
|
|
6428
6480
|
|
|
6429
6481
|
:root {
|
|
@@ -6437,7 +6489,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6437
6489
|
|
|
6438
6490
|
/**
|
|
6439
6491
|
* Do not edit directly
|
|
6440
|
-
* Generated on
|
|
6492
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
6441
6493
|
*/
|
|
6442
6494
|
|
|
6443
6495
|
:root {
|
|
@@ -6647,7 +6699,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6647
6699
|
|
|
6648
6700
|
/**
|
|
6649
6701
|
* Do not edit directly
|
|
6650
|
-
* Generated on
|
|
6702
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6651
6703
|
*/
|
|
6652
6704
|
|
|
6653
6705
|
:root,
|
|
@@ -6663,7 +6715,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6663
6715
|
|
|
6664
6716
|
/**
|
|
6665
6717
|
* Do not edit directly
|
|
6666
|
-
* Generated on
|
|
6718
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6667
6719
|
*/
|
|
6668
6720
|
|
|
6669
6721
|
:root {
|
|
@@ -6981,7 +7033,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6981
7033
|
|
|
6982
7034
|
/**
|
|
6983
7035
|
* Do not edit directly
|
|
6984
|
-
* Generated on
|
|
7036
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6985
7037
|
*/
|
|
6986
7038
|
|
|
6987
7039
|
:root,
|
|
@@ -7397,7 +7449,7 @@ html {
|
|
|
7397
7449
|
|
|
7398
7450
|
/**
|
|
7399
7451
|
* Do not edit directly
|
|
7400
|
-
* Generated on
|
|
7452
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7401
7453
|
*/
|
|
7402
7454
|
|
|
7403
7455
|
:root,
|
|
@@ -7575,7 +7627,7 @@ html {
|
|
|
7575
7627
|
|
|
7576
7628
|
/**
|
|
7577
7629
|
* Do not edit directly
|
|
7578
|
-
* Generated on
|
|
7630
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7579
7631
|
*/
|
|
7580
7632
|
|
|
7581
7633
|
:root,
|
|
@@ -7702,7 +7754,7 @@ html {
|
|
|
7702
7754
|
|
|
7703
7755
|
/**
|
|
7704
7756
|
* Do not edit directly
|
|
7705
|
-
* Generated on
|
|
7757
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7706
7758
|
*/
|
|
7707
7759
|
|
|
7708
7760
|
:root,
|
|
@@ -7832,7 +7884,7 @@ html {
|
|
|
7832
7884
|
|
|
7833
7885
|
/**
|
|
7834
7886
|
* Do not edit directly
|
|
7835
|
-
* Generated on
|
|
7887
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
7836
7888
|
*/
|
|
7837
7889
|
|
|
7838
7890
|
:root {
|
|
@@ -7844,7 +7896,7 @@ html {
|
|
|
7844
7896
|
|
|
7845
7897
|
/**
|
|
7846
7898
|
* Do not edit directly
|
|
7847
|
-
* Generated on
|
|
7899
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7848
7900
|
*/
|
|
7849
7901
|
|
|
7850
7902
|
:root,
|
|
@@ -8217,7 +8269,7 @@ html {
|
|
|
8217
8269
|
|
|
8218
8270
|
/**
|
|
8219
8271
|
* Do not edit directly
|
|
8220
|
-
* Generated on
|
|
8272
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
8221
8273
|
*/
|
|
8222
8274
|
|
|
8223
8275
|
:root,
|
|
@@ -8386,10 +8438,11 @@ html {
|
|
|
8386
8438
|
/* 6. Lists */
|
|
8387
8439
|
/* 7. Inline elements */
|
|
8388
8440
|
/* 8. Images */
|
|
8441
|
+
/* 9. Block elements */
|
|
8389
8442
|
/* ---------------------------------------------------------- */
|
|
8390
8443
|
|
|
8391
8444
|
/* ---------------------------------------------------------- */
|
|
8392
|
-
/* 1
|
|
8445
|
+
/* 1. Container */
|
|
8393
8446
|
/* ---------------------------------------------------------- */
|
|
8394
8447
|
|
|
8395
8448
|
.Primer_Brand__Prose-module__Prose___X2BXE {
|
|
@@ -8592,6 +8645,15 @@ html {
|
|
|
8592
8645
|
border-color: var(--brand-InlineLink-color-pressed);
|
|
8593
8646
|
}
|
|
8594
8647
|
|
|
8648
|
+
.Primer_Brand__Prose-module__Prose___X2BXE code {
|
|
8649
|
+
font-family: var(--brand-fontStack-monospace);
|
|
8650
|
+
font-size: var(--brand-text-size-100);
|
|
8651
|
+
white-space: break-spaces;
|
|
8652
|
+
padding: var(--base-size-4) var(--base-size-8);
|
|
8653
|
+
border-radius: var(--brand-borderRadius-small);
|
|
8654
|
+
background-color: var(--base-color-scale-indigo-0);
|
|
8655
|
+
}
|
|
8656
|
+
|
|
8595
8657
|
/* ---------------------------------------------------------- */
|
|
8596
8658
|
/* 8. Images */
|
|
8597
8659
|
/* ---------------------------------------------------------- */
|
|
@@ -8606,13 +8668,57 @@ html {
|
|
|
8606
8668
|
margin-bottom: var(--spacing);
|
|
8607
8669
|
}
|
|
8608
8670
|
|
|
8671
|
+
/* ---------------------------------------------------------- */
|
|
8672
|
+
/* 9. Block elements */
|
|
8673
|
+
/* ---------------------------------------------------------- */
|
|
8674
|
+
|
|
8675
|
+
.Primer_Brand__Prose-module__Prose___X2BXE blockquote {
|
|
8676
|
+
--spacing: var(--brand-Prose-blockquote-spacing);
|
|
8677
|
+
position: relative;
|
|
8678
|
+
font-size: var(--brand-text-size-400);
|
|
8679
|
+
line-height: var(--brand-text-lineHeight-400);
|
|
8680
|
+
padding-top: var(--base-size-48);
|
|
8681
|
+
padding-left: var(--base-size-40);
|
|
8682
|
+
padding-bottom: var(--base-size-8);
|
|
8683
|
+
margin-bottom: var(--spacing);
|
|
8684
|
+
}
|
|
8685
|
+
|
|
8686
|
+
.Primer_Brand__Prose-module__Prose___X2BXE blockquote::before {
|
|
8687
|
+
content: '“';
|
|
8688
|
+
font-size: var(--base-size-48);
|
|
8689
|
+
line-height: var(--base-size-64);
|
|
8690
|
+
font-weight: var(--base-text-weight-extrabold);
|
|
8691
|
+
position: absolute;
|
|
8692
|
+
top: 0;
|
|
8693
|
+
}
|
|
8694
|
+
|
|
8695
|
+
.Primer_Brand__Prose-module__Prose___X2BXE blockquote::after {
|
|
8696
|
+
content: '';
|
|
8697
|
+
display: block;
|
|
8698
|
+
position: absolute;
|
|
8699
|
+
width: var(--brand-borderWidth-thick);
|
|
8700
|
+
height: 100%;
|
|
8701
|
+
top: 0;
|
|
8702
|
+
left: 0;
|
|
8703
|
+
background-color: var(--base-color-scale-indigo-5);
|
|
8704
|
+
background-image: linear-gradient(180deg, var(--base-color-scale-blue-5), var(--base-color-scale-purple-5));
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8707
|
+
.Primer_Brand__Prose-module__Prose___X2BXE figure figcaption {
|
|
8708
|
+
font-family: var(--brand-fontStack-monospace);
|
|
8709
|
+
font-size: var(--brand-text-size-100);
|
|
8710
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
8711
|
+
color: var(--brand-color-text-muted);
|
|
8712
|
+
}
|
|
8713
|
+
|
|
8609
8714
|
/**
|
|
8610
8715
|
* Do not edit directly
|
|
8611
|
-
* Generated on
|
|
8716
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
8612
8717
|
*/
|
|
8613
8718
|
|
|
8614
8719
|
:root {
|
|
8615
|
-
--brand-Prose-
|
|
8720
|
+
--brand-Prose-blockquote-spacing: var(--base-size-24);
|
|
8721
|
+
--brand-Prose-img-spacing: var(--base-size-48);
|
|
8616
8722
|
--brand-Prose-lineLength: 68ch;
|
|
8617
8723
|
}
|
|
8618
8724
|
|
|
@@ -12330,6 +12436,66 @@ html {
|
|
|
12330
12436
|
border-width: var(--brand-borderWidth-thicker);
|
|
12331
12437
|
}
|
|
12332
12438
|
|
|
12439
|
+
.Primer_Brand__Box-module__Box-borderBlockStartWidth--thin___y3sZf {
|
|
12440
|
+
border-width: 0;
|
|
12441
|
+
border-top-width: var(--brand-borderWidth-thin);
|
|
12442
|
+
}
|
|
12443
|
+
|
|
12444
|
+
.Primer_Brand__Box-module__Box-borderBlockStartWidth--thick___kV7nz {
|
|
12445
|
+
border-width: 0;
|
|
12446
|
+
border-top-width: var(--brand-borderWidth-thick);
|
|
12447
|
+
}
|
|
12448
|
+
|
|
12449
|
+
.Primer_Brand__Box-module__Box-borderBlockStartWidth--thicker___lU32t {
|
|
12450
|
+
border-width: 0;
|
|
12451
|
+
border-top-width: var(--brand-borderWidth-thicker);
|
|
12452
|
+
}
|
|
12453
|
+
|
|
12454
|
+
.Primer_Brand__Box-module__Box-borderInlineEndWidth--thin___irPIY {
|
|
12455
|
+
border-width: 0;
|
|
12456
|
+
border-right-width: var(--brand-borderWidth-thin);
|
|
12457
|
+
}
|
|
12458
|
+
|
|
12459
|
+
.Primer_Brand__Box-module__Box-borderInlineEndWidth--thick___OolZ3 {
|
|
12460
|
+
border-width: 0;
|
|
12461
|
+
border-right-width: var(--brand-borderWidth-thick);
|
|
12462
|
+
}
|
|
12463
|
+
|
|
12464
|
+
.Primer_Brand__Box-module__Box-borderInlineEndWidth--thicker___bxZek {
|
|
12465
|
+
border-width: 0;
|
|
12466
|
+
border-right-width: var(--brand-borderWidth-thicker);
|
|
12467
|
+
}
|
|
12468
|
+
|
|
12469
|
+
.Primer_Brand__Box-module__Box-borderBlockEndWidth--thin___aOdjf {
|
|
12470
|
+
border-width: 0;
|
|
12471
|
+
border-bottom-width: var(--brand-borderWidth-thin);
|
|
12472
|
+
}
|
|
12473
|
+
|
|
12474
|
+
.Primer_Brand__Box-module__Box-borderBlockEndWidth--thick___ROxs5 {
|
|
12475
|
+
border-width: 0;
|
|
12476
|
+
border-bottom-width: var(--brand-borderWidth-thick);
|
|
12477
|
+
}
|
|
12478
|
+
|
|
12479
|
+
.Primer_Brand__Box-module__Box-borderBlockEndWidth--thicker___sED4_ {
|
|
12480
|
+
border-width: 0;
|
|
12481
|
+
border-bottom-width: var(--brand-borderWidth-thicker);
|
|
12482
|
+
}
|
|
12483
|
+
|
|
12484
|
+
.Primer_Brand__Box-module__Box-borderInlineStartWidth--thin___A4ZPo {
|
|
12485
|
+
border-width: 0;
|
|
12486
|
+
border-left-width: var(--brand-borderWidth-thin);
|
|
12487
|
+
}
|
|
12488
|
+
|
|
12489
|
+
.Primer_Brand__Box-module__Box-borderInlineStartWidth--thick___OelxP {
|
|
12490
|
+
border-width: 0;
|
|
12491
|
+
border-left-width: var(--brand-borderWidth-thick);
|
|
12492
|
+
}
|
|
12493
|
+
|
|
12494
|
+
.Primer_Brand__Box-module__Box-borderInlineStartWidth--thicker___yWUW3 {
|
|
12495
|
+
border-width: 0;
|
|
12496
|
+
border-left-width: var(--brand-borderWidth-thicker);
|
|
12497
|
+
}
|
|
12498
|
+
|
|
12333
12499
|
/*
|
|
12334
12500
|
* 14. Border Color
|
|
12335
12501
|
*/
|
|
@@ -12446,7 +12612,7 @@ html {
|
|
|
12446
12612
|
color: var(--base-color-scale-gray-0);
|
|
12447
12613
|
display: grid;
|
|
12448
12614
|
align-items: center;
|
|
12449
|
-
justify-content: start;
|
|
12615
|
+
justify-content: flex-start;
|
|
12450
12616
|
grid-gap: 10px;
|
|
12451
12617
|
grid-template-columns: auto auto;
|
|
12452
12618
|
background: hsl(var(--base-color-scale-black-0-hsl) / 80%);
|
|
@@ -12781,7 +12947,7 @@ html {
|
|
|
12781
12947
|
|
|
12782
12948
|
/**
|
|
12783
12949
|
* Do not edit directly
|
|
12784
|
-
* Generated on
|
|
12950
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
12785
12951
|
*/
|
|
12786
12952
|
|
|
12787
12953
|
:root {
|
|
@@ -12799,7 +12965,7 @@ html {
|
|
|
12799
12965
|
|
|
12800
12966
|
/**
|
|
12801
12967
|
* Do not edit directly
|
|
12802
|
-
* Generated on
|
|
12968
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
12803
12969
|
*/
|
|
12804
12970
|
|
|
12805
12971
|
:root,
|
|
@@ -12815,7 +12981,7 @@ html {
|
|
|
12815
12981
|
|
|
12816
12982
|
/**
|
|
12817
12983
|
* Do not edit directly
|
|
12818
|
-
* Generated on
|
|
12984
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
12819
12985
|
*/
|
|
12820
12986
|
|
|
12821
12987
|
:root {
|
|
@@ -13040,7 +13206,7 @@ html {
|
|
|
13040
13206
|
|
|
13041
13207
|
/**
|
|
13042
13208
|
* Do not edit directly
|
|
13043
|
-
* Generated on
|
|
13209
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
13044
13210
|
*/
|
|
13045
13211
|
|
|
13046
13212
|
:root,
|
|
@@ -13054,7 +13220,7 @@ html {
|
|
|
13054
13220
|
|
|
13055
13221
|
/**
|
|
13056
13222
|
* Do not edit directly
|
|
13057
|
-
* Generated on
|
|
13223
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
13058
13224
|
*/
|
|
13059
13225
|
|
|
13060
13226
|
:root {
|
|
@@ -13068,7 +13234,7 @@ html {
|
|
|
13068
13234
|
|
|
13069
13235
|
/**
|
|
13070
13236
|
* Do not edit directly
|
|
13071
|
-
* Generated on
|
|
13237
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
13072
13238
|
*/
|
|
13073
13239
|
|
|
13074
13240
|
:root {
|
|
@@ -13141,7 +13307,7 @@ html {
|
|
|
13141
13307
|
.Primer_Brand__Bento-module__Bento__Content___BhnY8 {
|
|
13142
13308
|
display: flex;
|
|
13143
13309
|
flex-direction: column;
|
|
13144
|
-
align-items: start;
|
|
13310
|
+
align-items: flex-start;
|
|
13145
13311
|
height: 100%;
|
|
13146
13312
|
color: var(--brand-color-text-default);
|
|
13147
13313
|
}
|
|
@@ -13465,7 +13631,7 @@ html {
|
|
|
13465
13631
|
|
|
13466
13632
|
/* Bento Item Vertical Align */
|
|
13467
13633
|
.Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby {
|
|
13468
|
-
justify-content: start;
|
|
13634
|
+
justify-content: flex-start;
|
|
13469
13635
|
}
|
|
13470
13636
|
|
|
13471
13637
|
.Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -13496,7 +13662,7 @@ html {
|
|
|
13496
13662
|
text-align: right;
|
|
13497
13663
|
}
|
|
13498
13664
|
.Primer_Brand__Bento-module__Bento__Item--horizontalAlign-start___apVss {
|
|
13499
|
-
align-items: start;
|
|
13665
|
+
align-items: flex-start;
|
|
13500
13666
|
}
|
|
13501
13667
|
|
|
13502
13668
|
.Primer_Brand__Bento-module__Bento__Item--horizontalAlign-center___DJpgD {
|
|
@@ -13737,7 +13903,7 @@ html {
|
|
|
13737
13903
|
|
|
13738
13904
|
/* XSMALL Vertical Align */
|
|
13739
13905
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy {
|
|
13740
|
-
justify-content: start;
|
|
13906
|
+
justify-content: flex-start;
|
|
13741
13907
|
}
|
|
13742
13908
|
|
|
13743
13909
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -13762,7 +13928,7 @@ html {
|
|
|
13762
13928
|
|
|
13763
13929
|
/* XSMALL Horizontal Align */
|
|
13764
13930
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-start___dT6ng {
|
|
13765
|
-
align-items: start;
|
|
13931
|
+
align-items: flex-start;
|
|
13766
13932
|
}
|
|
13767
13933
|
|
|
13768
13934
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-center___xcsj2 {
|
|
@@ -14023,7 +14189,7 @@ html {
|
|
|
14023
14189
|
|
|
14024
14190
|
/* SMALL Vertical Align */
|
|
14025
14191
|
.Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 {
|
|
14026
|
-
justify-content: start;
|
|
14192
|
+
justify-content: flex-start;
|
|
14027
14193
|
}
|
|
14028
14194
|
|
|
14029
14195
|
.Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14048,7 +14214,7 @@ html {
|
|
|
14048
14214
|
|
|
14049
14215
|
/* SMALL Horizontal Align */
|
|
14050
14216
|
.Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-start____az8o {
|
|
14051
|
-
align-items: start;
|
|
14217
|
+
align-items: flex-start;
|
|
14052
14218
|
}
|
|
14053
14219
|
|
|
14054
14220
|
.Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-center___hIKKU {
|
|
@@ -14309,7 +14475,7 @@ html {
|
|
|
14309
14475
|
|
|
14310
14476
|
/* MEDIUM Vertical Align */
|
|
14311
14477
|
.Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs {
|
|
14312
|
-
justify-content: start;
|
|
14478
|
+
justify-content: flex-start;
|
|
14313
14479
|
}
|
|
14314
14480
|
|
|
14315
14481
|
.Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14334,7 +14500,7 @@ html {
|
|
|
14334
14500
|
|
|
14335
14501
|
/* MEDIUM Horizontal Align */
|
|
14336
14502
|
.Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-start___nzIvg {
|
|
14337
|
-
align-items: start;
|
|
14503
|
+
align-items: flex-start;
|
|
14338
14504
|
}
|
|
14339
14505
|
|
|
14340
14506
|
.Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-center___aHFRW {
|
|
@@ -14595,7 +14761,7 @@ html {
|
|
|
14595
14761
|
|
|
14596
14762
|
/* LARGE Vertical Align */
|
|
14597
14763
|
.Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn {
|
|
14598
|
-
justify-content: start;
|
|
14764
|
+
justify-content: flex-start;
|
|
14599
14765
|
}
|
|
14600
14766
|
|
|
14601
14767
|
.Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14620,7 +14786,7 @@ html {
|
|
|
14620
14786
|
|
|
14621
14787
|
/* LARGE Horizontal Align */
|
|
14622
14788
|
.Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-start___YQT1t {
|
|
14623
|
-
align-items: start;
|
|
14789
|
+
align-items: flex-start;
|
|
14624
14790
|
}
|
|
14625
14791
|
|
|
14626
14792
|
.Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-center___YtwaR {
|
|
@@ -14881,7 +15047,7 @@ html {
|
|
|
14881
15047
|
|
|
14882
15048
|
/* XLARGE Vertical Align */
|
|
14883
15049
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ {
|
|
14884
|
-
justify-content: start;
|
|
15050
|
+
justify-content: flex-start;
|
|
14885
15051
|
}
|
|
14886
15052
|
|
|
14887
15053
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14906,7 +15072,7 @@ html {
|
|
|
14906
15072
|
|
|
14907
15073
|
/* XLARGE Horizontal Align */
|
|
14908
15074
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-start___zzvpZ {
|
|
14909
|
-
align-items: start;
|
|
15075
|
+
align-items: flex-start;
|
|
14910
15076
|
}
|
|
14911
15077
|
|
|
14912
15078
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-center___mfany {
|
|
@@ -15167,7 +15333,7 @@ html {
|
|
|
15167
15333
|
|
|
15168
15334
|
/* XXLARGE Vertical Align */
|
|
15169
15335
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN {
|
|
15170
|
-
justify-content: start;
|
|
15336
|
+
justify-content: flex-start;
|
|
15171
15337
|
}
|
|
15172
15338
|
|
|
15173
15339
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -15192,7 +15358,7 @@ html {
|
|
|
15192
15358
|
|
|
15193
15359
|
/* XXLARGE Horizontal Align */
|
|
15194
15360
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-start___BPlw7 {
|
|
15195
|
-
align-items: start;
|
|
15361
|
+
align-items: flex-start;
|
|
15196
15362
|
}
|
|
15197
15363
|
|
|
15198
15364
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-center___QFMr_ {
|