index.scss 474 B

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