dark.scss 641 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * 自定义深海军蓝暗色主题
  3. */
  4. $base-color-blue: #165dff;
  5. $base-color-white: #e0e6ed;
  6. $base-color-black: #05101c;
  7. $base-border-color: #2d4966;
  8. $base-padding: 15px;
  9. $base-border-radius: 6px;
  10. $base-transition: all .2s ease;
  11. $base-left-menu-width: 210px;
  12. $base-left-menu-width-min: 65px;
  13. $base-right-content-width: calc(100% - #{$base-left-menu-width});
  14. $base-top-bar-height: 55px;
  15. $base-tags-bar-height: 40px;
  16. $base-nav-bar-height: 55px;
  17. $base-z-index: 1000;
  18. .nav-bar-container,
  19. .tags-bar-container,
  20. .side-bar-container {
  21. background: #0b1d34;
  22. color: $base-color-white;
  23. }
  24. .app-main-container {
  25. background: transparent;
  26. }