diff options
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r-- | client/components/cards/cardDate.styl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl index e0c3fc9e..1ad3adb3 100644 --- a/client/components/cards/cardDate.styl +++ b/client/components/cards/cardDate.styl @@ -49,6 +49,11 @@ &:hover, &.is-active background-color: darken(#fd5d47, 7) + &.end-date + time + &::before + content: "\f253" // symbol: fa-hourglass-end + &.due-date time &::before @@ -59,6 +64,11 @@ &::before content: "\f08b" // symbol: fa-sign-out + &.received-date + time + &::before + content: "\f251" // symbol: fa-hourglass-start + time &::before font: normal normal normal 14px/1 FontAwesome |