Merge branch 'main' of https://github.com/VividTruthKeeper/hhm-client
This commit is contained in:
commit
26b42b341f
|
|
@ -88,13 +88,13 @@
|
|||
|
||||
.react-calendar__navigation__arrow.react-calendar__navigation__next-button {
|
||||
display: block;
|
||||
background: url("../assets/icons/stroke-right-black.svg") no-repeat center;
|
||||
background: url('../assets/icons/stroke-right-black.svg') no-repeat center;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.react-calendar__navigation__arrow.react-calendar__navigation__prev-button {
|
||||
display: block;
|
||||
background: url("../assets/icons/stroke-left-black.svg") no-repeat center;
|
||||
background: url('../assets/icons/stroke-left-black.svg') no-repeat center;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
|
|
@ -110,6 +110,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3.2rem;
|
||||
max-width: 35rem;
|
||||
}
|
||||
|
||||
.calendar-popup {
|
||||
|
|
|
|||
Loading…
Reference in New Issue