Create sidebar
This commit is contained in:
parent
60dc0b56bb
commit
adf86ebea1
4 changed files with 44 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.sidebar-row {
|
||||
@apply p-6 w-full
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue