summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-29 15:03:59 +0300
committerLauri Ojansivu <x@xet7.org>2018-03-29 15:03:59 +0300
commit5e88cb24cb6a3c4a0028bde7a7bff7fa5239f3f4 (patch)
treef1cacaa545908cc14d7858252bd36fedc8ff8cf0 /client/components/cards/cardDate.styl
parentcaca2e34fc7a73da922a549b92b354ed8bf3287c (diff)
parent023b41b2056d5eedc710ea86f5e289b59071a589 (diff)
downloadwekan-5e88cb24cb6a3c4a0028bde7a7bff7fa5239f3f4.tar.gz
wekan-5e88cb24cb6a3c4a0028bde7a7bff7fa5239f3f4.tar.bz2
wekan-5e88cb24cb6a3c4a0028bde7a7bff7fa5239f3f4.zip
Merge branch 'rjevnikar-additionalDates' into devel
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