_head.scss 242 B

123456789101112
  1. @use "sass:map";
  2. .ui-editor-head {
  3. filter: var(--editor-head-filter);
  4. height: var(--editor-head-height);
  5. background-color: var(--editor-head-back);
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. width: 100%;
  10. z-index: 2;
  11. }