changed item diary colors #990

This commit is contained in:
Joan Sanchez 2019-01-18 10:59:33 +01:00
parent 9e3788b37b
commit fc7b4e4eda
1 changed files with 2 additions and 4 deletions

View File

@ -11,13 +11,11 @@ vn-item-diary {
width: 400px; width: 400px;
} }
.balanceNegative .balance { .balanceNegative .balance {
background-color: $main-01; color: $alert-01;
color: white;
font-weight: bold; font-weight: bold;
} }
.isIn .in { .isIn .in {
background-color: $main-02; color: $main-02;
color: white;
font-weight: bold; font-weight: bold;
} }
.isToday .date{ .isToday .date{