File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 2
2
.Radio {
3
3
position : relative ;
4
4
display : inline-block ;
5
- margin : 0 6 px 6 px 0 ;
6
- padding : 6 px 12px ;
7
- border : 1px solid var (--white );
5
+ margin : 9 px 12 px 0 0 ;
6
+ padding : 4 px 12px ;
7
+ border : 1px solid var (--gray-6 );
8
8
border-radius : 9px ;
9
9
background : var (--white );
10
+ color : var (--gray-2 );
10
11
font-size : @font-size-sm ;
11
12
line-height : 20px ;
12
13
text-align : center ;
15
16
-webkit-tap-highlight-color : transparent ;
16
17
}
17
18
19
+ .RadioGroup {
20
+ margin-top : -9px ;
21
+ }
22
+
18
23
.RadioGroup--block {
19
24
.Radio {
20
25
display : block ;
21
- margin : 10px 0 0 ;
22
-
23
- & :first-child {
24
- margin : 0 ;
25
- }
26
+ margin-right : 9px ;
26
27
}
27
28
}
28
29
29
30
.CheckboxGroup--block {
30
31
.Checkbox {
31
32
display : block ;
32
- margin : 10px 0 0 ;
33
-
34
- & :first-child {
35
- margin : 0 ;
36
- }
33
+ margin-right : 0 ;
37
34
}
38
35
}
39
36
40
37
.Checkbox--disabled ,
41
38
.Radio--disabled {
42
- border-color : transparent ;
43
- background : var (--gray-7 );
44
- color : var (--gray-4 );
39
+ opacity : 0.5 ;
45
40
cursor : initial ;
46
41
}
47
42
You can’t perform that action at this time.
0 commit comments