//
// 开关
// ============================================================

.switch-wrapper
    @extend .display-inline-block
    .switch-group
        @extend .display-inline-block
        @extend .cursor-pointer
        @extend .background-transparent
        .iconfont
            @extend .font-size-xl
            @extend .color-gray
            @extend .transition-1s
            &:hover, &.active
                @extend .color
            &.icon-toggle-on
                @extend .color