blob: 6b33a7968d92b6e80874eac37e41688a5805f616 [file] [log] [blame]
.sdc-radio-group {
.sdc-radio-group__radios {
display: flex;
}
.sdc-radio-group__legend {
@include body-2-emphasis;
display: inline-block;
margin-bottom: 5px;
}
.sdc-radio__label {
@include body-1;
margin-right: 20px;
}
.vertical{
flex-direction: column;
.sdc-radio{
margin-bottom: 15px;
}
}
}