blob: b57dc265a92c5df8002013b1b36299559b7b8efd [file] [log] [blame]
@use '~@angular/material' as mat;
.content {
padding: 20px;
}
.state-default {
color: mat.get-color-from-palette(mat.define-palette(mat.$deep-orange-palette));
}
.state-COMPLETED {
color: mat.get-color-from-palette(mat.define-palette(mat.$green-palette));
}
.state-PENDING {
color: mat.get-color-from-palette(mat.define-palette(mat.$grey-palette));
}