Files
ax3Client/src/styles/radio.scss
Kenneth Jannette 2ea968684c more
2024-02-01 21:47:06 -06:00

68 lines
1.1 KiB
SCSS

.radio-circle-container {
display: flex;
flex-direction: column;
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-top: 6px;
margin-left: 10px;
margin-right: 4px;
height: 30px;
}
.radio-name-box {
display: flex;
align-items: center;
padding-top: 12px;
height: 30px;
width: 130px;
margin-left: 2px;
padding-left: 6px;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
letter-spacing: 0.05rem;
}
.radio-price-box {
display: flex;
flex-direction: row-reverse;
padding-top: 2px;
height: 30px;
width: 95px;
}
.radio-price {
height: 25px;
float: right;
margin-right: 8px;
padding-top: 8px;
}
.radio-description-box {
width: 240px;
}