1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-15 11:11:51 +00:00
tobspr_shapez.io/src/css/changelog_skins.scss
2022-06-16 09:58:12 +02:00

19 lines
556 B
SCSS

// [data-changelog-skin="achievements"] {
// background: #f8f8f8;
// @include DarkThemeOverride {
// background: rgba(0, 10, 20, 0.2);
// }
// @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);
// }
// }