blob: 459c9507e51d15125ae7334ff005bcde7c4c6a5a [file] [log] [blame]
// Import theming functions
@import '~@angular/material/theming';
// Import custom theme
@import 'client/theme.scss';
hi-history-list {
.current {
color: mat-color($hi-primary);
}
.mat-icon {
@include md-icon-size(20px);
}
}