index.scss 294 B

1234567891011121314151617
  1. @import "./../common/abstracts/_mixin.scss";
  2. @import "./../common/abstracts/variable.scss";
  3. .wot-theme-dark {
  4. @include b(overlay) {
  5. background: $-overlay-bg-dark;
  6. }
  7. }
  8. @include b(overlay) {
  9. position: fixed;
  10. left: 0;
  11. top: 0;
  12. right: 0;
  13. bottom: 0;
  14. background: $-overlay-bg;
  15. }