feat: optimize register setup page.

This commit is contained in:
Ahmed Bouhuolia
2020-10-13 14:45:59 +02:00
parent 1467f1c284
commit 892ace5566
10 changed files with 41 additions and 34 deletions

View File

@@ -11,4 +11,9 @@ body{
.divider{
border-top: 1px solid #e8e8e8;
height: 1px;
}
.paragraph{
line-height: 1.5;
font-size: 14px;
}

View File

@@ -1,18 +1,19 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.billing-form {
padding: 25px 45px;
width: 800px;
margin: 0 auto;
.billing-section{
margin-bottom: 30px;
}
.paragraph + .billing-form__plan-container{
margin-top: 20px;
}
&__plan-container {
display: flex;
flex-flow: row wrap;
margin-bottom: 30px;
.plan-wrapper {
display: flex;
@@ -76,8 +77,14 @@
background-color: #fcfdff;
}
}
.paragraph + .payment-method-continer{
margin-top: 20px;
}
.payment-method-continer {
margin-bottom: 30px;
.period-container {
display: inline-flex;
background-color: #fcfdff;
@@ -110,22 +117,12 @@
}
}
// .bg-title {
// font-size: 22px;
// font-weight: 400;
// color: #666666;
// }
// .bg-message {
// margin-bottom: 23px;
// font-size: 14px;
// }
.license-container {
.bp3-form-group {
margin-bottom: 20px;
.bp3-label {
margin-bottom: 15px;
}
.form-group-license_code{
margin-top: 20px;
}
.bp3-form-content {
.bp3-input-group {
display: block;

View File

@@ -20,7 +20,7 @@
h1{
font-size: 22px;
font-weight: 600;
font-weight: 500;
color: #6d6d6d;
}
}