You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
319 B
15 lines
319 B
@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); |
|
} |
|
} |
|
|
|
|