Rubén Moya 2017-04-02 14:03:07 +02:00 committed by Javi Velasco
parent 9beb7fcdeb
commit ec5f15dc12
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@
--calendar-year-font-size: 2.4;
--calendar-day-font-size: calc(1.3 * var(--unit));
--calendar-day-disable-opacity: 0.25;
--calendar-row-height: calc(3 * var(--unit));
--calendar-row-height: calc(3.6 * var(--unit));
--calendar-day-padding-topbottom: calc(0.2 * var(--unit));
--calendar-day-padding-leftright: 0;
--calendar-title-height: calc(3.6 * var(--unit));

View File

@ -87,6 +87,10 @@
position: absolute;
top: 0;
z-index: var(--z-index-high);
& > span {
vertical-align: top;
}
}
& .prev {