From 40daa06d7546fcdc7d6c3976b11fe2412b2ce43c Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 26 Jul 2023 14:16:34 -0300 Subject: [PATCH] Added class --- src/frontend/src/style/applies.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 2a782946e..9da06dd9c 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -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 }