schedules working

This commit is contained in:
Sriram Hariharan
2023-03-16 00:32:10 -05:00
parent 6afd372945
commit 882b5b4e00
13 changed files with 125 additions and 38 deletions

View File

@@ -18,3 +18,10 @@
font-weight: bold !important;
}
}
.isConflict {
* {
color: $speedway_brick !important;
text-decoration: line-through !important;
}
}