FEATURE Styling the component
This commit is contained in:
parent
a93eaff635
commit
e9bc938e20
10
resources/css/components/collective-access-button.css
Normal file
10
resources/css/components/collective-access-button.css
Normal file
|
|
@ -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%);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user