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