sass-site/source/assets/sass/components/_mac-stadium-icon.scss

11 lines
203 B
SCSS
Raw Normal View History

2023-01-06 22:40:29 +01:00
.mac-stadium-icon {
2023-06-16 22:17:26 +02:00
margin-top: var(--mac-stadium-margin-top, var(--sl-gutter));
width: var(--mac-stadium-icon-width);
2023-06-16 22:17:26 +02:00
.playground & {
--mac-stadium-margin-top: 0;
2023-06-21 00:08:26 +02:00
margin-block: 0;
2023-06-16 22:17:26 +02:00
}
2023-01-06 22:40:29 +01:00
}