spc-site/data/magprog/assets/styles/components/_collapsible.scss

7 lines
129 B
SCSS
Raw Normal View History

.collapsible-content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}