This commit is contained in:
Kenneth Jannette
2024-01-26 19:08:04 -06:00
parent 07cfaa81f2
commit ad84d3e56d
3 changed files with 21 additions and 6 deletions

View File

@@ -106,6 +106,20 @@
padding: 6px;
}
.select-toggle-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 2px;
width: 240px;
height: 20px;
}
.select-billing-text {
font-size: 0.85rem;
}
.signup-radio-wrapper {
background-color: #fff;
display: flex;