This commit is contained in:
Kenneth Jannette
2024-01-26 17:59:49 -06:00
parent 384310e400
commit c93e23ac20
2 changed files with 55 additions and 25 deletions

View File

@@ -64,11 +64,33 @@
height: 600px;
}
.select-plan-header {
display: flex;
flex-direction: row;
width: 900px;
}
.plan-header-right {
background-color: red;
padding: 12px 0px;
width: 50%;
}
.plan-header-left {
background-color: red;
padding: 12px 0px;
width: 50%;
}
.select-sub-left {
width: 60%;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 45px;
width: 100%;
padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
margin-right: 8px;
border: 1px solid #e9e9e9;
padding: 6px;
}