program calendar - disable empty sections

This commit is contained in:
isUnknown 2024-09-24 12:15:12 +02:00
parent ee2d1c66cd
commit dad7086465
3 changed files with 37 additions and 2 deletions

View file

@ -26,6 +26,10 @@
cursor: progress !important;
} */
.unvisible {
opacity: 0 !important;
}
.grid {
--column-gap: calc(var(--space-m) * 1.1);
--row-gap: calc(var(--space-m) / 2);
@ -112,7 +116,8 @@
.arrow-right {
font-size: 2rem;
transform: rotate(0deg);
transition: transform 0.3s var(--curve-quick);
opacity: 1;
transition: all 0.3s var(--curve-quick);
}
.arrow-right.open {