pc.scss 524 B

12345678910111213141516171819202122232425
  1. :root body {
  2. --hide-header-top: calc(-1 * var(--editor-head-height));
  3. --show-header-top: 0px;
  4. // mini-map size
  5. --simle-map-width: 400px;
  6. --simle-map-height: 200px;
  7. --scale-simle-map-width: 600px;
  8. --scale-simle-map-height: 300px;
  9. // 搜索框
  10. --global-search-width: 340px;
  11. --taggle-btn-width: 30px;
  12. --body-right-margin: 20px;
  13. --boundMargin: 24px
  14. }
  15. .head-icon {
  16. display: inline-block;
  17. width: var(--editor-menu-width);
  18. font-size: 20px !important;
  19. margin-left: -20px;
  20. text-align: center;
  21. }