program calendar - disable empty sections
This commit is contained in:
parent
ee2d1c66cd
commit
dad7086465
3 changed files with 37 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue