redesign event blueprint
This commit is contained in:
parent
1614f8682e
commit
801fe38447
6 changed files with 84 additions and 11 deletions
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
.calendar-strip__selector {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
.calendar-strip__days {
|
||||
|
|
|
|||
|
|
@ -57,3 +57,8 @@ button {
|
|||
all: unset;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue