Skip to content
Snippets Groups Projects
Commit d2118aff authored by Titus Netland's avatar Titus Netland
Browse files

Update LoginForm.vue

parent 4a594b14
No related branches found
No related tags found
1 merge request!26Added ResetPasswordView.vue
Pipeline #176583 failed
......@@ -164,73 +164,3 @@ export default {
},
},
};
</script>
<<<<<<< src/components/LoginForm.vue
<style scoped>
.loginForm {
background-color: white;
border-radius: 10px;
margin: auto;
width: 80%;
margin-top: 20%;
justify-content: center;
padding: 10px;
font-size: 18px;
}
.label {
float: left;
margin-left: 5%;
}
.loginInputs {
background-color: #c4c4c4;
border-radius: 5px;
width: 90%;
height: 40px;
padding: 5px;
}
.loginButton {
width: 55%;
height: 50px;
background-color: #1071b8;
color: white;
border-radius: 10px;
justify-content: center;
text-align: center;
margin: auto;
font-size: 25px;
margin-bottom: 20px;
}
.loginButton:disabled {
opacity: 50%;
cursor: not-allowed;
}
.buttonLink {
margin: auto;
text-align: center;
margin-bottom: 40px;
}
.image {
width: 45%;
margin: auto;
margin-top: 20px;
}
#forgottenPasswordLink {
float: right;
margin: 10px 5% 0 0;
}
#newUserLink {
text-decoration: none;
margin-bottom: 40px;
}
.inputFields {
margin: auto;
text-align: center;
}
.input-errors {
color: red;
}
</style>
=======
>>>>>>> src/components/LoginForm.vue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment