Skip to content
Snippets Groups Projects
Commit ebcb49f3 authored by Maddy's avatar Maddy
Browse files

Clean up CSS in LoginView.vue and SignupView.vue

parent 2a6e67fa
No related branches found
No related tags found
1 merge request!20Login/Signup UI
Pipeline #268486 passed
...@@ -93,16 +93,11 @@ export default { ...@@ -93,16 +93,11 @@ export default {
padding: 40px; padding: 40px;
} }
.password-input { .password-input {
position: relative; position: relative;
display: inline-block; display: inline-block;
} }
.password-input input {
padding-left: 5px;
}
.showPasswordIcon { .showPasswordIcon {
position: absolute; position: absolute;
......
...@@ -101,7 +101,8 @@ ...@@ -101,7 +101,8 @@
} }
.signupBox { .signupBox {
padding: 30px; padding: 40px;
min-width: 400px;
} }
.password-input { .password-input {
...@@ -109,7 +110,6 @@ ...@@ -109,7 +110,6 @@
display: inline-block; display: inline-block;
} }
.showPasswordIcon { .showPasswordIcon {
position: absolute; position: absolute;
top: 50%; top: 50%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment