Added class

This commit is contained in:
Lucas Oliveira 2023-07-26 14:16:34 -03:00
commit 40daa06d75

View file

@ -78,6 +78,9 @@
.side-bar-buttons-arrangement {
@apply mb-2 mt-2 flex w-full items-center justify-between gap-2 px-2
}
.side-bar-button {
@apply flex w-full
}
.extra-side-bar-buttons {
@apply relative inline-flex w-full items-center justify-center rounded-md bg-background px-2 py-2 text-foreground shadow-sm ring-1 ring-inset ring-input transition-all duration-500 ease-in-out
}