|
4 | 4 | /* :before — бордер */ |
5 | 5 | .radio-button_theme_normal .radio-button__radio:before |
6 | 6 | { |
7 | | - background: rgba(0,0,0,0.4); |
8 | | - background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0,rgba(0,0,0,0.4) 100%); |
9 | | - background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.4) 100%); |
10 | | - background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0,rgba(0,0,0,0.4) 100%); |
11 | | - background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0,rgba(0,0,0,0.4) 100%); |
| 7 | + background: rgba(0,0,0,.4); |
| 8 | + background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
| 9 | + background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0, rgba(0,0,0,.4) 100%); |
| 10 | + background: -o-linear-gradient(top, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
| 11 | + background: linear-gradient(to bottom, rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%); |
12 | 12 | -moz-box-shadow: 0 1px 0 rgba(0,0,0,.07); |
13 | 13 | box-shadow: 0 1px 0 rgba(0,0,0,.07); |
14 | 14 | } |
@@ -87,7 +87,7 @@ div p em |
87 | 87 | { |
88 | 88 | -moz-box-sizing: border-box; |
89 | 89 | box-sizing: border-box; |
90 | | - padding: 0.4em 0; |
| 90 | + padding: .4em 0; |
91 | 91 |
|
92 | 92 | border: 0; |
93 | 93 | outline: 0; |
|
0 commit comments