Commit 17497215 by Owen Ryan Ang

Merge branch 'feature-WG-359-b2' into 'development-mobile'

Update UI for login interface See merge request !62
parents 24224441 25094eab
...@@ -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