v0.1.21 카테고리 Alpine 및 업로드 정리
This commit is contained in:
@@ -1,2 +1,42 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer utilities {
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.rounded-theme {
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.border-brd {
|
||||
border-color: var(--border);
|
||||
}
|
||||
|
||||
.bg-bgr-tone {
|
||||
background-color: var(--surface-muted);
|
||||
}
|
||||
|
||||
.text-typ {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.text-typ-tone {
|
||||
color: var(--text-soft);
|
||||
}
|
||||
|
||||
.bg-accent {
|
||||
background: var(--color-accent);
|
||||
}
|
||||
|
||||
.gap-0\.75 {
|
||||
gap: 0.1875rem;
|
||||
}
|
||||
|
||||
.line-clamp-1 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user