index.less 785 B

123456789101112131415161718192021222324252627282930313233343536
  1. @import "~antd/lib/style/themes/default.less";
  2. @ease-in-out-circ: cubic-bezier(.78, .14, .15, .86);
  3. .logo {
  4. height: 64px;
  5. position: relative;
  6. line-height: 64px;
  7. padding-left: (@menu-collapsed-width - 32px) / 2;
  8. transition: all .3s;
  9. background: #002140;
  10. overflow: hidden;
  11. img {
  12. display: inline-block;
  13. vertical-align: middle;
  14. height: 32px;
  15. }
  16. h1 {
  17. color: #fff;
  18. display: inline-block;
  19. vertical-align: middle;
  20. font-size: 20px;
  21. margin: 0 0 0 12px;
  22. font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23. font-weight: 600;
  24. }
  25. }
  26. .sider {
  27. min-height: 100vh;
  28. box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
  29. position: relative;
  30. z-index: 10;
  31. }
  32. :global {
  33. .drawer .drawer-content {
  34. background: #001529;
  35. }
  36. }