Add card spent time to log time what can be overtime or not (will support filtering in future)

This commit is contained in:
Thuan Pham Quoc 2017-11-20 22:26:31 +07:00
parent dfd0b21947
commit eec3c301bc
8 changed files with 164 additions and 6 deletions

View file

@ -0,0 +1,17 @@
.card-time
display: block
border-radius: 4px
padding: 1px 3px
color: #fff
background-color: #dbdbdb
&:hover, &.is-active
background-color: #b3b3b3
time
&::before
font: normal normal normal 14px/1 FontAwesome
font-size: inherit
-webkit-font-smoothing: antialiased
content: "\f017" // clock symbol
margin-right: 0.3em