@primer/react-brand 0.65.0-rc.0d69fc03 → 0.65.0-rc.4081e0d2
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/EyebrowText/EyebrowText.d.ts +13 -0
- package/lib/EyebrowText/index.d.ts +1 -0
- package/lib/IDE/IDE.d.ts +10 -0
- package/lib/Tiles/Tiles.d.ts +49 -0
- package/lib/Tiles/Tiles.fixtures.d.ts +6 -0
- package/lib/Tiles/index.d.ts +1 -0
- package/lib/css/main.css +741 -91
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/light.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/blinking-cursor/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.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/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.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/frosted-glass-vfx/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.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/icon/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.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/pagination/colors-with-modes.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/pricing-options/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +21 -6
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.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/tabs/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors.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-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +17 -0
- 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/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +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/size/viewport.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/light.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/eyebrow-banner/eyebrow-banner.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/frosted-glass-vfx/base.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/icon/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/ide/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/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +21 -3
- package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.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/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +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/eyebrow-banner/eyebrow-banner.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/frosted-glass-vfx/base.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/icon/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/ide/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/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +9 -3
- package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/colors.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/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +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/eyebrow-banner/eyebrow-banner.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/frosted-glass-vfx/base.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/icon/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/ide/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/pricing-options/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +9 -3
- package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.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/tooltip/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/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.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/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.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/frosted-glass-vfx/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.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/icon/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/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/pricing-options/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +20 -2
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +21 -3
- package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.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/tooltip/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/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/fixtures/third-party-logos/AzureLogo.d.ts +4 -0
- package/lib/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +4 -0
- package/lib/fixtures/third-party-logos/MicrosoftLogo.d.ts +4 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/river/River/River.d.ts +22 -0
- package/lib/river/River/index.d.ts +1 -1
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +9 -1
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -78,7 +78,7 @@ html {
|
|
|
78
78
|
|
|
79
79
|
/**
|
|
80
80
|
* Do not edit directly
|
|
81
|
-
* Generated on
|
|
81
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
82
82
|
*/
|
|
83
83
|
|
|
84
84
|
:root,
|
|
@@ -356,7 +356,7 @@ html {
|
|
|
356
356
|
|
|
357
357
|
/**
|
|
358
358
|
* Do not edit directly
|
|
359
|
-
* Generated on
|
|
359
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
360
360
|
*/
|
|
361
361
|
|
|
362
362
|
:root {
|
|
@@ -383,7 +383,7 @@ html {
|
|
|
383
383
|
|
|
384
384
|
/**
|
|
385
385
|
* Do not edit directly
|
|
386
|
-
* Generated on
|
|
386
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
387
387
|
*/
|
|
388
388
|
|
|
389
389
|
:root {
|
|
@@ -400,7 +400,7 @@ html {
|
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
402
|
* Do not edit directly
|
|
403
|
-
* Generated on
|
|
403
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
404
404
|
*/
|
|
405
405
|
|
|
406
406
|
:root {
|
|
@@ -558,7 +558,7 @@ html {
|
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
560
|
* Do not edit directly
|
|
561
|
-
* Generated on
|
|
561
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
562
562
|
*/
|
|
563
563
|
|
|
564
564
|
:root {
|
|
@@ -572,7 +572,7 @@ html {
|
|
|
572
572
|
|
|
573
573
|
/**
|
|
574
574
|
* Do not edit directly
|
|
575
|
-
* Generated on
|
|
575
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
576
576
|
*/
|
|
577
577
|
|
|
578
578
|
:root {
|
|
@@ -591,7 +591,7 @@ html {
|
|
|
591
591
|
|
|
592
592
|
/**
|
|
593
593
|
* Do not edit directly
|
|
594
|
-
* Generated on
|
|
594
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
595
595
|
*/
|
|
596
596
|
|
|
597
597
|
:root,
|
|
@@ -671,7 +671,7 @@ html {
|
|
|
671
671
|
|
|
672
672
|
/**
|
|
673
673
|
* Do not edit directly
|
|
674
|
-
* Generated on
|
|
674
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
675
675
|
*/
|
|
676
676
|
|
|
677
677
|
:root {
|
|
@@ -698,7 +698,7 @@ html {
|
|
|
698
698
|
|
|
699
699
|
/**
|
|
700
700
|
* Do not edit directly
|
|
701
|
-
* Generated on
|
|
701
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
702
702
|
*/
|
|
703
703
|
|
|
704
704
|
:root,
|
|
@@ -1471,7 +1471,7 @@ html {
|
|
|
1471
1471
|
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Do not edit directly
|
|
1474
|
-
* Generated on
|
|
1474
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
1475
1475
|
*/
|
|
1476
1476
|
|
|
1477
1477
|
:root {
|
|
@@ -1779,7 +1779,7 @@ html {
|
|
|
1779
1779
|
|
|
1780
1780
|
/**
|
|
1781
1781
|
* Do not edit directly
|
|
1782
|
-
* Generated on
|
|
1782
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
1783
1783
|
*/
|
|
1784
1784
|
|
|
1785
1785
|
:root {
|
|
@@ -6165,6 +6165,12 @@ html {
|
|
|
6165
6165
|
max-width: 924px;
|
|
6166
6166
|
}
|
|
6167
6167
|
|
|
6168
|
+
.Primer_Brand__Hero-module__Hero-heading___QuVBH b {
|
|
6169
|
+
color: var(--brand-color-accent-primary);
|
|
6170
|
+
font-style: normal;
|
|
6171
|
+
font-weight: inherit;
|
|
6172
|
+
}
|
|
6173
|
+
|
|
6168
6174
|
.Primer_Brand__Hero-module__Hero-heading--fullWidth___Q3N1y {
|
|
6169
6175
|
max-width: none;
|
|
6170
6176
|
max-width: initial;
|
|
@@ -6759,7 +6765,7 @@ html {
|
|
|
6759
6765
|
|
|
6760
6766
|
/**
|
|
6761
6767
|
* Do not edit directly
|
|
6762
|
-
* Generated on
|
|
6768
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
6763
6769
|
*/
|
|
6764
6770
|
|
|
6765
6771
|
:root,
|
|
@@ -7096,7 +7102,7 @@ html {
|
|
|
7096
7102
|
|
|
7097
7103
|
/**
|
|
7098
7104
|
* Do not edit directly
|
|
7099
|
-
* Generated on
|
|
7105
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
7100
7106
|
*/
|
|
7101
7107
|
|
|
7102
7108
|
:root {
|
|
@@ -7402,7 +7408,7 @@ html {
|
|
|
7402
7408
|
|
|
7403
7409
|
/**
|
|
7404
7410
|
* Do not edit directly
|
|
7405
|
-
* Generated on
|
|
7411
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
7406
7412
|
*/
|
|
7407
7413
|
|
|
7408
7414
|
:root,
|
|
@@ -7418,7 +7424,7 @@ html {
|
|
|
7418
7424
|
|
|
7419
7425
|
/**
|
|
7420
7426
|
* Do not edit directly
|
|
7421
|
-
* Generated on
|
|
7427
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
7422
7428
|
*/
|
|
7423
7429
|
|
|
7424
7430
|
:root,
|
|
@@ -7683,9 +7689,14 @@ html {
|
|
|
7683
7689
|
}
|
|
7684
7690
|
}
|
|
7685
7691
|
|
|
7692
|
+
.Primer_Brand__EyebrowText-module__EyebrowText___YZHDa {
|
|
7693
|
+
text-transform: uppercase;
|
|
7694
|
+
letter-spacing: var(--brand-text-letterSpacing-100);
|
|
7695
|
+
}
|
|
7696
|
+
|
|
7686
7697
|
/**
|
|
7687
7698
|
* Do not edit directly
|
|
7688
|
-
* Generated on
|
|
7699
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
7689
7700
|
*/
|
|
7690
7701
|
|
|
7691
7702
|
:root {
|
|
@@ -7696,30 +7707,45 @@ html {
|
|
|
7696
7707
|
|
|
7697
7708
|
/**
|
|
7698
7709
|
* Do not edit directly
|
|
7699
|
-
* Generated on
|
|
7710
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
7700
7711
|
*/
|
|
7701
7712
|
|
|
7702
7713
|
:root {
|
|
7714
|
+
--brand-RiverBreakout-variant-gridline-spacing-contentGap: var(--base-size-16);
|
|
7715
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerInline: var(--base-size-20);
|
|
7716
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd: var(--base-size-40);
|
|
7717
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlock: var(--base-size-36);
|
|
7703
7718
|
--brand-RiverBreakout-spacing-inner: var(--base-size-40);
|
|
7704
|
-
--brand-River-spacing-
|
|
7719
|
+
--brand-River-variant-gridline-spacing-outerInline: var(--base-size-20);
|
|
7720
|
+
--brand-River-variant-gridline-spacing-outerBlock: var(--base-size-40);
|
|
7721
|
+
--brand-River-spacing-outerBlock: var(--base-size-36);
|
|
7705
7722
|
--brand-River-spacing-innerY: var(--base-size-24);
|
|
7706
|
-
--brand-River-spacing-inner: var(--base-size-
|
|
7723
|
+
--brand-River-spacing-inner: var(--base-size-40);
|
|
7707
7724
|
}
|
|
7708
7725
|
|
|
7709
7726
|
@media (min-width: 768px) {
|
|
7710
7727
|
:root {
|
|
7728
|
+
--brand-RiverBreakout-variant-gridline-spacing-contentGap: var(--base-size-20);
|
|
7729
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerInline: var(--base-size-36);
|
|
7730
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd: var(--base-size-48);
|
|
7731
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlock: var(--base-size-40);
|
|
7711
7732
|
--brand-RiverBreakout-spacing-inner: var(--base-size-48);
|
|
7712
7733
|
--brand-River-spacing-innerY: var(--base-size-24);
|
|
7713
|
-
--brand-River-spacing-inner: var(--base-size-36);
|
|
7714
7734
|
}
|
|
7715
7735
|
}
|
|
7716
7736
|
|
|
7717
7737
|
@media (min-width: 1280px) {
|
|
7718
7738
|
:root {
|
|
7739
|
+
--brand-RiverBreakout-variant-gridline-spacing-contentGap: var(--base-size-24);
|
|
7740
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerInline: var(--base-size-64);
|
|
7741
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd: var(--base-size-80);
|
|
7742
|
+
--brand-RiverBreakout-variant-gridline-spacing-outerBlock: var(--base-size-64);
|
|
7719
7743
|
--brand-RiverBreakout-spacing-inner: var(--base-size-64);
|
|
7720
|
-
--brand-River-spacing-
|
|
7744
|
+
--brand-River-variant-gridline-spacing-outerInline: var(--base-size-64);
|
|
7745
|
+
--brand-River-variant-gridline-spacing-outerBlock: var(--base-size-64);
|
|
7746
|
+
--brand-River-spacing-outerBlock: var(--base-size-48);
|
|
7721
7747
|
--brand-River-spacing-innerY: var(--base-size-32);
|
|
7722
|
-
--brand-River-spacing-inner: var(--base-size-
|
|
7748
|
+
--brand-River-spacing-inner: var(--base-size-24);
|
|
7723
7749
|
}
|
|
7724
7750
|
}
|
|
7725
7751
|
|
|
@@ -7728,8 +7754,48 @@ html {
|
|
|
7728
7754
|
grid-gap: var(--brand-River-spacing-inner);
|
|
7729
7755
|
gap: var(--brand-River-spacing-inner);
|
|
7730
7756
|
grid-auto-rows: min-content;
|
|
7731
|
-
padding-
|
|
7732
|
-
padding-
|
|
7757
|
+
padding-inline: var(--brand-River-spacing-outerInline);
|
|
7758
|
+
padding-block: var(--brand-River-spacing-outerBlock);
|
|
7759
|
+
container-type: inline-size;
|
|
7760
|
+
}
|
|
7761
|
+
|
|
7762
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 {
|
|
7763
|
+
position: relative;
|
|
7764
|
+
padding-inline: var(--brand-River-variant-gridline-spacing-outerInline);
|
|
7765
|
+
padding-block: var(--brand-River-variant-gridline-spacing-outerBlock);
|
|
7766
|
+
gap: var(--base-size-32);
|
|
7767
|
+
}
|
|
7768
|
+
|
|
7769
|
+
@media screen and (min-width: 48rem) {
|
|
7770
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 {
|
|
7771
|
+
gap: var(--base-size-28);
|
|
7772
|
+
}
|
|
7773
|
+
}
|
|
7774
|
+
|
|
7775
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1::before,
|
|
7776
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1::after {
|
|
7777
|
+
content: '';
|
|
7778
|
+
position: absolute;
|
|
7779
|
+
left: 50%;
|
|
7780
|
+
transform: translateX(-50%);
|
|
7781
|
+
width: 100vw;
|
|
7782
|
+
height: 0;
|
|
7783
|
+
border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
7784
|
+
z-index: 1;
|
|
7785
|
+
}
|
|
7786
|
+
|
|
7787
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1::before {
|
|
7788
|
+
top: 0;
|
|
7789
|
+
}
|
|
7790
|
+
|
|
7791
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1::after {
|
|
7792
|
+
bottom: 0;
|
|
7793
|
+
}
|
|
7794
|
+
|
|
7795
|
+
@media screen and (min-width: 80rem) {
|
|
7796
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 {
|
|
7797
|
+
border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
7798
|
+
}
|
|
7733
7799
|
}
|
|
7734
7800
|
|
|
7735
7801
|
.Primer_Brand__river-shared-module__River--align-center___VxJ3H {
|
|
@@ -7758,12 +7824,62 @@ html {
|
|
|
7758
7824
|
box-shadow: var(--brand-River-visual-shadow);
|
|
7759
7825
|
}
|
|
7760
7826
|
|
|
7827
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7828
|
+
display: flex;
|
|
7829
|
+
align-items: center;
|
|
7830
|
+
justify-content: center;
|
|
7831
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
7832
|
+
padding: var(--base-size-32);
|
|
7833
|
+
border-radius: 0;
|
|
7834
|
+
margin-inline: calc(-1 * var(--brand-River-variant-gridline-spacing-outerInline));
|
|
7835
|
+
}
|
|
7836
|
+
|
|
7837
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
7838
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
7839
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
7840
|
+
max-width: 100%;
|
|
7841
|
+
height: auto;
|
|
7842
|
+
width: auto;
|
|
7843
|
+
border-radius: var(--brand-borderRadius-large);
|
|
7844
|
+
}
|
|
7845
|
+
|
|
7846
|
+
@media screen and (max-width: 47.99rem) {
|
|
7847
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7848
|
+
align-items: flex-end;
|
|
7849
|
+
justify-content: flex-end;
|
|
7850
|
+
padding-block-end: 0;
|
|
7851
|
+
padding-inline-end: 0;
|
|
7852
|
+
}
|
|
7853
|
+
|
|
7854
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
7855
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
7856
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
7857
|
+
border-end-start-radius: 0;
|
|
7858
|
+
border-end-end-radius: 0;
|
|
7859
|
+
border-start-end-radius: 0;
|
|
7860
|
+
}
|
|
7861
|
+
}
|
|
7862
|
+
|
|
7863
|
+
@media screen and (min-width: 48rem) and (max-width: 63.24rem) {
|
|
7864
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7865
|
+
align-items: flex-end;
|
|
7866
|
+
padding-block-end: 0;
|
|
7867
|
+
}
|
|
7868
|
+
|
|
7869
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
7870
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
7871
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
7872
|
+
border-end-start-radius: 0;
|
|
7873
|
+
border-end-end-radius: 0;
|
|
7874
|
+
}
|
|
7875
|
+
}
|
|
7876
|
+
|
|
7761
7877
|
.Primer_Brand__river-shared-module__River__heading___tl6zS {
|
|
7762
7878
|
margin-bottom: var(--brand-River-heading-margin);
|
|
7763
7879
|
}
|
|
7764
7880
|
|
|
7765
7881
|
.Primer_Brand__river-shared-module__River__call-to-action___yeIFh {
|
|
7766
|
-
margin-top: var(--base-size-
|
|
7882
|
+
margin-top: var(--base-size-20);
|
|
7767
7883
|
}
|
|
7768
7884
|
|
|
7769
7885
|
.Primer_Brand__river-shared-module__River__text___TQQhU strong,
|
|
@@ -7785,12 +7901,47 @@ html {
|
|
|
7785
7901
|
margin-block-end: var(--brand-River-label-margin);
|
|
7786
7902
|
}
|
|
7787
7903
|
|
|
7788
|
-
|
|
7789
|
-
|
|
7904
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
7905
|
+
order: 1;
|
|
7906
|
+
}
|
|
7907
|
+
|
|
7908
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7909
|
+
order: 2;
|
|
7910
|
+
}
|
|
7911
|
+
|
|
7912
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4 .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7913
|
+
order: 1;
|
|
7914
|
+
}
|
|
7915
|
+
|
|
7916
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4 .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
7917
|
+
order: 2;
|
|
7918
|
+
}
|
|
7919
|
+
|
|
7920
|
+
@media screen and (max-width: 63.24rem) {
|
|
7921
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7922
|
+
margin-block-start: calc(-1 * var(--brand-River-variant-gridline-spacing-outerBlock));
|
|
7923
|
+
}
|
|
7924
|
+
|
|
7925
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7926
|
+
margin-block-end: calc(-1 * var(--brand-River-variant-gridline-spacing-outerBlock));
|
|
7927
|
+
}
|
|
7928
|
+
|
|
7929
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7930
|
+
margin-block-start: calc(-1 * var(--brand-River-variant-gridline-spacing-outerBlock));
|
|
7931
|
+
}
|
|
7932
|
+
}
|
|
7933
|
+
|
|
7934
|
+
/* Large breakpoint and up */
|
|
7935
|
+
@media screen and (min-width: 63.25rem) {
|
|
7790
7936
|
.Primer_Brand__river-shared-module__River___eSXvR {
|
|
7791
7937
|
grid-template-rows: initial;
|
|
7792
7938
|
}
|
|
7793
7939
|
|
|
7940
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1 .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
7941
|
+
padding: var(--base-size-64);
|
|
7942
|
+
margin: 0;
|
|
7943
|
+
}
|
|
7944
|
+
|
|
7794
7945
|
.Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7795
7946
|
order: initial;
|
|
7796
7947
|
}
|
|
@@ -7815,12 +7966,37 @@ html {
|
|
|
7815
7966
|
grid-template-columns: [visual] 6fr [content] 4fr;
|
|
7816
7967
|
}
|
|
7817
7968
|
|
|
7969
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S)) .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
7970
|
+
margin-inline-start: calc(var(--base-size-80) + var(--base-size-8));
|
|
7971
|
+
}
|
|
7972
|
+
|
|
7973
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S)) .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
7974
|
+
margin-inline-end: calc(var(--base-size-80) + var(--base-size-8));
|
|
7975
|
+
}
|
|
7976
|
+
|
|
7818
7977
|
.Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7819
7978
|
display: grid;
|
|
7820
7979
|
align-content: center;
|
|
7821
7980
|
grid-area: content;
|
|
7822
7981
|
}
|
|
7823
7982
|
|
|
7983
|
+
.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1) .Primer_Brand__river-shared-module__River__body-text___aJne5,
|
|
7984
|
+
.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1) .Primer_Brand__river-shared-module__River__heading___tl6zS {
|
|
7985
|
+
max-width: 400px;
|
|
7986
|
+
}
|
|
7987
|
+
|
|
7988
|
+
.Primer_Brand__river-shared-module__River--align-start___wo12V:not(.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7989
|
+
padding-inline-end: var(--base-size-128);
|
|
7990
|
+
}
|
|
7991
|
+
|
|
7992
|
+
.Primer_Brand__river-shared-module__River--align-end___aNjz4:not(.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7993
|
+
padding-inline-start: var(--base-size-128);
|
|
7994
|
+
}
|
|
7995
|
+
|
|
7996
|
+
.Primer_Brand__river-shared-module__River__content--align-block-end___xI62E {
|
|
7997
|
+
align-content: end;
|
|
7998
|
+
}
|
|
7999
|
+
|
|
7824
8000
|
.Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
7825
8001
|
grid-area: visual;
|
|
7826
8002
|
}
|
|
@@ -7848,21 +8024,90 @@ html {
|
|
|
7848
8024
|
.Primer_Brand__river-shared-module__River--align-center___VxJ3H .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7849
8025
|
margin-top: var(--brand-River-spacing-inner);
|
|
7850
8026
|
}
|
|
7851
|
-
}
|
|
7852
8027
|
|
|
7853
|
-
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
-
|
|
7857
|
-
|
|
8028
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1:not(.Primer_Brand__river-shared-module__River--align-center___VxJ3H):has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8029
|
+
padding: 0;
|
|
8030
|
+
gap: 0;
|
|
8031
|
+
}
|
|
8032
|
+
|
|
8033
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(.Primer_Brand__river-shared-module__River--align-center___VxJ3H):has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8034
|
+
grid-template-columns: 1fr 1fr;
|
|
8035
|
+
}
|
|
8036
|
+
|
|
8037
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--60-40___NljA1:not(.Primer_Brand__river-shared-module__River--align-center___VxJ3H):has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8038
|
+
grid-template-columns: 560fr 676fr;
|
|
8039
|
+
}
|
|
8040
|
+
|
|
8041
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4.Primer_Brand__river-shared-module__River--60-40___NljA1:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8042
|
+
grid-template-columns: 676fr 560fr;
|
|
8043
|
+
}
|
|
8044
|
+
|
|
8045
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8046
|
+
padding-inline-start: var(--base-size-64);
|
|
8047
|
+
padding-inline-end: var(--brand-River-spacing-inner);
|
|
8048
|
+
padding-block: var(--brand-River-variant-gridline-spacing-outerBlock);
|
|
8049
|
+
}
|
|
8050
|
+
|
|
8051
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--50-50___y5_l2.Primer_Brand__river-shared-module__River--align-start___wo12V:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8052
|
+
padding-inline-end: calc(var(--base-size-80) + var(--base-size-32));
|
|
7858
8053
|
}
|
|
7859
8054
|
|
|
7860
|
-
.Primer_Brand__river-shared-module__River--align-start___wo12V .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8055
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--60-40___NljA1.Primer_Brand__river-shared-module__River--align-start___wo12V:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7861
8056
|
padding-inline-end: var(--base-size-128);
|
|
7862
8057
|
}
|
|
7863
8058
|
|
|
7864
|
-
.Primer_Brand__river-shared-module__River--align-end___aNjz4 .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
7865
|
-
padding-inline: var(--
|
|
8059
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8060
|
+
padding-inline-start: var(--brand-River-spacing-inner);
|
|
8061
|
+
padding-inline-end: var(--base-size-64);
|
|
8062
|
+
padding-block: var(--brand-River-variant-gridline-spacing-outerBlock);
|
|
8063
|
+
}
|
|
8064
|
+
|
|
8065
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--50-50___y5_l2.Primer_Brand__river-shared-module__River--align-end___aNjz4:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8066
|
+
padding-inline-start: calc(var(--base-size-80) + var(--base-size-32));
|
|
8067
|
+
}
|
|
8068
|
+
|
|
8069
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--60-40___NljA1.Primer_Brand__river-shared-module__River--align-end___aNjz4:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8070
|
+
padding-inline-start: var(--base-size-128);
|
|
8071
|
+
}
|
|
8072
|
+
|
|
8073
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-start___wo12V:not(:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S)) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8074
|
+
padding-inline-end: var(--brand-River-spacing-inner);
|
|
8075
|
+
}
|
|
8076
|
+
|
|
8077
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-end___aNjz4:not(:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S)) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8078
|
+
padding-inline-start: var(--brand-River-spacing-inner);
|
|
8079
|
+
}
|
|
8080
|
+
|
|
8081
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--50-50___y5_l2:not(.Primer_Brand__river-shared-module__River--align-center___VxJ3H) .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8082
|
+
margin-inline-start: 0;
|
|
8083
|
+
margin-inline-end: 0;
|
|
8084
|
+
}
|
|
8085
|
+
|
|
8086
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8087
|
+
padding: 0;
|
|
8088
|
+
}
|
|
8089
|
+
|
|
8090
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8091
|
+
width: 100%;
|
|
8092
|
+
margin: 0;
|
|
8093
|
+
}
|
|
8094
|
+
|
|
8095
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
8096
|
+
margin-bottom: 0;
|
|
8097
|
+
}
|
|
8098
|
+
|
|
8099
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H {
|
|
8100
|
+
gap: 0;
|
|
8101
|
+
}
|
|
8102
|
+
|
|
8103
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8104
|
+
margin-top: 0;
|
|
8105
|
+
margin-bottom: var(--base-size-64);
|
|
8106
|
+
}
|
|
8107
|
+
|
|
8108
|
+
.Primer_Brand__river-shared-module__River--variant-gridline___mq5R1.Primer_Brand__river-shared-module__River--align-center___VxJ3H:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8109
|
+
padding-inline: var(--brand-River-variant-gridline-spacing-outerInline);
|
|
8110
|
+
padding-block-start: var(--brand-River-variant-gridline-spacing-outerBlock);
|
|
7866
8111
|
}
|
|
7867
8112
|
}
|
|
7868
8113
|
|
|
@@ -7870,8 +8115,8 @@ html {
|
|
|
7870
8115
|
display: flex;
|
|
7871
8116
|
flex-direction: column;
|
|
7872
8117
|
gap: var(--brand-RiverBreakout-spacing-inner);
|
|
7873
|
-
padding-block-end: var(--brand-River-spacing-
|
|
7874
|
-
padding-block-start: var(--brand-River-spacing-
|
|
8118
|
+
padding-block-end: var(--brand-River-spacing-outerBlock);
|
|
8119
|
+
padding-block-start: var(--brand-River-spacing-outerBlock);
|
|
7875
8120
|
}
|
|
7876
8121
|
|
|
7877
8122
|
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__text___TQQhU {
|
|
@@ -7905,7 +8150,7 @@ html {
|
|
|
7905
8150
|
}
|
|
7906
8151
|
|
|
7907
8152
|
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__call-to-action___yeIFh {
|
|
7908
|
-
|
|
8153
|
+
padding-block-start: var(--base-size-12);
|
|
7909
8154
|
}
|
|
7910
8155
|
|
|
7911
8156
|
@media screen and (min-width: 48rem) {
|
|
@@ -7938,6 +8183,192 @@ html {
|
|
|
7938
8183
|
}
|
|
7939
8184
|
}
|
|
7940
8185
|
|
|
8186
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX {
|
|
8187
|
+
position: relative;
|
|
8188
|
+
padding-inline: var(--brand-RiverBreakout-variant-gridline-spacing-outerInline);
|
|
8189
|
+
padding-block-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlock);
|
|
8190
|
+
padding-block-end: 0;
|
|
8191
|
+
gap: 0;
|
|
8192
|
+
}
|
|
8193
|
+
|
|
8194
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX::before,
|
|
8195
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX::after {
|
|
8196
|
+
content: '';
|
|
8197
|
+
position: absolute;
|
|
8198
|
+
left: 50%;
|
|
8199
|
+
transform: translateX(-50%);
|
|
8200
|
+
width: 100vw;
|
|
8201
|
+
height: 0;
|
|
8202
|
+
border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
8203
|
+
}
|
|
8204
|
+
|
|
8205
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX::before {
|
|
8206
|
+
top: 0;
|
|
8207
|
+
}
|
|
8208
|
+
|
|
8209
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX::after {
|
|
8210
|
+
bottom: 0;
|
|
8211
|
+
}
|
|
8212
|
+
|
|
8213
|
+
@media screen and (min-width: 80rem) {
|
|
8214
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX {
|
|
8215
|
+
border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
8216
|
+
}
|
|
8217
|
+
}
|
|
8218
|
+
|
|
8219
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual___kjFE2 {
|
|
8220
|
+
overflow: hidden;
|
|
8221
|
+
}
|
|
8222
|
+
|
|
8223
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--rounded___x1iTx {
|
|
8224
|
+
border-radius: var(--brand-borderRadius-large);
|
|
8225
|
+
}
|
|
8226
|
+
|
|
8227
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8228
|
+
padding-block-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlock);
|
|
8229
|
+
padding-block-end: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd);
|
|
8230
|
+
gap: var(--brand-RiverBreakout-variant-gridline-spacing-contentGap);
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8233
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__call-to-action___yeIFh {
|
|
8234
|
+
padding-block-start: var(--base-size-12);
|
|
8235
|
+
}
|
|
8236
|
+
|
|
8237
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__trailingComponent--divider___q9hCY {
|
|
8238
|
+
padding-block-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlock);
|
|
8239
|
+
padding-block-end: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd);
|
|
8240
|
+
border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
8241
|
+
margin-inline: calc(-1 * var(--brand-RiverBreakout-variant-gridline-spacing-outerInline));
|
|
8242
|
+
padding-inline: var(--brand-RiverBreakout-variant-gridline-spacing-outerInline);
|
|
8243
|
+
}
|
|
8244
|
+
|
|
8245
|
+
/* Reset base RiverBreakout grid for gridline variant until desktop breakpoint */
|
|
8246
|
+
@media screen and (min-width: 48rem) and (max-width: 63.24rem) {
|
|
8247
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8248
|
+
display: flex;
|
|
8249
|
+
flex-direction: column;
|
|
8250
|
+
}
|
|
8251
|
+
|
|
8252
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__trailingComponent___bjdxv {
|
|
8253
|
+
margin-block-start: 0;
|
|
8254
|
+
}
|
|
8255
|
+
}
|
|
8256
|
+
|
|
8257
|
+
@media screen and (min-width: 63.25rem) {
|
|
8258
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX:has(.Primer_Brand__river-shared-module__River__trailingComponent--divider___q9hCY) {
|
|
8259
|
+
padding-block-end: 0;
|
|
8260
|
+
}
|
|
8261
|
+
|
|
8262
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__content___p4EdY {
|
|
8263
|
+
display: grid;
|
|
8264
|
+
grid-template-areas:
|
|
8265
|
+
'text trailingComponent'
|
|
8266
|
+
'cta trailingComponent';
|
|
8267
|
+
grid-template-columns: 1fr 31rem;
|
|
8268
|
+
grid-template-columns: 1fr var(--brand-RiverBreakout-gridline-trailing-width, 31rem);
|
|
8269
|
+
grid-template-rows: auto 1fr;
|
|
8270
|
+
grid-gap: var(--brand-RiverBreakout-variant-gridline-spacing-contentGap);
|
|
8271
|
+
gap: var(--brand-RiverBreakout-variant-gridline-spacing-contentGap);
|
|
8272
|
+
flex: 1;
|
|
8273
|
+
padding-block: 0;
|
|
8274
|
+
}
|
|
8275
|
+
|
|
8276
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__text___TQQhU {
|
|
8277
|
+
grid-area: text;
|
|
8278
|
+
padding-block-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlock);
|
|
8279
|
+
}
|
|
8280
|
+
|
|
8281
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__call-to-action___yeIFh {
|
|
8282
|
+
grid-area: cta;
|
|
8283
|
+
margin-block: 0;
|
|
8284
|
+
padding-block-end: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd);
|
|
8285
|
+
}
|
|
8286
|
+
|
|
8287
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__trailingComponent___bjdxv {
|
|
8288
|
+
grid-area: trailingComponent;
|
|
8289
|
+
margin-block-start: 0;
|
|
8290
|
+
}
|
|
8291
|
+
|
|
8292
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__trailingComponent--divider___q9hCY {
|
|
8293
|
+
border-top: none;
|
|
8294
|
+
border-left: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
8295
|
+
margin-inline: 0;
|
|
8296
|
+
margin-block: 0;
|
|
8297
|
+
padding-inline: 0;
|
|
8298
|
+
padding-inline-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerInline);
|
|
8299
|
+
padding-block: 0;
|
|
8300
|
+
padding-block-start: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlock);
|
|
8301
|
+
padding-block-end: var(--brand-RiverBreakout-variant-gridline-spacing-outerBlockEnd);
|
|
8302
|
+
align-self: stretch;
|
|
8303
|
+
}
|
|
8304
|
+
}
|
|
8305
|
+
|
|
8306
|
+
/* Gridline + background: remove outer container top padding (background fills to top edge) */
|
|
8307
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX:has(.Primer_Brand__river-shared-module__River__visual--has-background___QG17S) {
|
|
8308
|
+
padding-block-start: 0;
|
|
8309
|
+
}
|
|
8310
|
+
|
|
8311
|
+
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8312
|
+
display: flex;
|
|
8313
|
+
align-items: center;
|
|
8314
|
+
justify-content: center;
|
|
8315
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
8316
|
+
border-radius: 0;
|
|
8317
|
+
overflow: hidden;
|
|
8318
|
+
}
|
|
8319
|
+
|
|
8320
|
+
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
8321
|
+
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
8322
|
+
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
8323
|
+
max-width: 100%;
|
|
8324
|
+
height: auto;
|
|
8325
|
+
width: auto;
|
|
8326
|
+
border-radius: var(--brand-borderRadius-large);
|
|
8327
|
+
}
|
|
8328
|
+
|
|
8329
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8330
|
+
margin-inline: calc(-1 * var(--brand-RiverBreakout-variant-gridline-spacing-outerInline));
|
|
8331
|
+
padding: var(--base-size-32);
|
|
8332
|
+
}
|
|
8333
|
+
|
|
8334
|
+
@media screen and (max-width: 47.99rem) {
|
|
8335
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8336
|
+
align-items: flex-end;
|
|
8337
|
+
padding-block-end: 0;
|
|
8338
|
+
}
|
|
8339
|
+
|
|
8340
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
8341
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
8342
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
8343
|
+
border-end-start-radius: 0;
|
|
8344
|
+
border-end-end-radius: 0;
|
|
8345
|
+
}
|
|
8346
|
+
}
|
|
8347
|
+
|
|
8348
|
+
@media screen and (min-width: 48rem) and (max-width: 63.24rem) {
|
|
8349
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8350
|
+
align-items: flex-end;
|
|
8351
|
+
padding-block-end: 0;
|
|
8352
|
+
}
|
|
8353
|
+
|
|
8354
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S img,
|
|
8355
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S picture,
|
|
8356
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S video {
|
|
8357
|
+
border-end-start-radius: 0;
|
|
8358
|
+
border-end-end-radius: 0;
|
|
8359
|
+
}
|
|
8360
|
+
}
|
|
8361
|
+
|
|
8362
|
+
@media screen and (min-width: 63.25rem) {
|
|
8363
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S {
|
|
8364
|
+
padding: var(--base-size-64);
|
|
8365
|
+
}
|
|
8366
|
+
|
|
8367
|
+
.Primer_Brand__river-shared-module__RiverBreakout--variant-gridline___jHgqX .Primer_Brand__river-shared-module__River__visual--has-background___QG17S.Primer_Brand__river-shared-module__River__visual--rounded___x1iTx {
|
|
8368
|
+
border-radius: 0;
|
|
8369
|
+
}
|
|
8370
|
+
}
|
|
8371
|
+
|
|
7941
8372
|
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
7942
8373
|
--ease: cubic-bezier(0.22, 0.56, 0.23, 0.89);
|
|
7943
8374
|
-webkit-font-smoothing: antialiased;
|
|
@@ -8424,7 +8855,7 @@ html {
|
|
|
8424
8855
|
|
|
8425
8856
|
/**
|
|
8426
8857
|
* Do not edit directly
|
|
8427
|
-
* Generated on
|
|
8858
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
8428
8859
|
*/
|
|
8429
8860
|
|
|
8430
8861
|
:root,
|
|
@@ -9192,7 +9623,7 @@ html {
|
|
|
9192
9623
|
|
|
9193
9624
|
/**
|
|
9194
9625
|
* Do not edit directly
|
|
9195
|
-
* Generated on
|
|
9626
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
9196
9627
|
*/
|
|
9197
9628
|
|
|
9198
9629
|
:root,
|
|
@@ -9220,7 +9651,7 @@ html {
|
|
|
9220
9651
|
|
|
9221
9652
|
/**
|
|
9222
9653
|
* Do not edit directly
|
|
9223
|
-
* Generated on
|
|
9654
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
9224
9655
|
*/
|
|
9225
9656
|
|
|
9226
9657
|
:root,
|
|
@@ -9236,7 +9667,7 @@ html {
|
|
|
9236
9667
|
|
|
9237
9668
|
/**
|
|
9238
9669
|
* Do not edit directly
|
|
9239
|
-
* Generated on
|
|
9670
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
9240
9671
|
*/
|
|
9241
9672
|
|
|
9242
9673
|
:root {
|
|
@@ -9289,7 +9720,7 @@ html {
|
|
|
9289
9720
|
|
|
9290
9721
|
/**
|
|
9291
9722
|
* Do not edit directly
|
|
9292
|
-
* Generated on
|
|
9723
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
9293
9724
|
*/
|
|
9294
9725
|
|
|
9295
9726
|
:root,
|
|
@@ -9717,7 +10148,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
9717
10148
|
|
|
9718
10149
|
/**
|
|
9719
10150
|
* Do not edit directly
|
|
9720
|
-
* Generated on
|
|
10151
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
9721
10152
|
*/
|
|
9722
10153
|
|
|
9723
10154
|
:root {
|
|
@@ -9726,7 +10157,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
9726
10157
|
|
|
9727
10158
|
/**
|
|
9728
10159
|
* Do not edit directly
|
|
9729
|
-
* Generated on
|
|
10160
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
9730
10161
|
*/
|
|
9731
10162
|
|
|
9732
10163
|
:root,
|
|
@@ -9748,7 +10179,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
9748
10179
|
|
|
9749
10180
|
/**
|
|
9750
10181
|
* Do not edit directly
|
|
9751
|
-
* Generated on
|
|
10182
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
9752
10183
|
*/
|
|
9753
10184
|
|
|
9754
10185
|
:root {
|
|
@@ -10030,7 +10461,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10030
10461
|
|
|
10031
10462
|
/**
|
|
10032
10463
|
* Do not edit directly
|
|
10033
|
-
* Generated on
|
|
10464
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
10034
10465
|
*/
|
|
10035
10466
|
|
|
10036
10467
|
:root,
|
|
@@ -11233,7 +11664,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
11233
11664
|
|
|
11234
11665
|
/**
|
|
11235
11666
|
* Do not edit directly
|
|
11236
|
-
* Generated on
|
|
11667
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
11237
11668
|
*/
|
|
11238
11669
|
|
|
11239
11670
|
:root {
|
|
@@ -11247,7 +11678,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
11247
11678
|
|
|
11248
11679
|
/**
|
|
11249
11680
|
* Do not edit directly
|
|
11250
|
-
* Generated on
|
|
11681
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
11251
11682
|
*/
|
|
11252
11683
|
|
|
11253
11684
|
:root,
|
|
@@ -11541,7 +11972,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
11541
11972
|
|
|
11542
11973
|
/**
|
|
11543
11974
|
* Do not edit directly
|
|
11544
|
-
* Generated on
|
|
11975
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
11545
11976
|
*/
|
|
11546
11977
|
|
|
11547
11978
|
:root,
|
|
@@ -11557,7 +11988,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
11557
11988
|
|
|
11558
11989
|
/**
|
|
11559
11990
|
* Do not edit directly
|
|
11560
|
-
* Generated on
|
|
11991
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
11561
11992
|
*/
|
|
11562
11993
|
|
|
11563
11994
|
:root {
|
|
@@ -12302,7 +12733,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12302
12733
|
|
|
12303
12734
|
/**
|
|
12304
12735
|
* Do not edit directly
|
|
12305
|
-
* Generated on
|
|
12736
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
12306
12737
|
*/
|
|
12307
12738
|
|
|
12308
12739
|
:root,
|
|
@@ -12318,7 +12749,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12318
12749
|
|
|
12319
12750
|
/**
|
|
12320
12751
|
* Do not edit directly
|
|
12321
|
-
* Generated on
|
|
12752
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
12322
12753
|
*/
|
|
12323
12754
|
|
|
12324
12755
|
:root,
|
|
@@ -12656,7 +13087,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12656
13087
|
|
|
12657
13088
|
/**
|
|
12658
13089
|
* Do not edit directly
|
|
12659
|
-
* Generated on
|
|
13090
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
12660
13091
|
*/
|
|
12661
13092
|
|
|
12662
13093
|
:root,
|
|
@@ -12820,7 +13251,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12820
13251
|
|
|
12821
13252
|
/**
|
|
12822
13253
|
* Do not edit directly
|
|
12823
|
-
* Generated on
|
|
13254
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
12824
13255
|
*/
|
|
12825
13256
|
|
|
12826
13257
|
:root,
|
|
@@ -13128,7 +13559,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13128
13559
|
|
|
13129
13560
|
/**
|
|
13130
13561
|
* Do not edit directly
|
|
13131
|
-
* Generated on
|
|
13562
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
13132
13563
|
*/
|
|
13133
13564
|
|
|
13134
13565
|
:root {
|
|
@@ -13164,7 +13595,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13164
13595
|
|
|
13165
13596
|
/**
|
|
13166
13597
|
* Do not edit directly
|
|
13167
|
-
* Generated on
|
|
13598
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
13168
13599
|
*/
|
|
13169
13600
|
|
|
13170
13601
|
:root,
|
|
@@ -13232,7 +13663,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13232
13663
|
|
|
13233
13664
|
/**
|
|
13234
13665
|
* Do not edit directly
|
|
13235
|
-
* Generated on
|
|
13666
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
13236
13667
|
*/
|
|
13237
13668
|
|
|
13238
13669
|
:root {
|
|
@@ -13243,7 +13674,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13243
13674
|
|
|
13244
13675
|
/**
|
|
13245
13676
|
* Do not edit directly
|
|
13246
|
-
* Generated on
|
|
13677
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
13247
13678
|
*/
|
|
13248
13679
|
|
|
13249
13680
|
:root,
|
|
@@ -13588,7 +14019,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13588
14019
|
|
|
13589
14020
|
/**
|
|
13590
14021
|
* Do not edit directly
|
|
13591
|
-
* Generated on
|
|
14022
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
13592
14023
|
*/
|
|
13593
14024
|
|
|
13594
14025
|
:root,
|
|
@@ -14429,7 +14860,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14429
14860
|
|
|
14430
14861
|
/**
|
|
14431
14862
|
* Do not edit directly
|
|
14432
|
-
* Generated on
|
|
14863
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
14433
14864
|
*/
|
|
14434
14865
|
|
|
14435
14866
|
:root {
|
|
@@ -14440,7 +14871,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14440
14871
|
|
|
14441
14872
|
/**
|
|
14442
14873
|
* Do not edit directly
|
|
14443
|
-
* Generated on
|
|
14874
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
14444
14875
|
*/
|
|
14445
14876
|
|
|
14446
14877
|
:root,
|
|
@@ -14939,7 +15370,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14939
15370
|
|
|
14940
15371
|
/**
|
|
14941
15372
|
* Do not edit directly
|
|
14942
|
-
* Generated on
|
|
15373
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
14943
15374
|
*/
|
|
14944
15375
|
|
|
14945
15376
|
:root {
|
|
@@ -14959,7 +15390,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14959
15390
|
|
|
14960
15391
|
/**
|
|
14961
15392
|
* Do not edit directly
|
|
14962
|
-
* Generated on
|
|
15393
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
14963
15394
|
*/
|
|
14964
15395
|
|
|
14965
15396
|
:root,
|
|
@@ -14995,7 +15426,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14995
15426
|
|
|
14996
15427
|
/**
|
|
14997
15428
|
* Do not edit directly
|
|
14998
|
-
* Generated on
|
|
15429
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
14999
15430
|
*/
|
|
15000
15431
|
|
|
15001
15432
|
:root,
|
|
@@ -15019,7 +15450,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15019
15450
|
|
|
15020
15451
|
/**
|
|
15021
15452
|
* Do not edit directly
|
|
15022
|
-
* Generated on
|
|
15453
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
15023
15454
|
*/
|
|
15024
15455
|
|
|
15025
15456
|
:root {
|
|
@@ -15492,7 +15923,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15492
15923
|
|
|
15493
15924
|
/**
|
|
15494
15925
|
* Do not edit directly
|
|
15495
|
-
* Generated on
|
|
15926
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
15496
15927
|
*/
|
|
15497
15928
|
|
|
15498
15929
|
:root,
|
|
@@ -15506,7 +15937,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15506
15937
|
|
|
15507
15938
|
/**
|
|
15508
15939
|
* Do not edit directly
|
|
15509
|
-
* Generated on
|
|
15940
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
15510
15941
|
*/
|
|
15511
15942
|
|
|
15512
15943
|
:root {
|
|
@@ -15520,7 +15951,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15520
15951
|
|
|
15521
15952
|
/**
|
|
15522
15953
|
* Do not edit directly
|
|
15523
|
-
* Generated on
|
|
15954
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
15524
15955
|
*/
|
|
15525
15956
|
|
|
15526
15957
|
:root {
|
|
@@ -17696,7 +18127,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17696
18127
|
|
|
17697
18128
|
/**
|
|
17698
18129
|
* Do not edit directly
|
|
17699
|
-
* Generated on
|
|
18130
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
17700
18131
|
*/
|
|
17701
18132
|
|
|
17702
18133
|
:root {
|
|
@@ -17720,7 +18151,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17720
18151
|
|
|
17721
18152
|
/**
|
|
17722
18153
|
* Do not edit directly
|
|
17723
|
-
* Generated on
|
|
18154
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
17724
18155
|
*/
|
|
17725
18156
|
|
|
17726
18157
|
:root,
|
|
@@ -18155,7 +18586,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18155
18586
|
|
|
18156
18587
|
/**
|
|
18157
18588
|
* Do not edit directly
|
|
18158
|
-
* Generated on
|
|
18589
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
18159
18590
|
*/
|
|
18160
18591
|
|
|
18161
18592
|
:root {
|
|
@@ -18171,7 +18602,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18171
18602
|
|
|
18172
18603
|
/**
|
|
18173
18604
|
* Do not edit directly
|
|
18174
|
-
* Generated on
|
|
18605
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
18175
18606
|
*/
|
|
18176
18607
|
|
|
18177
18608
|
:root,
|
|
@@ -18675,7 +19106,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18675
19106
|
|
|
18676
19107
|
/**
|
|
18677
19108
|
* Do not edit directly
|
|
18678
|
-
* Generated on
|
|
19109
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
18679
19110
|
*/
|
|
18680
19111
|
|
|
18681
19112
|
:root {
|
|
@@ -18684,7 +19115,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18684
19115
|
|
|
18685
19116
|
/**
|
|
18686
19117
|
* Do not edit directly
|
|
18687
|
-
* Generated on
|
|
19118
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
18688
19119
|
*/
|
|
18689
19120
|
|
|
18690
19121
|
:root,
|
|
@@ -19294,7 +19725,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
19294
19725
|
.Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND {
|
|
19295
19726
|
align-items: center;
|
|
19296
19727
|
display: flex;
|
|
19297
|
-
gap: var(--base-size-
|
|
19728
|
+
gap: var(--base-size-2);
|
|
19298
19729
|
z-index: 92;
|
|
19299
19730
|
flex-grow: 1;
|
|
19300
19731
|
padding-inline-start: var(--base-size-24);
|
|
@@ -19305,7 +19736,8 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
19305
19736
|
text-decoration: none !important; /* dotcom override */
|
|
19306
19737
|
transition: color 0.2s var(--brand-animation-easing-glide);
|
|
19307
19738
|
position: relative;
|
|
19308
|
-
padding: var(--base-size-4)
|
|
19739
|
+
padding: var(--base-size-4) var(--base-size-12);
|
|
19740
|
+
border-radius: var(--brand-borderRadius-full);
|
|
19309
19741
|
}
|
|
19310
19742
|
|
|
19311
19743
|
.Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
|
|
@@ -19416,8 +19848,6 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
19416
19848
|
/* Active link pill styling */
|
|
19417
19849
|
.Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
|
|
19418
19850
|
background-color: var(--brand-SubNav-color-link-bgColor);
|
|
19419
|
-
border-radius: var(--brand-borderRadius-full);
|
|
19420
|
-
padding: var(--base-size-4) var(--base-size-12);
|
|
19421
19851
|
line-height: 1.1em;
|
|
19422
19852
|
}
|
|
19423
19853
|
|
|
@@ -19491,7 +19921,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
19491
19921
|
|
|
19492
19922
|
/**
|
|
19493
19923
|
* Do not edit directly
|
|
19494
|
-
* Generated on
|
|
19924
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
19495
19925
|
*/
|
|
19496
19926
|
|
|
19497
19927
|
:root {
|
|
@@ -19500,7 +19930,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
19500
19930
|
|
|
19501
19931
|
/**
|
|
19502
19932
|
* Do not edit directly
|
|
19503
|
-
* Generated on
|
|
19933
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
19504
19934
|
*/
|
|
19505
19935
|
|
|
19506
19936
|
:root,
|
|
@@ -19996,7 +20426,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
19996
20426
|
|
|
19997
20427
|
/**
|
|
19998
20428
|
* Do not edit directly
|
|
19999
|
-
* Generated on
|
|
20429
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
20000
20430
|
*/
|
|
20001
20431
|
|
|
20002
20432
|
:root,
|
|
@@ -20095,7 +20525,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20095
20525
|
|
|
20096
20526
|
/**
|
|
20097
20527
|
* Do not edit directly
|
|
20098
|
-
* Generated on
|
|
20528
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
20099
20529
|
*/
|
|
20100
20530
|
|
|
20101
20531
|
:root,
|
|
@@ -20473,7 +20903,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20473
20903
|
|
|
20474
20904
|
/**
|
|
20475
20905
|
* Do not edit directly
|
|
20476
|
-
* Generated on
|
|
20906
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
20477
20907
|
*/
|
|
20478
20908
|
|
|
20479
20909
|
:root,
|
|
@@ -20487,7 +20917,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20487
20917
|
|
|
20488
20918
|
/**
|
|
20489
20919
|
* Do not edit directly
|
|
20490
|
-
* Generated on
|
|
20920
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
20491
20921
|
*/
|
|
20492
20922
|
|
|
20493
20923
|
:root {
|
|
@@ -20674,7 +21104,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20674
21104
|
|
|
20675
21105
|
/**
|
|
20676
21106
|
* Do not edit directly
|
|
20677
|
-
* Generated on
|
|
21107
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
20678
21108
|
*/
|
|
20679
21109
|
|
|
20680
21110
|
:root {
|
|
@@ -20958,7 +21388,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20958
21388
|
|
|
20959
21389
|
/**
|
|
20960
21390
|
* Do not edit directly
|
|
20961
|
-
* Generated on
|
|
21391
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
20962
21392
|
*/
|
|
20963
21393
|
|
|
20964
21394
|
:root {
|
|
@@ -20969,7 +21399,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
20969
21399
|
|
|
20970
21400
|
/**
|
|
20971
21401
|
* Do not edit directly
|
|
20972
|
-
* Generated on
|
|
21402
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
20973
21403
|
*/
|
|
20974
21404
|
|
|
20975
21405
|
:root,
|
|
@@ -21107,7 +21537,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
21107
21537
|
|
|
21108
21538
|
/**
|
|
21109
21539
|
* Do not edit directly
|
|
21110
|
-
* Generated on
|
|
21540
|
+
* Generated on Wed, 25 Feb 2026 15:01:07 GMT
|
|
21111
21541
|
*/
|
|
21112
21542
|
|
|
21113
21543
|
:root {
|
|
@@ -21116,7 +21546,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
21116
21546
|
|
|
21117
21547
|
/**
|
|
21118
21548
|
* Do not edit directly
|
|
21119
|
-
* Generated on
|
|
21549
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
21120
21550
|
*/
|
|
21121
21551
|
|
|
21122
21552
|
:root,
|
|
@@ -21360,3 +21790,223 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
21360
21790
|
}
|
|
21361
21791
|
}
|
|
21362
21792
|
|
|
21793
|
+
/**
|
|
21794
|
+
* Do not edit directly
|
|
21795
|
+
* Generated on Wed, 25 Feb 2026 15:01:08 GMT
|
|
21796
|
+
*/
|
|
21797
|
+
|
|
21798
|
+
:root,
|
|
21799
|
+
[data-color-mode="light"] {
|
|
21800
|
+
--brand-tiles-bgColor-rest: #fafafa;
|
|
21801
|
+
--brand-tiles-bgColor-hover: #f2f5f3;
|
|
21802
|
+
--brand-tiles-highlightColor: #08872b;
|
|
21803
|
+
}
|
|
21804
|
+
|
|
21805
|
+
[data-color-mode="dark"] {
|
|
21806
|
+
--brand-tiles-bgColor-rest: #090d0a;
|
|
21807
|
+
--brand-tiles-bgColor-hover: #101411;
|
|
21808
|
+
--brand-tiles-highlightColor: #5fed83;
|
|
21809
|
+
}
|
|
21810
|
+
|
|
21811
|
+
.Primer_Brand__Tiles-module__Tiles___z9bH9 {
|
|
21812
|
+
width: 100%;
|
|
21813
|
+
color: var(--brand-color-text-default);
|
|
21814
|
+
}
|
|
21815
|
+
|
|
21816
|
+
.Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21817
|
+
--tiles-columns: 2;
|
|
21818
|
+
display: flex;
|
|
21819
|
+
flex-wrap: wrap;
|
|
21820
|
+
justify-content: center;
|
|
21821
|
+
list-style: none;
|
|
21822
|
+
margin: 0;
|
|
21823
|
+
padding: 0;
|
|
21824
|
+
}
|
|
21825
|
+
|
|
21826
|
+
@media screen and (min-width: 48rem) {
|
|
21827
|
+
.Primer_Brand__Tiles-module__Tiles--layout-default___UIRQE .Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21828
|
+
--tiles-columns: 4;
|
|
21829
|
+
}
|
|
21830
|
+
}
|
|
21831
|
+
|
|
21832
|
+
@media screen and (min-width: 63.25rem) {
|
|
21833
|
+
.Primer_Brand__Tiles-module__Tiles--layout-default___UIRQE .Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21834
|
+
--tiles-columns: 6;
|
|
21835
|
+
}
|
|
21836
|
+
}
|
|
21837
|
+
|
|
21838
|
+
@media screen and (min-width: 48rem) {
|
|
21839
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21840
|
+
--tiles-columns: 4;
|
|
21841
|
+
}
|
|
21842
|
+
}
|
|
21843
|
+
|
|
21844
|
+
@media screen and (min-width: 63.25rem) {
|
|
21845
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21846
|
+
--tiles-columns: 8;
|
|
21847
|
+
}
|
|
21848
|
+
}
|
|
21849
|
+
|
|
21850
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah {
|
|
21851
|
+
position: relative;
|
|
21852
|
+
}
|
|
21853
|
+
|
|
21854
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah::before,
|
|
21855
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah::after {
|
|
21856
|
+
content: '';
|
|
21857
|
+
position: absolute;
|
|
21858
|
+
left: 50%;
|
|
21859
|
+
transform: translateX(-50%);
|
|
21860
|
+
width: 100vw;
|
|
21861
|
+
height: 0;
|
|
21862
|
+
border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
21863
|
+
}
|
|
21864
|
+
|
|
21865
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah::before {
|
|
21866
|
+
top: 0;
|
|
21867
|
+
}
|
|
21868
|
+
|
|
21869
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah::after {
|
|
21870
|
+
bottom: 0;
|
|
21871
|
+
}
|
|
21872
|
+
|
|
21873
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah .Primer_Brand__Tiles-module__Tiles-grid___PVssB {
|
|
21874
|
+
position: relative;
|
|
21875
|
+
padding-right: var(--brand-borderWidth-thin);
|
|
21876
|
+
padding-bottom: var(--brand-borderWidth-thin);
|
|
21877
|
+
}
|
|
21878
|
+
|
|
21879
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah .Primer_Brand__Tiles-module__Tiles-grid___PVssB::before,
|
|
21880
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah .Primer_Brand__Tiles-module__Tiles-grid___PVssB::after {
|
|
21881
|
+
content: '';
|
|
21882
|
+
position: absolute;
|
|
21883
|
+
top: 0;
|
|
21884
|
+
bottom: 0;
|
|
21885
|
+
width: 0;
|
|
21886
|
+
border-left: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
21887
|
+
z-index: 1;
|
|
21888
|
+
pointer-events: none;
|
|
21889
|
+
}
|
|
21890
|
+
|
|
21891
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah .Primer_Brand__Tiles-module__Tiles-grid___PVssB::before {
|
|
21892
|
+
left: 0;
|
|
21893
|
+
}
|
|
21894
|
+
|
|
21895
|
+
.Primer_Brand__Tiles-module__Tiles--variant-gridlines___XV5ah .Primer_Brand__Tiles-module__Tiles-grid___PVssB::after {
|
|
21896
|
+
right: 0;
|
|
21897
|
+
}
|
|
21898
|
+
|
|
21899
|
+
.Primer_Brand__Tiles-module__Tiles-item___NtPvv {
|
|
21900
|
+
--tiles-inset-shadow: inset 0 0 0 transparent;
|
|
21901
|
+
position: relative;
|
|
21902
|
+
display: flex;
|
|
21903
|
+
flex-direction: column;
|
|
21904
|
+
width: calc(100% / var(--tiles-columns));
|
|
21905
|
+
box-sizing: border-box;
|
|
21906
|
+
background-color: var(--brand-tiles-bgColor-rest);
|
|
21907
|
+
border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
21908
|
+
border-left: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
21909
|
+
box-shadow: var(--brand-borderWidth-thin) 0 0 0 var(--brand-color-border-muted),
|
|
21910
|
+
0 var(--brand-borderWidth-thin) 0 0 var(--brand-color-border-muted), inset 0 0 0 transparent;
|
|
21911
|
+
box-shadow: var(--brand-borderWidth-thin) 0 0 0 var(--brand-color-border-muted),
|
|
21912
|
+
0 var(--brand-borderWidth-thin) 0 0 var(--brand-color-border-muted), var(--tiles-inset-shadow);
|
|
21913
|
+
transition: background-color var(--brand-animation-duration-faster) var(--brand-animation-easing-default),
|
|
21914
|
+
box-shadow var(--brand-animation-duration-faster) var(--brand-animation-easing-default);
|
|
21915
|
+
}
|
|
21916
|
+
|
|
21917
|
+
.Primer_Brand__Tiles-module__Tiles-item___NtPvv:has(.Primer_Brand__Tiles-module__Tiles-item-link___OhYck):hover,
|
|
21918
|
+
.Primer_Brand__Tiles-module__Tiles-item___NtPvv:has(.Primer_Brand__Tiles-module__Tiles-item-link___OhYck):focus-within {
|
|
21919
|
+
--tiles-inset-shadow: inset 0 var(--base-size-2) 0 var(--brand-tiles-highlightColor);
|
|
21920
|
+
background-color: var(--brand-tiles-bgColor-hover);
|
|
21921
|
+
}
|
|
21922
|
+
|
|
21923
|
+
.Primer_Brand__Tiles-module__Tiles-item-link___OhYck {
|
|
21924
|
+
display: flex;
|
|
21925
|
+
width: 100%;
|
|
21926
|
+
flex: 1;
|
|
21927
|
+
-webkit-text-decoration: none;
|
|
21928
|
+
text-decoration: none;
|
|
21929
|
+
color: inherit;
|
|
21930
|
+
}
|
|
21931
|
+
|
|
21932
|
+
.Primer_Brand__Tiles-module__Tiles-item-link___OhYck:focus-visible {
|
|
21933
|
+
outline: var(--base-size-4) solid var(--brand-color-focus);
|
|
21934
|
+
outline-offset: calc(-1 * var(--base-size-4));
|
|
21935
|
+
border-radius: var(--brand-borderRadius-small);
|
|
21936
|
+
}
|
|
21937
|
+
|
|
21938
|
+
.Primer_Brand__Tiles-module__Tiles-item-content___m7HiY {
|
|
21939
|
+
position: relative;
|
|
21940
|
+
display: flex;
|
|
21941
|
+
align-items: center;
|
|
21942
|
+
justify-content: center;
|
|
21943
|
+
width: 100%;
|
|
21944
|
+
aspect-ratio: 1;
|
|
21945
|
+
}
|
|
21946
|
+
|
|
21947
|
+
.Primer_Brand__Tiles-module__Tiles-item-media___BLrcU {
|
|
21948
|
+
display: flex;
|
|
21949
|
+
align-items: center;
|
|
21950
|
+
justify-content: center;
|
|
21951
|
+
}
|
|
21952
|
+
|
|
21953
|
+
.Primer_Brand__Tiles-module__Tiles-item-media___BLrcU svg,
|
|
21954
|
+
.Primer_Brand__Tiles-module__Tiles-item-media___BLrcU img {
|
|
21955
|
+
width: auto;
|
|
21956
|
+
height: var(--base-size-40);
|
|
21957
|
+
max-width: 100%;
|
|
21958
|
+
}
|
|
21959
|
+
|
|
21960
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-media___BLrcU svg,
|
|
21961
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-media___BLrcU img {
|
|
21962
|
+
height: var(--base-size-32);
|
|
21963
|
+
}
|
|
21964
|
+
|
|
21965
|
+
.Primer_Brand__Tiles-module__Tiles-item-label___nnmkF {
|
|
21966
|
+
position: absolute;
|
|
21967
|
+
bottom: 0;
|
|
21968
|
+
left: 0;
|
|
21969
|
+
right: 0;
|
|
21970
|
+
display: flex;
|
|
21971
|
+
align-items: center;
|
|
21972
|
+
justify-content: space-between;
|
|
21973
|
+
gap: var(--base-size-4);
|
|
21974
|
+
padding: var(--base-size-12) var(--base-size-16);
|
|
21975
|
+
}
|
|
21976
|
+
|
|
21977
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-label___nnmkF {
|
|
21978
|
+
opacity: 0;
|
|
21979
|
+
transform: translateY(var(--base-size-4));
|
|
21980
|
+
transition: opacity var(--brand-animation-duration-fast) var(--brand-animation-easing-default),
|
|
21981
|
+
transform var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
|
|
21982
|
+
pointer-events: none;
|
|
21983
|
+
}
|
|
21984
|
+
|
|
21985
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-link___OhYck:hover .Primer_Brand__Tiles-module__Tiles-item-label___nnmkF,
|
|
21986
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-link___OhYck:focus-visible .Primer_Brand__Tiles-module__Tiles-item-label___nnmkF {
|
|
21987
|
+
opacity: 1;
|
|
21988
|
+
transform: translateY(0);
|
|
21989
|
+
}
|
|
21990
|
+
|
|
21991
|
+
.Primer_Brand__Tiles-module__Tiles-item-name___DHlvN {
|
|
21992
|
+
white-space: nowrap;
|
|
21993
|
+
overflow: hidden;
|
|
21994
|
+
text-overflow: ellipsis;
|
|
21995
|
+
min-width: 0;
|
|
21996
|
+
}
|
|
21997
|
+
|
|
21998
|
+
.Primer_Brand__Tiles-module__Tiles-item-icon___HpkyN {
|
|
21999
|
+
flex-shrink: 0;
|
|
22000
|
+
color: var(--brand-color-text-default);
|
|
22001
|
+
}
|
|
22002
|
+
|
|
22003
|
+
@media (prefers-reduced-motion: reduce) {
|
|
22004
|
+
.Primer_Brand__Tiles-module__Tiles-item___NtPvv {
|
|
22005
|
+
transition: none;
|
|
22006
|
+
}
|
|
22007
|
+
|
|
22008
|
+
.Primer_Brand__Tiles-module__Tiles--layout-compact___zPp1M .Primer_Brand__Tiles-module__Tiles-item-label___nnmkF {
|
|
22009
|
+
transition: none;
|
|
22010
|
+
}
|
|
22011
|
+
}
|
|
22012
|
+
|