This commit is contained in:
Kenneth Jannette
2024-01-25 15:10:51 -06:00
parent e2cadc0903
commit f8711abbf6
2 changed files with 26 additions and 8 deletions

View File

@@ -8,11 +8,21 @@
border: 1px solid #d4d4d4;
}
.radio-circle-top {
display: flex;
flex-direction: row;
}
.radio-circle-bottom {
display: flex;
flex-direction: column;
}
.radio-circle-box {
height: 40px;
margin: 12px 8px;
}
.radio-name-box {
height: 40px;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;