2021-11-27 22:21:52 +08:00
|
|
|
// You can directly set the default theme
|
|
|
|
|
// - `default` Default theme
|
|
|
|
|
// - `dark` Import the official dark less style file
|
|
|
|
|
// - `compact` Import the official compact less style file
|
|
|
|
|
@import '~@delon/theme/theme-default.less';
|
|
|
|
|
|
|
|
|
|
// ==========The following is the custom theme variable area==========
|
2021-11-28 14:58:20 +08:00
|
|
|
// The theme parameters can be generated at https://ng-alain.github.io/ng-alain/
|
2021-11-27 22:21:52 +08:00
|
|
|
// @primary-color: #f50;
|
2021-11-28 14:58:20 +08:00
|
|
|
@primary-color: #722ED1;
|
2021-12-16 22:10:57 +08:00
|
|
|
@font-size-base: 12px;
|
|
|
|
|
@nz-table-rep-padding-vertical: 2px;
|
|
|
|
|
@nz-table-rep-padding-horizontal: 2px;
|
2021-11-28 14:58:20 +08:00
|
|
|
@alain-default-header-hg: 52px;
|
|
|
|
|
@alain-default-header-bg: #722ED1;
|
|
|
|
|
@alain-default-header-padding: 8px;
|
|
|
|
|
@alain-default-aside-nav-text-hover-color: #722ED1;
|
|
|
|
|
@alain-default-aside-nav-selected-text-color: #722ED1;
|