2023-01-06 22:40:29 +01:00
|
|
|
.sl-l-section {
|
2023-03-24 03:30:45 +01:00
|
|
|
margin-bottom: var(--section-bottom-margin, var(--sl-gutter--triple));
|
|
|
|
margin-top: var(--section-top-margin, var(--sl-gutter--triple));
|
|
|
|
padding-bottom: var(--sl-gutter--triple);
|
|
|
|
padding-top: var(--sl-gutter--triple);
|
2023-01-06 22:40:29 +01:00
|
|
|
|
2023-01-09 20:10:02 +01:00
|
|
|
&:first-child {
|
2023-03-24 03:30:45 +01:00
|
|
|
--section-top-margin: 0;
|
2023-01-09 20:10:02 +01:00
|
|
|
}
|
2023-01-06 22:40:29 +01:00
|
|
|
|
2023-01-09 20:10:02 +01:00
|
|
|
&:last-child {
|
2023-03-24 03:30:45 +01:00
|
|
|
--section-bottom-margin: 0;
|
2023-01-09 20:10:02 +01:00
|
|
|
}
|
2023-01-06 22:40:29 +01:00
|
|
|
}
|