|
5 | 5 | { |
6 | 6 | background: rgba(0,0,0,.4); |
7 | 7 | background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
8 | | - background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0, rgba(0,0,0,.4) 100%); |
9 | | - background: -o-linear-gradient(top, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
10 | | - background: linear-gradient(to bottom, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
| 8 | + background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0, rgba(0,0,0,.4) 100%); |
| 9 | + background: -o-linear-gradient(top, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
| 10 | + background: linear-gradient(to bottom, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
11 | 11 | -moz-box-shadow: 0 1px 0 rgba(0,0,0,.07); |
12 | | - box-shadow: 0 1px 0 rgba(0,0,0,.07); |
| 12 | + box-shadow: 0 1px 0 rgba(0,0,0,.07); |
13 | 13 | } |
14 | 14 |
|
15 | 15 | /* :after — фон */ |
16 | 16 | .radio-button_theme_normal .radio-button__radio:after |
17 | 17 | { |
18 | 18 | background: #fff; |
19 | 19 | background: -webkit-linear-gradient(top, #fff 0,#eee 100%); |
20 | | - background: -moz-linear-gradient(top, #fff 0, #eee 100%); |
21 | | - background: -o-linear-gradient(top, #fff 0,#eee 100%); |
22 | | - background: linear-gradient(to bottom, #fff 0,#eee 100%); |
| 20 | + background: -moz-linear-gradient(top, #fff 0, #eee 100%); |
| 21 | + background: -o-linear-gradient(top, #fff 0,#eee 100%); |
| 22 | + background: linear-gradient(to bottom, #fff 0,#eee 100%); |
23 | 23 | } |
24 | 24 |
|
25 | 25 | /* _focused_yes */ |
26 | 26 | .radio-button_theme_normal .radio-button__radio_focused_yes:before |
27 | 27 | { |
28 | 28 | -moz-box-shadow: 0 0 6px 2px rgba(255,204,0,.7), 0 1px 0 rgba(0,0,0,.07); |
29 | | - box-shadow: 0 0 6px 2px rgba(255,204,0,.7), 0 1px 0 rgba(0,0,0,.07); |
| 29 | + box-shadow: 0 0 6px 2px rgba(255,204,0,.7), 0 1px 0 rgba(0,0,0,.07); |
30 | 30 | } |
31 | 31 | } |
32 | 32 |
|
@@ -85,7 +85,7 @@ div p em |
85 | 85 | .input__control |
86 | 86 | { |
87 | 87 | -moz-box-sizing: border-box; |
88 | | - box-sizing: border-box; |
| 88 | + box-sizing: border-box; |
89 | 89 | padding: .4em 0; |
90 | 90 |
|
91 | 91 | border: 0; |
|
0 commit comments