theme.less 739 B

123456789101112131415161718
  1. // You can directly set the default theme
  2. // - `default` Default theme
  3. // - `dark` Import the official dark less style file
  4. // - `compact` Import the official compact less style file
  5. @import '~@delon/theme/theme-default.less';
  6. // ==========The following is the custom theme variable area==========
  7. // The theme parameters can be generated at https://ng-alain.github.io/ng-alain/
  8. // @primary-color: #f50;
  9. @primary-color: #722ED1;
  10. @font-size-base: 12px;
  11. @nz-table-rep-padding-vertical: 2px;
  12. @nz-table-rep-padding-horizontal: 2px;
  13. @alain-default-header-hg: 52px;
  14. @alain-default-header-bg: #722ED1;
  15. @alain-default-header-padding: 8px;
  16. @alain-default-aside-nav-text-hover-color: #722ED1;
  17. @alain-default-aside-nav-selected-text-color: #722ED1;