density
This commit is contained in:
@@ -4,6 +4,32 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.page-stack {
|
||||
@apply space-y-3;
|
||||
}
|
||||
|
||||
.surface-panel {
|
||||
@apply rounded-[18px] border border-line/70 bg-surface/90 p-3 shadow-panel;
|
||||
}
|
||||
|
||||
.surface-panel-tight {
|
||||
@apply rounded-[16px] border border-line/70 bg-page/60 px-3 py-2.5;
|
||||
}
|
||||
|
||||
.section-kicker {
|
||||
@apply text-[11px] font-semibold uppercase tracking-[0.24em] text-muted;
|
||||
}
|
||||
|
||||
.metric-kicker {
|
||||
@apply text-[11px] font-semibold uppercase tracking-[0.18em] text-muted;
|
||||
}
|
||||
|
||||
.module-title {
|
||||
@apply mt-1 text-xl font-bold uppercase tracking-[0.08em] text-text;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--font-family: "Manrope";
|
||||
|
||||
Reference in New Issue
Block a user