mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
15 lines
349 B
SCSS
15 lines
349 B
SCSS
.sl-l-section {
|
|
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);
|
|
|
|
&:first-child {
|
|
--section-top-margin: 0;
|
|
}
|
|
|
|
&:last-child {
|
|
--section-bottom-margin: 0;
|
|
}
|
|
}
|