Improve style for sidebar elements

This commit is contained in:
Siklos 2022-08-01 12:30:59 +02:00
parent 5121259e83
commit 43fb019e05
3 changed files with 17 additions and 11 deletions

View file

@ -6,4 +6,10 @@
.sidebar-row {
@apply p-6 w-full
}
.elements-sidebar-row {
@apply pl-6 pr-6 pt-2 pb-2 w-full
}
.close-button {
@apply transition-all w-full h-auto p-4 flex
}
}