UNPKG

spaceship-monolith

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