mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
16 lines
379 B
SCSS
16 lines
379 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,
|
|
&.sl-l-section--playground {
|
|
--section-top-margin: 0;
|
|
}
|
|
|
|
&:last-child {
|
|
--section-bottom-margin: 0;
|
|
}
|
|
}
|