index.scss 448 B

1234567891011121314151617181920
  1. @import "./../common/abstracts/_mixin.scss";
  2. @import "./../common/abstracts/variable.scss";
  3. .wot-theme-dark {
  4. @include b(checkbox-group) {
  5. background-color: $-dark-background2;
  6. }
  7. }
  8. @include b(checkbox-group) {
  9. background-color: $-checkbox-bg;
  10. // 上下20px 左右15px 内部间隔12px
  11. @include when(button) {
  12. width: 100%;
  13. padding: 8px 3px 20px 15px;
  14. box-sizing: border-box;
  15. overflow: hidden;
  16. height: auto;
  17. }
  18. }