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