updated 2d 'loading' logo
This commit is contained in:
BIN
assets/img/loadingLogo.jpg
Normal file
BIN
assets/img/loadingLogo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
@@ -31,13 +31,13 @@ html {
|
|||||||
animation: loaderTitle 1s infinite alternate;
|
animation: loaderTitle 1s infinite alternate;
|
||||||
color: rgba(0,0,0,0);
|
color: rgba(0,0,0,0);
|
||||||
background: none;
|
background: none;
|
||||||
background-image: url('../assets/img/loadingLogo.png');
|
background-image: url('../assets/img/loadingLogo.jpg');
|
||||||
height: 21.2vh;
|
height: 36.2vh;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
margin-top: 6vh;
|
margin-top: 0;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
margin-left: -4vh;
|
margin-left: -1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes loaderTitle {
|
@keyframes loaderTitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user