File: //usr/share/imunify360-wafd/static/src/style.css
.spinner {
-webkit-animation: spin 1s ease-out;
animation: spin 1s ease-out;
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#outer-container {
text-align: center;
}
#container {
display: inline-block;
height: 100px;
}
#text {
float: left;
height: 100px;
line-height: 100px;
font-size: 3rem;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
padding: 0 .4em 0 .2em;
letter-spacing: 0.06em;
color: rgba(38, 122, 72, 0.86);
}
@media (min-height: 180px) {
#outer-container {
margin-top: 0;
}
}
@media (min-height: 360px) {
#outer-container {
margin-top: 5%;
}
}
@media (min-height: 540px) {
#outer-container {
margin-top: 10%;
}
}
@media (min-height: 720px) {
#outer-container {
margin-top: 20%;
}
}
@media (min-width: 1450px) {
.throbber {
width: 90px;
height: 90px;
float: left;
padding: 5px 0 5px 5px;
opacity: 0.86;
}
#container {
display: inline-block;
border: 3px solid rgb(38, 122, 72, 0.86);
border-radius: 51px;
height: 100px;
}
}