Files
ax3Client/src/styles/radio.scss
Kenneth Jannette c1c484dbda more
2024-01-26 20:03:33 -06:00

63 lines
995 B
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;
}
.radio-description-box {
width: 240px;
}