blob: 6b33a7968d92b6e80874eac37e41688a5805f616 [file] [log] [blame]
Israel Lavi1994c982018-05-21 17:42:00 +03001.sdc-radio-group {
2 .sdc-radio-group__radios {
3 display: flex;
4 }
5 .sdc-radio-group__legend {
6 @include body-2-emphasis;
7 display: inline-block;
8 margin-bottom: 5px;
9 }
10 .sdc-radio__label {
11 @include body-1;
12 margin-right: 20px;
13 }
14 .vertical{
15 flex-direction: column;
16 .sdc-radio{
17 margin-bottom: 15px;
18 }
19 }
20}