mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
(Scrumboard) Removed an extra semi-colon
This commit is contained in:
parent
d781e59928
commit
fb003bc96f
|
@ -58,7 +58,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.due-date {
|
&.due-date {
|
||||||
background-color: mat-color(mat-palette($mat-green));;
|
background-color: mat-color(mat-palette($mat-green));
|
||||||
|
|
||||||
&.overdue {
|
&.overdue {
|
||||||
background-color: mat-color(mat-palette($mat-red));
|
background-color: mat-color(mat-palette($mat-red));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user