[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-right: 3px;
}
}
.unread-number.none
{
background: #eeeeee;
color: #999999;
}
.unread-number.unread
.course-updates.unread
{
.unread-number
{
background: #ff6c00;
color: white;
box-shadow: 0 0 5px 0 #ff6123;
}
}
.course-updates.none
{
.unread-number
{
background: #eeeeee;
color: #999999;
}
}
}
.el-card__body