1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Update favicon and improve loading time

This commit is contained in:
tobspr
2022-06-16 09:58:12 +02:00
parent 9d28a1f2f6
commit 96ce442b69
10 changed files with 22 additions and 22 deletions

View File

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