19 lines
739 B
Plaintext
19 lines
739 B
Plaintext
// 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==========
|
|
// The theme parameters can be generated at https://ng-alain.github.io/ng-alain/
|
|
// @primary-color: #f50;
|
|
@primary-color: #722ED1;
|
|
@font-size-base: 12px;
|
|
@nz-table-rep-padding-vertical: 2px;
|
|
@nz-table-rep-padding-horizontal: 2px;
|
|
@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;
|