Files
ax3Client/src/styles/radio.scss
Kenneth Jannette 602b354be8 more
2024-01-27 14:25:48 -06:00

65 lines
1.0 KiB
SCSS

.radio-circle-container {
display: flex;
flex-direction: column;
background-color: #fff;
height: 290px;
margin: 10px 8px 0px 8px;
border-radius: 5px;
border: 1px solid #d4d4d4;
}
.radio-circle-top {
height: 40px;
display: flex;
flex-direction: row;
margin-top: 12px;
margin-left: 2px;
}
.radio-circle-lower {
display: flex;
flex-direction: column;
margin-left: 12px;
padding-left: 12px;
}
.radio-circle-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
height: 30px;
}
.radio-name-box {
display: flex;
align-items: center;
padding-top: 10px;
height: 30px;
width: 50%;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
letter-spacing: 0.05rem;
}
.radio-price-box {
display: flex;
flex-direction: row-reverse;
height: 30px;
width: 30%;
}
.radio-price {
height: 25px;
width: 40px;
float: right;
margin-right: 8px;
padding-top: 6px;
}
.radio-description-box {
width: 240px;
}