shapez/src/css/changelog_skins.scss

19 lines
556 B
SCSS
Raw Normal View History

// [data-changelog-skin="achievements"] {
// background: #f8f8f8;
2021-03-10 09:29:20 +01:00
// @include DarkThemeOverride {
// background: rgba(0, 10, 20, 0.2);
// }
2021-03-10 09:29:20 +01:00
// @include S(border-radius, 5px);
// &::before {
// content: " ";
// width: 100%;
// display: block;
// background: uiResource("changelog_skins/achievements.noinline.png") center center / cover no-repeat !important;
// @include S(height, 80px);
// @include S(border-radius, 5px);
// @include S(margin-bottom, 5px);
// }
// }