108 lines
1.6 KiB
SCSS
108 lines
1.6 KiB
SCSS
.checkbox-title {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
color: #767676;
|
|
text-align: left;
|
|
}
|
|
|
|
.op-div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.radio-group-wrapper {
|
|
height: 85px;
|
|
width: 372px;
|
|
margin-left: 1px;
|
|
margin-bottom: 24px;
|
|
padding-left: 8px;
|
|
border-radius: 5px;
|
|
border: 1px solid #d4d4d4;
|
|
}
|
|
.checkbox-options-section {
|
|
display: flex;
|
|
flex-direction: row;
|
|
background: white;
|
|
border-color: #000;
|
|
border-radius: 6px;
|
|
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
|
}
|
|
.checkbox-option-div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 65px;
|
|
}
|
|
|
|
.option-li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.option-div {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 12px;
|
|
padding-top: 12px;
|
|
}
|
|
.option-label {
|
|
margin-top: -5px;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.option-subdiv {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
|
|
.option-title {
|
|
color: #000;
|
|
font-weight: 700;
|
|
margin: 1px;
|
|
}
|
|
.option-value {
|
|
color: #000;
|
|
font-weight: 800;
|
|
margin: 1px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.circle-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 14px;
|
|
height: 14px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
border: 1px solid #f27300;
|
|
}
|
|
|
|
.circle-container > svg {
|
|
height: 14px;
|
|
}
|
|
|
|
.zora {
|
|
height: 65px;
|
|
width: 110px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-top: 6px;
|
|
}
|
|
.checked-icon {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 140px;
|
|
}
|
|
|
|
.m-1 {
|
|
margin: 1rem;
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: 3rem;
|
|
}
|
|
.clickable-icon {
|
|
cursor: pointer;
|
|
}
|