mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
10 lines
202 B
SCSS
10 lines
202 B
SCSS
.mac-stadium-icon {
|
|
margin-top: var(--mac-stadium-margin-top, var(--sl-gutter));
|
|
width: var(--mac-stadium-icon-width);
|
|
|
|
.playground & {
|
|
--mac-stadium-margin-top: 0;
|
|
margin-block: 0;
|
|
}
|
|
}
|