This commit is contained in:
Kenneth Jannette
2024-01-25 11:42:37 -06:00
parent a6c6b3c6c6
commit 6bc357257c
3 changed files with 15 additions and 14 deletions

View File

@@ -105,9 +105,11 @@
.select-plan-summary-box {
display: flex;
flex-direction: column;
height: 200px;
height: 250px;
width: 100%;
background-color: red;
border-radius: 10px;
background-color: #fff;
border: 1px solid #e9e9e9;
padding: 6px;
}
@@ -117,3 +119,7 @@
margin: 6px;
padding: 6px;
}
.signup-option {
width: 200px !important;
}