more
This commit is contained in:
@@ -115,6 +115,10 @@
|
||||
.select-plan-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-top: 24px;
|
||||
width: 920px;
|
||||
min-height: 540px;
|
||||
@@ -164,11 +168,26 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.radio-group-super {
|
||||
width: 912px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.radio-group-box {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
padding: 6px;
|
||||
padding: 2px;
|
||||
background-color: yellow;
|
||||
width: 815px;
|
||||
}
|
||||
|
||||
.toggle-arrow-box {
|
||||
width: 10px;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.select-plan-summary-box {
|
||||
@@ -195,7 +214,7 @@
|
||||
}
|
||||
|
||||
.signup-radio-container {
|
||||
width: 280px;
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.signup-feat-item {
|
||||
|
||||
Reference in New Issue
Block a user