1
2
3
4
5
6
7
8
9
10
11
12
13
14
| @import "variables.less";
| @import "../common/Switch.less";
|
| /* Default Shape */
| .mblSwDefaultShape {
| .mblSwRoundShape1-styles;
| }
| /* i0S 6 specific */
| .dj_ios6 {
| .mblSwitchBgLeft {
| background-color: #007fea;
| .background-image-linear-gradient-top-bottom-2-stops(#0060b1, #73b3ea, 0.5, #007fea, 0.5, #218fec);
| }
| }
|
|