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.
22 lines
363 B
22 lines
363 B
@import "variables.less"; |
|
@import "../common/Switch.less"; |
|
|
|
/* Default Shape */ |
|
.mblSwDefaultShape { |
|
.mblSwRoundShape1-styles; |
|
} |
|
|
|
.mblSwitchKnob { |
|
background-color: white; |
|
background-image: none; |
|
} |
|
|
|
.mblSwitchBgLeft { |
|
background-color: #4BD260; |
|
background-image: none; |
|
} |
|
|
|
.mblSwitchBgRight { |
|
background-color: @ios7-grey3; |
|
background-image: none; |
|
}
|
|
|