This commit is contained in:
Kenneth Jannette
2024-01-29 11:01:13 -06:00
parent daeb7eb052
commit 8c900220e9
3 changed files with 11 additions and 10 deletions

View File

@@ -28,16 +28,20 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
margin-top: 6px;
margin-left: 10px;
margin-right: 4px;
height: 30px;
}
.radio-name-box {
display: flex;
align-items: center;
padding-top: 10px;
padding-top: 12px;
height: 30px;
width: 50%;
width: 130px;
margin-left: 2px;
padding-left: 6px;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
@@ -47,13 +51,13 @@
.radio-price-box {
display: flex;
flex-direction: row-reverse;
padding-top: 2px;
height: 30px;
width: 30%;
width: 90px;
}
.radio-price {
height: 25px;
width: 40px;
float: right;
margin-right: 8px;
padding-top: 6px;