mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(material-theme): fix style for material theme, disable custom css custom properties for material theme (#6003)
This commit is contained in:
parent
dcb6b8e646
commit
d351a772c3
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
// material themes
|
// material themes
|
||||||
@import './material/material-dark';
|
@import './material/material-dark';
|
||||||
@import './material/material-light';
|
@import './material/material-light';
|
||||||
|
$nb-enable-css-custom-properties: false; // disable custom css custom properties for material theme
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
layout-padding-top: 2.25rem,
|
layout-padding-top: 2.25rem,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue