aboutsummaryrefslogtreecommitdiffstats
path: root/components/radioGroup/_radioGroup.scss
blob: 6b33a7968d92b6e80874eac37e41688a5805f616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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;
    }
  }
}