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