NewSwitch.scss 140 B

1234567891011
  1. .switch_container {
  2. position: relative;
  3. }
  4. .switch_top {
  5. position: absolute;
  6. left: 0;
  7. right: 0;
  8. top: 0;
  9. bottom: 0;
  10. }