Commit 25094eab by Owen Ryan Ang

Update UI for login interface

parent ed8491d3
...@@ -540,17 +540,6 @@ span#filename { ...@@ -540,17 +540,6 @@ span#filename {
margin-top: 15%; margin-top: 15%;
} }
.loader {
font-size: 10px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
animation: mulShdSpin 1.1s infinite ease;
transform: translateZ(0);
}
@keyframes mulShdSpin { @keyframes mulShdSpin {
0%, 0%,
100% { 100% {
...@@ -984,19 +973,6 @@ span#filename { ...@@ -984,19 +973,6 @@ span#filename {
border: 0px !important; border: 0px !important;
} }
.loader {
font-size: 10px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
left: 34px;
top: 37px;
text-indent: -9999em;
animation: mulShdSpin 1.1s infinite ease;
transform: translateZ(0);
}
@keyframes mulShdSpin { @keyframes mulShdSpin {
0%, 0%,
100% { 100% {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment