7 lines
129 B
SCSS
7 lines
129 B
SCSS
|
.collapsible-content {
|
||
|
padding: 0 18px;
|
||
|
max-height: 0;
|
||
|
overflow: hidden;
|
||
|
transition: max-height 0.2s ease-out;
|
||
|
}
|