@primer/react
Version:
An implementation of GitHub's Primer Design System using React
1 lines • 1.16 kB
Source Map (JSON)
{"version":3,"sources":["../../src/deprecated/ActionList/Header.module.css.js"],"names":[],"mappings":"AAAA,6BAUE,gDAA2B,CAF3B,4CAAsC,CACtC,8CAA2C,CAF3C,oCAiBF,CAZE,kDACE,0DAAgC,CAKhC,6GAAyE,CAFzE,0GAAsE,CAFtE,iCASF,CAHE,8DACE,YACF","file":"Header-493b1d76.css","sourcesContent":[".Header {\n /* 6px vertical padding + 20px line height = 32px total height\n *\n * TODO: When rem-based spacing on a 4px scale lands, replace\n * hardcoded '6px' with 'calc((${get('space.s32')} - ${get('space.20')}) / 2)'.\n */\n /* stylelint-disable-next-line primer/spacing */\n padding: 6px var(--base-size-16);\n font-size: var(--text-body-size-small);\n font-weight: var(--text-title-weight-large);\n color: var(--fgColor-muted);\n\n &:where([data-filled]) {\n background: var(--bgColor-muted);\n margin: var(--base-size-8) 0;\n /* stylelint-disable-next-line primer/colors */\n border-top: var(--borderWidth-thin) solid var(--bgColor-neutral-muted);\n /* stylelint-disable-next-line primer/colors */\n border-bottom: var(--borderWidth-thin) solid var(--bgColor-neutral-muted);\n\n &:first-child {\n margin-top: 0;\n }\n }\n}\n"]}