UNPKG

polestar-ui-kit

Version:

## Install

20 lines (14 loc) 318 B
@import '~antd/lib/switch/style/index'; @import '../../themes/default/index'; @import '../../mixins/index'; .@{switch-prefix-cls} { &-checked { background-color: @switch-color; } &-readonly { cursor: default; &:after { cursor: default; } } }