From e9bc938e20e7d7348d41061a75ff961621422635 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 May 2026 11:57:10 +0200 Subject: [PATCH] FEATURE Styling the component --- resources/css/components/collective-access-button.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 resources/css/components/collective-access-button.css diff --git a/resources/css/components/collective-access-button.css b/resources/css/components/collective-access-button.css new file mode 100644 index 0000000..840f495 --- /dev/null +++ b/resources/css/components/collective-access-button.css @@ -0,0 +1,10 @@ +.collective-access-button { + @apply bg-white text-primary px-4 py-4 block w-32 shadow-2xl ; + + @apply w-fit top-1/2 right-0 z-50 fixed; + box-sizing: content-box; + transform-origin: center top; + transform: translateY(0%) rotate(-90deg) translateY(55%); + +} +