From 07217d0e5142028bbe794bdd3611e47890ab4bfb Mon Sep 17 00:00:00 2001 From: RJevnikar <12701645+rjevnikar@users.noreply.github.com> Date: Mon, 26 Mar 2018 19:04:02 +0000 Subject: Add additional dates (received & end), default title of checklists to 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist --- client/components/cards/cardDate.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/components/cards/cardDate.styl') 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 -- cgit v1.2.3-1-g7c22