more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user