summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-29 14:54:46 +0300
committerLauri Ojansivu <x@xet7.org>2018-03-29 14:54:46 +0300
commitcca4a3e37292e095ff9a9e9067bddf9517162e8a (patch)
treef1a1c5516923d8eb22b85ca550760e371bfe65c5 /client/components/cards/cardDate.styl
parentcaca2e34fc7a73da922a549b92b354ed8bf3287c (diff)
parent07217d0e5142028bbe794bdd3611e47890ab4bfb (diff)
downloadwekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.tar.gz
wekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.tar.bz2
wekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.zip
Merge branch 'additionalDates' of https://github.com/rjevnikar/wekan into rjevnikar-additionalDates
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r--client/components/cards/cardDate.styl10
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