@primer/react-brand 0.27.1-rc.ed7f41c → 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 +235 -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,
|
|
@@ -1437,6 +1442,11 @@ select {
|
|
|
1437
1442
|
width: var(--base-size-20);
|
|
1438
1443
|
}
|
|
1439
1444
|
|
|
1445
|
+
.Primer_Brand__Button-module__Button--label-large____iBy6 {
|
|
1446
|
+
font-size: var(--brand-text-subhead-size-large);
|
|
1447
|
+
line-height: var(--brand-text-subhead-lineHeight-large);
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1440
1450
|
.Primer_Brand__Button-module__Button--block___F5RXs {
|
|
1441
1451
|
width: 100%;
|
|
1442
1452
|
}
|
|
@@ -1731,7 +1741,7 @@ select {
|
|
|
1731
1741
|
|
|
1732
1742
|
/**
|
|
1733
1743
|
* Do not edit directly
|
|
1734
|
-
* Generated on
|
|
1744
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
1735
1745
|
*/
|
|
1736
1746
|
|
|
1737
1747
|
:root {
|
|
@@ -1958,7 +1968,7 @@ select {
|
|
|
1958
1968
|
|
|
1959
1969
|
/**
|
|
1960
1970
|
* Do not edit directly
|
|
1961
|
-
* Generated on
|
|
1971
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
1962
1972
|
*/
|
|
1963
1973
|
|
|
1964
1974
|
:root,
|
|
@@ -2217,7 +2227,7 @@ select {
|
|
|
2217
2227
|
|
|
2218
2228
|
/**
|
|
2219
2229
|
* Do not edit directly
|
|
2220
|
-
* Generated on
|
|
2230
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
2221
2231
|
*/
|
|
2222
2232
|
|
|
2223
2233
|
:root {
|
|
@@ -2243,7 +2253,7 @@ select {
|
|
|
2243
2253
|
|
|
2244
2254
|
/**
|
|
2245
2255
|
* Do not edit directly
|
|
2246
|
-
* Generated on
|
|
2256
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
2247
2257
|
*/
|
|
2248
2258
|
|
|
2249
2259
|
:root,
|
|
@@ -3001,7 +3011,7 @@ select {
|
|
|
3001
3011
|
|
|
3002
3012
|
/**
|
|
3003
3013
|
* Do not edit directly
|
|
3004
|
-
* Generated on
|
|
3014
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3005
3015
|
*/
|
|
3006
3016
|
|
|
3007
3017
|
:root {
|
|
@@ -3837,7 +3847,7 @@ select {
|
|
|
3837
3847
|
|
|
3838
3848
|
/**
|
|
3839
3849
|
* Do not edit directly
|
|
3840
|
-
* Generated on
|
|
3850
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3841
3851
|
*/
|
|
3842
3852
|
|
|
3843
3853
|
:root {
|
|
@@ -3858,7 +3868,7 @@ select {
|
|
|
3858
3868
|
|
|
3859
3869
|
/**
|
|
3860
3870
|
* Do not edit directly
|
|
3861
|
-
* Generated on
|
|
3871
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
3862
3872
|
*/
|
|
3863
3873
|
|
|
3864
3874
|
:root {
|
|
@@ -3868,7 +3878,7 @@ select {
|
|
|
3868
3878
|
|
|
3869
3879
|
/**
|
|
3870
3880
|
* Do not edit directly
|
|
3871
|
-
* Generated on
|
|
3881
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
3872
3882
|
*/
|
|
3873
3883
|
|
|
3874
3884
|
:root {
|
|
@@ -4778,7 +4788,7 @@ select {
|
|
|
4778
4788
|
|
|
4779
4789
|
/**
|
|
4780
4790
|
* Do not edit directly
|
|
4781
|
-
* Generated on
|
|
4791
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4782
4792
|
*/
|
|
4783
4793
|
|
|
4784
4794
|
:root,
|
|
@@ -4806,7 +4816,7 @@ select {
|
|
|
4806
4816
|
|
|
4807
4817
|
/**
|
|
4808
4818
|
* Do not edit directly
|
|
4809
|
-
* Generated on
|
|
4819
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4810
4820
|
*/
|
|
4811
4821
|
|
|
4812
4822
|
:root,
|
|
@@ -4822,7 +4832,7 @@ select {
|
|
|
4822
4832
|
|
|
4823
4833
|
/**
|
|
4824
4834
|
* Do not edit directly
|
|
4825
|
-
* Generated on
|
|
4835
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
4826
4836
|
*/
|
|
4827
4837
|
|
|
4828
4838
|
:root {
|
|
@@ -4944,7 +4954,7 @@ select {
|
|
|
4944
4954
|
|
|
4945
4955
|
/**
|
|
4946
4956
|
* Do not edit directly
|
|
4947
|
-
* Generated on
|
|
4957
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4948
4958
|
*/
|
|
4949
4959
|
|
|
4950
4960
|
:root,
|
|
@@ -4960,7 +4970,7 @@ select {
|
|
|
4960
4970
|
|
|
4961
4971
|
/**
|
|
4962
4972
|
* Do not edit directly
|
|
4963
|
-
* Generated on
|
|
4973
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
4964
4974
|
*/
|
|
4965
4975
|
|
|
4966
4976
|
:root,
|
|
@@ -5128,7 +5138,11 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5128
5138
|
padding-right: var(--base-size-48);
|
|
5129
5139
|
}
|
|
5130
5140
|
|
|
5131
|
-
.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 {
|
|
5132
5146
|
color: var(--brand-color-text-muted);
|
|
5133
5147
|
font-family: var(--brand-fontStack-sansSerif);
|
|
5134
5148
|
font-weight: var(--brand-text-weight-200);
|
|
@@ -5136,6 +5150,35 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5136
5150
|
line-height: var(--brand-text-lineHeight-200);
|
|
5137
5151
|
}
|
|
5138
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
|
+
|
|
5139
5182
|
details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5140
5183
|
padding-bottom: var(--base-size-24);
|
|
5141
5184
|
animation: Primer_Brand__Accordion-module__fade-in___b3l0l 0.5s;
|
|
@@ -5173,7 +5216,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5173
5216
|
|
|
5174
5217
|
/**
|
|
5175
5218
|
* Do not edit directly
|
|
5176
|
-
* Generated on
|
|
5219
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
5177
5220
|
*/
|
|
5178
5221
|
|
|
5179
5222
|
:root {
|
|
@@ -5182,7 +5225,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5182
5225
|
|
|
5183
5226
|
/**
|
|
5184
5227
|
* Do not edit directly
|
|
5185
|
-
* Generated on
|
|
5228
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5186
5229
|
*/
|
|
5187
5230
|
|
|
5188
5231
|
:root,
|
|
@@ -5200,7 +5243,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5200
5243
|
|
|
5201
5244
|
/**
|
|
5202
5245
|
* Do not edit directly
|
|
5203
|
-
* Generated on
|
|
5246
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5204
5247
|
*/
|
|
5205
5248
|
|
|
5206
5249
|
:root {
|
|
@@ -5263,6 +5306,20 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5263
5306
|
margin-top: var(--base-size-48);
|
|
5264
5307
|
}
|
|
5265
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
|
+
|
|
5266
5323
|
.Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
|
|
5267
5324
|
display: none;
|
|
5268
5325
|
justify-content: space-between;
|
|
@@ -5288,7 +5345,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5288
5345
|
}
|
|
5289
5346
|
|
|
5290
5347
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
|
|
5291
|
-
justify-content: start;
|
|
5348
|
+
justify-content: flex-start;
|
|
5292
5349
|
}
|
|
5293
5350
|
|
|
5294
5351
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
|
|
@@ -5317,7 +5374,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5317
5374
|
|
|
5318
5375
|
/**
|
|
5319
5376
|
* Do not edit directly
|
|
5320
|
-
* Generated on
|
|
5377
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
5321
5378
|
*/
|
|
5322
5379
|
|
|
5323
5380
|
:root,
|
|
@@ -6418,7 +6475,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6418
6475
|
|
|
6419
6476
|
/**
|
|
6420
6477
|
* Do not edit directly
|
|
6421
|
-
* Generated on
|
|
6478
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
6422
6479
|
*/
|
|
6423
6480
|
|
|
6424
6481
|
:root {
|
|
@@ -6432,7 +6489,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6432
6489
|
|
|
6433
6490
|
/**
|
|
6434
6491
|
* Do not edit directly
|
|
6435
|
-
* Generated on
|
|
6492
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
6436
6493
|
*/
|
|
6437
6494
|
|
|
6438
6495
|
:root {
|
|
@@ -6642,7 +6699,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6642
6699
|
|
|
6643
6700
|
/**
|
|
6644
6701
|
* Do not edit directly
|
|
6645
|
-
* Generated on
|
|
6702
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6646
6703
|
*/
|
|
6647
6704
|
|
|
6648
6705
|
:root,
|
|
@@ -6658,7 +6715,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6658
6715
|
|
|
6659
6716
|
/**
|
|
6660
6717
|
* Do not edit directly
|
|
6661
|
-
* Generated on
|
|
6718
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6662
6719
|
*/
|
|
6663
6720
|
|
|
6664
6721
|
:root {
|
|
@@ -6976,7 +7033,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6976
7033
|
|
|
6977
7034
|
/**
|
|
6978
7035
|
* Do not edit directly
|
|
6979
|
-
* Generated on
|
|
7036
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
6980
7037
|
*/
|
|
6981
7038
|
|
|
6982
7039
|
:root,
|
|
@@ -7392,7 +7449,7 @@ html {
|
|
|
7392
7449
|
|
|
7393
7450
|
/**
|
|
7394
7451
|
* Do not edit directly
|
|
7395
|
-
* Generated on
|
|
7452
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7396
7453
|
*/
|
|
7397
7454
|
|
|
7398
7455
|
:root,
|
|
@@ -7570,7 +7627,7 @@ html {
|
|
|
7570
7627
|
|
|
7571
7628
|
/**
|
|
7572
7629
|
* Do not edit directly
|
|
7573
|
-
* Generated on
|
|
7630
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7574
7631
|
*/
|
|
7575
7632
|
|
|
7576
7633
|
:root,
|
|
@@ -7697,7 +7754,7 @@ html {
|
|
|
7697
7754
|
|
|
7698
7755
|
/**
|
|
7699
7756
|
* Do not edit directly
|
|
7700
|
-
* Generated on
|
|
7757
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7701
7758
|
*/
|
|
7702
7759
|
|
|
7703
7760
|
:root,
|
|
@@ -7827,7 +7884,7 @@ html {
|
|
|
7827
7884
|
|
|
7828
7885
|
/**
|
|
7829
7886
|
* Do not edit directly
|
|
7830
|
-
* Generated on
|
|
7887
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
7831
7888
|
*/
|
|
7832
7889
|
|
|
7833
7890
|
:root {
|
|
@@ -7839,7 +7896,7 @@ html {
|
|
|
7839
7896
|
|
|
7840
7897
|
/**
|
|
7841
7898
|
* Do not edit directly
|
|
7842
|
-
* Generated on
|
|
7899
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
7843
7900
|
*/
|
|
7844
7901
|
|
|
7845
7902
|
:root,
|
|
@@ -8212,7 +8269,7 @@ html {
|
|
|
8212
8269
|
|
|
8213
8270
|
/**
|
|
8214
8271
|
* Do not edit directly
|
|
8215
|
-
* Generated on
|
|
8272
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
8216
8273
|
*/
|
|
8217
8274
|
|
|
8218
8275
|
:root,
|
|
@@ -8381,10 +8438,11 @@ html {
|
|
|
8381
8438
|
/* 6. Lists */
|
|
8382
8439
|
/* 7. Inline elements */
|
|
8383
8440
|
/* 8. Images */
|
|
8441
|
+
/* 9. Block elements */
|
|
8384
8442
|
/* ---------------------------------------------------------- */
|
|
8385
8443
|
|
|
8386
8444
|
/* ---------------------------------------------------------- */
|
|
8387
|
-
/* 1
|
|
8445
|
+
/* 1. Container */
|
|
8388
8446
|
/* ---------------------------------------------------------- */
|
|
8389
8447
|
|
|
8390
8448
|
.Primer_Brand__Prose-module__Prose___X2BXE {
|
|
@@ -8587,6 +8645,15 @@ html {
|
|
|
8587
8645
|
border-color: var(--brand-InlineLink-color-pressed);
|
|
8588
8646
|
}
|
|
8589
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
|
+
|
|
8590
8657
|
/* ---------------------------------------------------------- */
|
|
8591
8658
|
/* 8. Images */
|
|
8592
8659
|
/* ---------------------------------------------------------- */
|
|
@@ -8601,13 +8668,57 @@ html {
|
|
|
8601
8668
|
margin-bottom: var(--spacing);
|
|
8602
8669
|
}
|
|
8603
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
|
+
|
|
8604
8714
|
/**
|
|
8605
8715
|
* Do not edit directly
|
|
8606
|
-
* Generated on
|
|
8716
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
8607
8717
|
*/
|
|
8608
8718
|
|
|
8609
8719
|
:root {
|
|
8610
|
-
--brand-Prose-
|
|
8720
|
+
--brand-Prose-blockquote-spacing: var(--base-size-24);
|
|
8721
|
+
--brand-Prose-img-spacing: var(--base-size-48);
|
|
8611
8722
|
--brand-Prose-lineLength: 68ch;
|
|
8612
8723
|
}
|
|
8613
8724
|
|
|
@@ -12325,6 +12436,66 @@ html {
|
|
|
12325
12436
|
border-width: var(--brand-borderWidth-thicker);
|
|
12326
12437
|
}
|
|
12327
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
|
+
|
|
12328
12499
|
/*
|
|
12329
12500
|
* 14. Border Color
|
|
12330
12501
|
*/
|
|
@@ -12441,7 +12612,7 @@ html {
|
|
|
12441
12612
|
color: var(--base-color-scale-gray-0);
|
|
12442
12613
|
display: grid;
|
|
12443
12614
|
align-items: center;
|
|
12444
|
-
justify-content: start;
|
|
12615
|
+
justify-content: flex-start;
|
|
12445
12616
|
grid-gap: 10px;
|
|
12446
12617
|
grid-template-columns: auto auto;
|
|
12447
12618
|
background: hsl(var(--base-color-scale-black-0-hsl) / 80%);
|
|
@@ -12776,7 +12947,7 @@ html {
|
|
|
12776
12947
|
|
|
12777
12948
|
/**
|
|
12778
12949
|
* Do not edit directly
|
|
12779
|
-
* Generated on
|
|
12950
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
12780
12951
|
*/
|
|
12781
12952
|
|
|
12782
12953
|
:root {
|
|
@@ -12794,7 +12965,7 @@ html {
|
|
|
12794
12965
|
|
|
12795
12966
|
/**
|
|
12796
12967
|
* Do not edit directly
|
|
12797
|
-
* Generated on
|
|
12968
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
12798
12969
|
*/
|
|
12799
12970
|
|
|
12800
12971
|
:root,
|
|
@@ -12810,7 +12981,7 @@ html {
|
|
|
12810
12981
|
|
|
12811
12982
|
/**
|
|
12812
12983
|
* Do not edit directly
|
|
12813
|
-
* Generated on
|
|
12984
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
12814
12985
|
*/
|
|
12815
12986
|
|
|
12816
12987
|
:root {
|
|
@@ -13035,7 +13206,7 @@ html {
|
|
|
13035
13206
|
|
|
13036
13207
|
/**
|
|
13037
13208
|
* Do not edit directly
|
|
13038
|
-
* Generated on
|
|
13209
|
+
* Generated on Tue, 17 Oct 2023 09:49:28 GMT
|
|
13039
13210
|
*/
|
|
13040
13211
|
|
|
13041
13212
|
:root,
|
|
@@ -13049,7 +13220,7 @@ html {
|
|
|
13049
13220
|
|
|
13050
13221
|
/**
|
|
13051
13222
|
* Do not edit directly
|
|
13052
|
-
* Generated on
|
|
13223
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
13053
13224
|
*/
|
|
13054
13225
|
|
|
13055
13226
|
:root {
|
|
@@ -13063,7 +13234,7 @@ html {
|
|
|
13063
13234
|
|
|
13064
13235
|
/**
|
|
13065
13236
|
* Do not edit directly
|
|
13066
|
-
* Generated on
|
|
13237
|
+
* Generated on Tue, 17 Oct 2023 09:49:27 GMT
|
|
13067
13238
|
*/
|
|
13068
13239
|
|
|
13069
13240
|
:root {
|
|
@@ -13136,7 +13307,7 @@ html {
|
|
|
13136
13307
|
.Primer_Brand__Bento-module__Bento__Content___BhnY8 {
|
|
13137
13308
|
display: flex;
|
|
13138
13309
|
flex-direction: column;
|
|
13139
|
-
align-items: start;
|
|
13310
|
+
align-items: flex-start;
|
|
13140
13311
|
height: 100%;
|
|
13141
13312
|
color: var(--brand-color-text-default);
|
|
13142
13313
|
}
|
|
@@ -13460,7 +13631,7 @@ html {
|
|
|
13460
13631
|
|
|
13461
13632
|
/* Bento Item Vertical Align */
|
|
13462
13633
|
.Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby {
|
|
13463
|
-
justify-content: start;
|
|
13634
|
+
justify-content: flex-start;
|
|
13464
13635
|
}
|
|
13465
13636
|
|
|
13466
13637
|
.Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -13491,7 +13662,7 @@ html {
|
|
|
13491
13662
|
text-align: right;
|
|
13492
13663
|
}
|
|
13493
13664
|
.Primer_Brand__Bento-module__Bento__Item--horizontalAlign-start___apVss {
|
|
13494
|
-
align-items: start;
|
|
13665
|
+
align-items: flex-start;
|
|
13495
13666
|
}
|
|
13496
13667
|
|
|
13497
13668
|
.Primer_Brand__Bento-module__Bento__Item--horizontalAlign-center___DJpgD {
|
|
@@ -13732,7 +13903,7 @@ html {
|
|
|
13732
13903
|
|
|
13733
13904
|
/* XSMALL Vertical Align */
|
|
13734
13905
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy {
|
|
13735
|
-
justify-content: start;
|
|
13906
|
+
justify-content: flex-start;
|
|
13736
13907
|
}
|
|
13737
13908
|
|
|
13738
13909
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -13757,7 +13928,7 @@ html {
|
|
|
13757
13928
|
|
|
13758
13929
|
/* XSMALL Horizontal Align */
|
|
13759
13930
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-start___dT6ng {
|
|
13760
|
-
align-items: start;
|
|
13931
|
+
align-items: flex-start;
|
|
13761
13932
|
}
|
|
13762
13933
|
|
|
13763
13934
|
.Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-center___xcsj2 {
|
|
@@ -14018,7 +14189,7 @@ html {
|
|
|
14018
14189
|
|
|
14019
14190
|
/* SMALL Vertical Align */
|
|
14020
14191
|
.Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 {
|
|
14021
|
-
justify-content: start;
|
|
14192
|
+
justify-content: flex-start;
|
|
14022
14193
|
}
|
|
14023
14194
|
|
|
14024
14195
|
.Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14043,7 +14214,7 @@ html {
|
|
|
14043
14214
|
|
|
14044
14215
|
/* SMALL Horizontal Align */
|
|
14045
14216
|
.Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-start____az8o {
|
|
14046
|
-
align-items: start;
|
|
14217
|
+
align-items: flex-start;
|
|
14047
14218
|
}
|
|
14048
14219
|
|
|
14049
14220
|
.Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-center___hIKKU {
|
|
@@ -14304,7 +14475,7 @@ html {
|
|
|
14304
14475
|
|
|
14305
14476
|
/* MEDIUM Vertical Align */
|
|
14306
14477
|
.Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs {
|
|
14307
|
-
justify-content: start;
|
|
14478
|
+
justify-content: flex-start;
|
|
14308
14479
|
}
|
|
14309
14480
|
|
|
14310
14481
|
.Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14329,7 +14500,7 @@ html {
|
|
|
14329
14500
|
|
|
14330
14501
|
/* MEDIUM Horizontal Align */
|
|
14331
14502
|
.Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-start___nzIvg {
|
|
14332
|
-
align-items: start;
|
|
14503
|
+
align-items: flex-start;
|
|
14333
14504
|
}
|
|
14334
14505
|
|
|
14335
14506
|
.Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-center___aHFRW {
|
|
@@ -14590,7 +14761,7 @@ html {
|
|
|
14590
14761
|
|
|
14591
14762
|
/* LARGE Vertical Align */
|
|
14592
14763
|
.Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn {
|
|
14593
|
-
justify-content: start;
|
|
14764
|
+
justify-content: flex-start;
|
|
14594
14765
|
}
|
|
14595
14766
|
|
|
14596
14767
|
.Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14615,7 +14786,7 @@ html {
|
|
|
14615
14786
|
|
|
14616
14787
|
/* LARGE Horizontal Align */
|
|
14617
14788
|
.Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-start___YQT1t {
|
|
14618
|
-
align-items: start;
|
|
14789
|
+
align-items: flex-start;
|
|
14619
14790
|
}
|
|
14620
14791
|
|
|
14621
14792
|
.Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-center___YtwaR {
|
|
@@ -14876,7 +15047,7 @@ html {
|
|
|
14876
15047
|
|
|
14877
15048
|
/* XLARGE Vertical Align */
|
|
14878
15049
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ {
|
|
14879
|
-
justify-content: start;
|
|
15050
|
+
justify-content: flex-start;
|
|
14880
15051
|
}
|
|
14881
15052
|
|
|
14882
15053
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -14901,7 +15072,7 @@ html {
|
|
|
14901
15072
|
|
|
14902
15073
|
/* XLARGE Horizontal Align */
|
|
14903
15074
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-start___zzvpZ {
|
|
14904
|
-
align-items: start;
|
|
15075
|
+
align-items: flex-start;
|
|
14905
15076
|
}
|
|
14906
15077
|
|
|
14907
15078
|
.Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-center___mfany {
|
|
@@ -15162,7 +15333,7 @@ html {
|
|
|
15162
15333
|
|
|
15163
15334
|
/* XXLARGE Vertical Align */
|
|
15164
15335
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN {
|
|
15165
|
-
justify-content: start;
|
|
15336
|
+
justify-content: flex-start;
|
|
15166
15337
|
}
|
|
15167
15338
|
|
|
15168
15339
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
|
|
@@ -15187,7 +15358,7 @@ html {
|
|
|
15187
15358
|
|
|
15188
15359
|
/* XXLARGE Horizontal Align */
|
|
15189
15360
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-start___BPlw7 {
|
|
15190
|
-
align-items: start;
|
|
15361
|
+
align-items: flex-start;
|
|
15191
15362
|
}
|
|
15192
15363
|
|
|
15193
15364
|
.Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-center___QFMr_ {
|