Migrate to modernize template
This commit is contained in:
12
Web/public/scss/override-component/_list.scss
Executable file
12
Web/public/scss/override-component/_list.scss
Executable file
@@ -0,0 +1,12 @@
|
||||
@use "sass:map";
|
||||
@use "@angular/material" as mat;
|
||||
|
||||
@include mat.list-overrides(
|
||||
(
|
||||
list-item-hover-state-layer-color: var(--mat-sys-primary),
|
||||
list-item-container-shape: var(--mat-sys-corner-small),
|
||||
active-indicator-shape: var(--mat-sys-corner-small),
|
||||
list-item-two-line-container-height: 70px,
|
||||
list-item-three-line-container-height: 100px,
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user