IO-1558 Add color to dates that are today.
This commit is contained in:
@@ -92,13 +92,14 @@
|
||||
}
|
||||
|
||||
.production-completion-1 {
|
||||
animation: production-completion-1-blinker 5s linear infinite;
|
||||
}
|
||||
@keyframes production-completion-1-blinker {
|
||||
50% {
|
||||
background: rgba(207, 12, 12, 0.555);
|
||||
}
|
||||
color: rgba(207, 12, 12, 0.8);
|
||||
|
||||
// animation: production-completion-1-blinker 1s linear infinite;
|
||||
}
|
||||
// @keyframes production-completion-1-blinker {
|
||||
// 50% {
|
||||
// }
|
||||
// }
|
||||
|
||||
.react-resizable {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user