Update theming, rebuild app from existing angular project
This commit is contained in:
18
src/styles.scss
Normal file
18
src/styles.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@use '@angular/material' as mat;
|
||||
@use './m3-theme.scss';
|
||||
|
||||
@include mat.core();
|
||||
|
||||
html {
|
||||
@include mat.all-component-themes(m3-theme.$dark-theme);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
--mat-tree-node-min-height: 24px;
|
||||
--mat-tree-node-text-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user