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;
|
2020-10-20 19:10:02 +02:00
|
|
|
overflow-y: hidden;
|
2018-12-19 06:44:53 +01:00
|
|
|
position: relative;
|
2020-09-11 17:42:20 +02:00
|
|
|
-webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
|
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
|
|
|
}
|