This commit is contained in:
Kenneth Jannette
2024-02-23 06:04:34 -06:00
parent 263bf52ad5
commit 8b88a20705
2 changed files with 10 additions and 6 deletions

View File

@@ -86,7 +86,8 @@
display: flex;
flex-direction: row;
height: 55px;
width: 900px;
width: 830px;
margin-bottom: 10px;
}
.plan-header-right {
@@ -173,7 +174,6 @@
display: flex;
flex-direction: row;
justify-content: center;
background-color: red;
}
.radio-group-box {
@@ -181,13 +181,16 @@
flex-direction: row;
justify-content: center;
padding: 2px;
background-color: yellow;
width: 815px;
}
.toggle-arrow-box {
width: 10px;
background-color: red;
width: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
}
.select-plan-summary-box {
@@ -215,6 +218,7 @@
.signup-radio-container {
width: 270px;
margin: 0px 3px;
}
.signup-feat-item {