pl-fe: edit event page styles fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-22 23:09:12 +01:00
parent 83894e6b03
commit 209cd57e0a

View File

@ -1,15 +1,19 @@
@use 'mixins';
.-edit-event .-content-type-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 11!important;
@include mixins.button($theme: muted, $size: xs);
.-edit-event {
@apply space-y-4;
.-icon svg {
width: 1rem;
height: 1rem;
.-content-type-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 11!important;
@include mixins.button($theme: muted, $size: xs);
.-icon svg {
width: 1rem;
height: 1rem;
}
}
}