// styles.css.ts import { atoms } from "braid-design-system/css" export const className = atoms({ display: "flex", justifyContent: { mobile: "center", tablet: "flexStart", }, position: "absolute", top: 0, left: 0, width: "full", height: "full", })
// styles.css.ts import { atoms } from "braid-design-system/css" export const className = atoms({ paddingX: "gutter", paddingY: "large" })
// styles.css.ts import { atoms } from "braid-design-system/css" export const className = atoms({ padding: { mobile: "small", tablet: "medium", desktop: "large", wide: "xlarge", }, })
// styles.css.ts import { atoms } from "braid-design-system/css" export const className = atoms({ boxShadow: "large", })
// styles.css.ts import { atoms } from "braid-design-system/css" export const className = atoms({ reset: "span", })