[U] Update css implementation

This commit is contained in:
Hykilpikonna
2019-10-05 13:42:13 -04:00
parent 6ba789c7cf
commit 0c91b1b598
@@ -62,20 +62,26 @@
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
} }
}
.unread-number.none .course-updates.unread
{ {
background: #eeeeee; .unread-number
color: #999999;
}
.unread-number.unread
{ {
background: #ff6c00; background: #ff6c00;
color: white; color: white;
box-shadow: 0 0 5px 0 #ff6123; box-shadow: 0 0 5px 0 #ff6123;
} }
} }
.course-updates.none
{
.unread-number
{
background: #eeeeee;
color: #999999;
}
}
} }
.el-card__body .el-card__body