Added item card view for selection
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
@apply relative min-h-screen min-w-full text-y-beige-900 bg-y-beige-400
|
||||
@apply relative min-h-screen min-w-full text-y-beige-700 bg-y-beige-400;
|
||||
letter-spacing: -0.03em;
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
|
||||
body::before {
|
||||
@apply absolute content-[''] h-full w-full bg-[url('/tile-bg.svg')] bg-[length:4px_4px] z-50 opacity-5 pointer-events-none select-none
|
||||
@apply absolute content-[''] h-full w-full bg-[url('/backgrounds/tile-bg.svg')] bg-[length:4px_4px] z-50 opacity-5 pointer-events-none select-none
|
||||
}
|
||||
|
||||
.fade-enter-from {
|
||||
|
||||
Reference in New Issue
Block a user