Create sidebar

This commit is contained in:
Hydroxycarbamide 2022-07-30 22:02:56 +02:00
parent 60dc0b56bb
commit adf86ebea1
4 changed files with 44 additions and 8 deletions

View file

@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
@layer components {
.sidebar-row {
@apply p-6 w-full
}
}