latex-ub/services/web/frontend/stylesheets/components/expand-collapse.less
2025-05-05 12:24:05 +00:00

6 lines
124 B
Text

.expand-collapse-container {
overflow: hidden;
transition:
height 0.15s ease-in-out,
width 0.15s ease-in-out;
}