2024-08-18 16:56:58 +02:00
|
|
|
section:not(.collapsable),
|
2024-07-31 12:09:03 +02:00
|
|
|
footer {
|
2024-08-18 16:56:58 +02:00
|
|
|
box-sizing: border-box;
|
2024-07-31 08:50:49 +02:00
|
|
|
padding: var(--padding-vertical) var(--space-m);
|
|
|
|
|
}
|
2024-08-27 17:10:48 +02:00
|
|
|
section:not(:last-child, .collapsable) {
|
2024-08-18 16:56:58 +02:00
|
|
|
border-bottom: var(--border);
|
|
|
|
|
}
|
|
|
|
|
|
2024-07-31 07:19:10 +02:00
|
|
|
picture {
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
justify-content: center !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
picture img {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
picture svg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: var(--transition-image-opacity);
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|