Update assets
BIN
src/assets/images/achievements/back-arrow.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
src/assets/images/loading/connecting-duck-spritesheet.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/images/loading/connecting_duck_01.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/assets/images/loading/connecting_duck_02.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
src/assets/images/loading/connecting_duck_03.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/assets/images/loading/connecting_duck_04.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/loading/connecting_duck_05.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
src/assets/images/loading/connecting_duck_06.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/images/loading/connecting_duck_07.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
@ -705,6 +705,12 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.icon-hc-banner {
|
||||||
|
background: url('../images/catalog/hc_big.png');
|
||||||
|
width: 68px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
&.spin {
|
&.spin {
|
||||||
animation: rotating 1s linear infinite;
|
animation: rotating 1s linear infinite;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scale-1 {
|
.scale-1 {
|
||||||
transform: scale(1) translateZ(0);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.scale-1-25 {
|
.scale-1-25 {
|
||||||
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scale-2 {
|
.scale-2 {
|
||||||
transform: scale(2) translateZ(0);
|
transform: scale(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.opacity-0-5 {
|
.opacity-0-5 {
|
||||||
@ -66,3 +66,7 @@ ul {
|
|||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grayscale {
|
||||||
|
filter: grayscale(1);
|
||||||
|
}
|
||||||
|