You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
655 B
31 lines
655 B
1 year ago
|
#loading {
|
||
|
position: fixed;
|
||
|
background-color: #212121;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 1000000
|
||
|
}
|
||
|
|
||
|
#Calc-loading_bg{
|
||
|
background-color: rgba(0,0,0,0.7);
|
||
|
}
|
||
|
|
||
|
.Calc-loader {
|
||
|
line-height: 50px;
|
||
|
text-align: center;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
-webkit-transform: translate(-50%, -50%);
|
||
|
transform: translate(-50%, -50%);
|
||
|
font-family: helvetica, arial, sans-serif;
|
||
|
text-transform: uppercase;
|
||
|
font-weight: 900;
|
||
|
color: #0277BD;
|
||
|
letter-spacing: 0.2em;
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 980px){.Clac-loader{width:80%}}
|
||
|
@media screen and (min-width: 980px){.Clac-loader{width:25rem}}
|