(Scrumboard) Removed an extra semi-colon

This commit is contained in:
Sercan Yemen 2018-07-03 18:06:33 +03:00
parent d781e59928
commit fb003bc96f

View File

@ -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));