mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:15:15 +03:00
loading screen styling
This commit is contained in:
parent
8fb30a1957
commit
33604fd14f
|
@ -25,15 +25,17 @@
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading:after {
|
.loading:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
width: 64px;
|
width: 32px;
|
||||||
height: 64px;
|
height: 32px;
|
||||||
margin: 8px;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-bottom: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 6px solid #fff;
|
border: 2px solid #00ffd0;
|
||||||
border-color: #fff transparent #fff transparent;
|
border-color: #fff transparent #00ffd0 transparent;
|
||||||
animation: lds-dual-ring 1.2s linear infinite;
|
animation: lds-dual-ring 1.2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue