This commit is contained in:
Patrick Fic
2022-01-19 12:03:30 -08:00
parent 4deed41a12
commit abf9d0b7f4
3 changed files with 25 additions and 16 deletions

View File

@@ -91,15 +91,14 @@
color: blue;
}
.production-completion-1 {
color: rgba(207, 12, 12, 0.8);
// animation: production-completion-1-blinker 1s linear infinite;
.production-completion-soon {
color: rgba(255, 140, 0, 0.8);
font-weight: bold;
}
.production-completion-past {
color: rgba(255, 0, 0, 0.8);
font-weight: bold;
}
// @keyframes production-completion-1-blinker {
// 50% {
// }
// }
.react-resizable {
position: relative;