calendar strip mobile add nav arrows
This commit is contained in:
parent
bc2d238a05
commit
544c634a2e
5 changed files with 41 additions and 4 deletions
|
|
@ -22,6 +22,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.calendar-strip__change-week {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calendar-strip__days .week,
|
||||
.calendar-strip__days .week > ul {
|
||||
display: contents;
|
||||
|
|
@ -99,7 +103,15 @@
|
|||
}
|
||||
|
||||
.calendar-strip__selector {
|
||||
width: 7rem;
|
||||
width: 6rem;
|
||||
}
|
||||
.calendar-strip__selector span {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.calendar-strip__change-week {
|
||||
font-size: 1.5rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.calendar-strip__calendar-btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue