Merge branch 'jdurante-1-stripe-paywall' of github.com:kjannette/ax3Client into jdurante-1-stripe-paywall
This commit is contained in:
49
src/styles/radio.scss
Normal file
49
src/styles/radio.scss
Normal file
@@ -0,0 +1,49 @@
|
||||
.radio-circle-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #fff;
|
||||
height: 160px;
|
||||
margin: 10px 8px 0px 8px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #d4d4d4;
|
||||
}
|
||||
|
||||
.radio-circle-top {
|
||||
height: 40px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.radio-circle-lower {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 18px;
|
||||
padding-left: 26px;
|
||||
}
|
||||
|
||||
.radio-circle-box {
|
||||
height: 40px;
|
||||
margin: 12px 8px;
|
||||
}
|
||||
|
||||
.radio-name-box {
|
||||
height: 40px;
|
||||
width: 50%;
|
||||
font-family: var(--main-font);
|
||||
font-family: Roboto;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.05rem;
|
||||
margin: 13px 8px;
|
||||
}
|
||||
|
||||
.radio-price-box {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
margin: 16px 8px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.radio-price {
|
||||
width: 20px;
|
||||
float: right;
|
||||
}
|
||||
@@ -32,12 +32,21 @@
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.signup-subheader-text {
|
||||
letter-spacing: -0.6px;
|
||||
font-weight: 400;
|
||||
font-size: 1.7rem;
|
||||
margin-left: 5px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.signup-form {
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
.signup-button-box {
|
||||
width: 100%;
|
||||
margin-bottom: 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
@@ -46,3 +55,70 @@
|
||||
.signup-proceed {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.select-plan-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 24px;
|
||||
width: 920px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.select-sub-left {
|
||||
width: 60%;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(240, 247, 250);
|
||||
margin-right: 8px;
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.select-sub-right {
|
||||
width: 40%;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(240, 247, 250);
|
||||
margin-left: 8px;
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.signup-radio-wrapper {
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.signup-option-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.radio-group-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 6px;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.select-plan-summary-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
border-radius: 10px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.selectplan-payment-button-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
margin: 6px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.signup-option {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user