You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/openapi-page/openapi-page.module.css

19 lines
314 B

.root {
/* currently only supports "boundary", may want to extend to support other product themes */
&[data-theme='boundary'] {
--brand: var(--red);
}
& .pageHeading {
margin: 0;
}
& .categoryHeading {
margin: 32px 0 16px 0;
}
& .landingPlaceholder {
color: var(--gray-2);
}
}