redesign event blueprint

This commit is contained in:
isUnknown 2024-07-24 15:56:28 +02:00
parent 1614f8682e
commit 801fe38447
6 changed files with 84 additions and 11 deletions

View file

@ -11,6 +11,9 @@
.calendar-strip__selector {
flex-shrink: 0;
display: flex;
justify-content: space-between;
width: 10rem;
}
.calendar-strip__days {

View file

@ -57,3 +57,8 @@ button {
all: unset;
cursor: pointer;
}
button[disabled] {
cursor: not-allowed;
opacity: 0.3;
}