blob: 0de0e8c9f4175f9a3d98d53e29901caf814846d1 [file] [log] [blame]
@use '~@angular/material' as mat;
@import 'client/theme.scss';
.mat-icon {
@include md-icon-size(20px);
&:hover {
color: mat.get-color-from-palette($hi-warn);
}
}
.mat-icon-button {
width: 24px;
height: 24px;
line-height: 24px;
}
.footer {
width: 100%;
padding: 0 20px;
}