2018-12-19 00:44:53 -05:00
|
|
|
.expandable--closed,
|
2018-11-07 17:44:38 -05:00
|
|
|
.expandable--open {
|
2020-06-01 13:03:19 -04:00
|
|
|
margin-bottom: var(--spacing-s);
|
2018-11-07 17:44:38 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.expandable--closed {
|
2018-12-19 00:44:53 -05:00
|
|
|
max-height: 10rem;
|
2018-11-07 17:44:38 -05:00
|
|
|
overflow: hidden;
|
2018-12-19 00:44:53 -05:00
|
|
|
position: relative;
|
2018-11-07 17:44:38 -05:00
|
|
|
}
|
|
|
|
|
2018-12-19 00:44:53 -05:00
|
|
|
.expandable--open {
|
|
|
|
max-height: 100%;
|
2018-11-07 17:44:38 -05:00
|
|
|
}
|