Added red-green circle to board lists item for indicating board which has overtime logs or normal spent time log

This commit is contained in:
Thuan Pham Quoc 2017-11-20 23:24:27 +07:00
parent d38071457c
commit 6dba4ccd4d
5 changed files with 47 additions and 0 deletions

View file

@ -73,6 +73,23 @@ $spaceBetweenTiles = 16px
transition-duration: .15s
transition-property: color, font-size, background
.fa-circle
bottom: 0;
font-size: 10px;
height: 10px;
line-height: 10px;
padding: 9px 9px;
position: absolute;
right: 0;
transition-duration: .15s
transition-property: color, font-size, background
.has-overtime-card-active
color: #eb4646 !important
.no-overtime-card-active
color: #3cb500 !important
.is-star-active
color: white