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.
23 lines
428 B
23 lines
428 B
@import "variables.less"; |
|
@import "../common/Switch.less"; |
|
|
|
/* Default Shape */ |
|
.mblSwDefaultShape { |
|
.mblSwSquareShape-styles; |
|
} |
|
|
|
.mblSwitchBgLeft { |
|
background-color: @holo-switch-on-color; |
|
background-image: none; |
|
} |
|
.mblSwitchBgRight { |
|
background-color: @holo-switch-off-color; |
|
background-image: none; |
|
color: @holo-color; |
|
} |
|
|
|
.mblSwitchKnob{ |
|
background-color: @holo-switch-knob-color; |
|
background-image: none; |
|
|
|
}
|
|
|