Commit b527dc27 authored by Vanavaraju's avatar Vanavaraju

Updated login page styles

parent 2ab3f63c
...@@ -10,9 +10,15 @@ ...@@ -10,9 +10,15 @@
} }
.myteam-login .login { .myteam-login .login {
background: #fff; background: #fff;
padding: 100% 40px; height: 100%;
padding: 0 50px;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0;
/* transform: translate(0, -50%); */
}
.myteam-login .login > div {
position: relative;
top: 50%; top: 50%;
transform: translate(0, -50%); transform: translate(0, -50%);
} }
......
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