11 lines
190 B
SCSS
11 lines
190 B
SCSS
.mat-list-item {
|
|
color: var(--iqser-accent) !important;
|
|
font-size: 13px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.list-50vh {
|
|
overflow-y: scroll;
|
|
max-height: 50vh;
|
|
}
|