[F] Fix css syntax: Stacked class vs stacked element

This commit is contained in:
Hykilpikonna
2019-10-05 13:16:31 -04:00
parent 02ca6b8d47
commit c5ef8a297b
@@ -58,21 +58,20 @@
width: 20px; width: 20px;
text-align: center; text-align: center;
border-radius: 5px; border-radius: 5px;
}
.none .unread-number.none
{ {
background: #eeeeee; background: #eeeeee;
color: #999999; color: #999999;
} }
.unread .unread-number.unread
{ {
background: #ff6c00; background: #ff6c00;
color: white; color: white;
} }
} }
}
} }
.el-card__body .el-card__body