
@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;
      }
    }
}
