This commit is contained in:
Kenneth Jannette
2024-02-23 05:48:44 -06:00
parent 0cc5985f69
commit 250d80ea11
2 changed files with 63 additions and 23 deletions

View File

@@ -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 {