This commit is contained in:
Kenneth Jannette
2024-01-25 11:21:22 -06:00
parent 45f63e95bb
commit a6c6b3c6c6
3 changed files with 33 additions and 9 deletions

View File

@@ -101,3 +101,19 @@
height: 300px;
background-color: #fff;
}
.select-plan-summary-box {
display: flex;
flex-direction: column;
height: 200px;
width: 100%;
background-color: red;
padding: 6px;
}
.selectplan-payment-button-wrapper {
display: flex;
flex-direction: row-reverse;
margin: 6px;
padding: 6px;
}