mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
19 lines
283 B
SCSS
19 lines
283 B
SCSS
.sl-l-section {
|
|
margin: {
|
|
top: var(--sl-gutter--triple);
|
|
bottom: var(--sl-gutter--triple);
|
|
}
|
|
padding: {
|
|
top: var(--sl-gutter--triple);
|
|
bottom: var(--sl-gutter--triple);
|
|
}
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|