@import '~view-design/src/styles/index.less'; @menu-dark-title: #17449e; @menu-dark-active-bg: #17449e; @layout-sider-background: #17449e; // @menu-dark-active-bg: #929db9; // @layout-sider-background: #28344d; .margin-loop (@i) when (@i > 0) { .margin-top-@{i} { margin-top: ~"@{i}px"; } .margin-bottom-@{i} { margin-bottom: ~"@{i}px"; } .margin-left-@{i} { margin-left: ~"@{i}px"; } .margin-right-@{i} { margin-right: ~"@{i}px"; } .margin-loop(@i - 5); } .margin-loop (25); .margin-bottom-0 { margin-bottom: 0 } // @primary-color: #2552ac;