Remove unnecessarily styling, fix file sorting
This commit is contained in:
@@ -10,7 +10,13 @@
|
||||
}
|
||||
|
||||
html {
|
||||
@include mat.all-component-themes(theme.$rose-theme);
|
||||
@include mat.core-theme(theme.$rose-theme);
|
||||
@include mat.toolbar-theme(theme.$rose-theme);
|
||||
@include mat.button-theme(theme.$rose-theme);
|
||||
@include mat.tree-theme(theme.$rose-theme);
|
||||
@include mat.sidenav-theme(theme.$rose-theme);
|
||||
@include mat.icon-theme(theme.$rose-theme);
|
||||
@include mat.form-field-theme(theme.$rose-theme);
|
||||
@include custom-colours(theme.$rose-theme);
|
||||
}
|
||||
|
||||
@@ -20,6 +26,7 @@ body {
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "Roboto";
|
||||
--mat-tree-node-min-height: 24px;
|
||||
--mat-tree-node-text-size: 14px;
|
||||
--mdc-icon-button-state-layer-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user