This commit is contained in:
Kenneth Jannette
2024-01-26 19:41:00 -06:00
parent d6b8e97fc2
commit 995fa1882d
2 changed files with 17 additions and 10 deletions

View File

@@ -12,6 +12,8 @@
height: 40px;
display: flex;
flex-direction: row;
margin-top: 12px;
margin-left: 2px;
}
.radio-circle-lower {
@@ -22,28 +24,33 @@
}
.radio-circle-box {
height: 40px;
margin: 12px 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
height: 30px;
}
.radio-name-box {
height: 40px;
height: 30px;
width: 50%;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
letter-spacing: 0.05rem;
margin: 13px 8px;
}
.radio-price-box {
display: flex;
flex-direction: row-reverse;
margin: 16px 8px;
height: 30px;
width: 30%;
}
.radio-price {
width: 20px;
height: 25px;
width: 40px;
float: right;
}