index.less 247 B

123456789101112131415161718192021
  1. @import '../../app.less';
  2. .g-switch-wrapper {
  3. display: inline-block;
  4. .g-switch {}
  5. }
  6. .g-switch-wrapper.big {
  7. .assets {
  8. width: 42px;
  9. height: 22px;
  10. }
  11. }
  12. .g-switch-wrapper.small {
  13. .assets {
  14. width: 28px;
  15. height: 14px;
  16. }
  17. }