Update assets

This commit is contained in:
Bill 2021-09-29 22:20:27 -04:00
parent 3d6c5e8c97
commit 7959b6772e
11 changed files with 12 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -705,6 +705,12 @@
height: 16px;
}
&.icon-hc-banner {
background: url('../images/catalog/hc_big.png');
width: 68px;
height: 40px;
}
&.spin {
animation: rotating 1s linear infinite;
}

View File

@ -7,7 +7,7 @@
}
.scale-1 {
transform: scale(1) translateZ(0);
transform: scale(1);
}
.scale-1-25 {
@ -19,7 +19,7 @@
}
.scale-2 {
transform: scale(2) translateZ(0);
transform: scale(2);
}
.opacity-0-5 {
@ -66,3 +66,7 @@ ul {
-o-user-select: none;
user-select: none;
}
.grayscale {
filter: grayscale(1);
}