Files
2026-07-13 12:12:04 +08:00

8 lines
269 B
CSS

/* ==========================================================================
Base header styles
========================================================================== */
.header {
@apply w-full px-2 pt-1.5 pb-1 text-left text-xs font-medium text-muted;
}