carhop__carhop-theme__DEV/resources/css/components/collective-access-button.css
2026-05-13 11:57:10 +02:00

11 lines
271 B
CSS

.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%);
}