Reminders in the past are now shown in red
This commit is contained in:
parent
f4e84d4497
commit
fe1b5a1af8
2 changed files with 7 additions and 2 deletions
|
|
@ -127,6 +127,10 @@ h1,h2,h3,h4,h5,h6{
|
|||
.reminder-input{
|
||||
margin: 0;
|
||||
|
||||
&.overdue input{
|
||||
color: $red;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue