UNPKG

spaceship-monolith

Version:
22 lines (16 loc) 468 B
@utility graph-view { @apply text-menu-foreground dark:text-menu-foreground-dark font-menu; } @utility graph-title { @apply text-ui-sm mb-2 font-bold; } @utility graph { @apply flex w-[95%] h-full aspect-square mx-auto rounded-lg bg-graph-background dark:bg-graph-background-dark z-1; } @utility graph-full { @apply flex w-full h-full; } @source inline("graph-view"); @source inline("graph-title"); @source inline("graph"); @source inline("graph-full");