fix: Register & subscription Page style

This commit is contained in:
elforjani3
2020-10-11 14:39:04 +02:00
parent daef2b76ab
commit 06286e6c18
3 changed files with 151 additions and 31 deletions

View File

@@ -145,32 +145,33 @@
}
}
// Register Form
.register-form {
width: 690px;
margin: 0px auto;
padding: 85px 50px;
// // Register Form
// .register-form {
// // width: 690px;
// // margin: 0px auto;
// // padding: 85px 50px;
&__agreement-section {
margin-top: -10px;
// &__agreement-section {
// margin-top: -10px;
p {
font-size: 13px;
margin-top: -10px;
margin-bottom: 24px;
line-height: 1.65;
}
}
// p {
// font-size: 13px;
// margin-top: -10px;
// margin-bottom: 24px;
// line-height: 1.65;
// }
// }
&__submit-button-wrap {
margin: 25px 0px 25px 0px;
// &__submit-button-wrap {
// margin: 25px 0px 25px 0px;
.bp3-button {
min-height: 45px;
background-color: #0052cc;
}
}
}
// .bp3-button {
// min-height: 45px;
// background-color: #0052cc;
// }
// }
// }
.send-reset-password {
.form-group--crediential {