You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
582 B
31 lines
582 B
@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;
|