summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-02 00:55:08 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-02 00:55:08 +0300
commitafeb2de412f120e28d8bc081e12c4380949ffb93 (patch)
treee741220a49ec5da2e9e0fedf2a53bf4d909fa46d /client/components/cards/cardDate.styl
parentda6c2b5503f08deba63421606ae7c09bc8f95763 (diff)
parent83d6ef7301cb7b5c68dca77f976f4be5839b972e (diff)
downloadwekan-afeb2de412f120e28d8bc081e12c4380949ffb93.tar.gz
wekan-afeb2de412f120e28d8bc081e12c4380949ffb93.tar.bz2
wekan-afeb2de412f120e28d8bc081e12c4380949ffb93.zip
Merge branch 'rjevnikar-dateCSS' into devel
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r--client/components/cards/cardDate.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl
index 9775e82b..62cfdcd9 100644
--- a/client/components/cards/cardDate.styl
+++ b/client/components/cards/cardDate.styl
@@ -43,12 +43,12 @@
&.start-date
time
&::before
- content: "\f08b" // symbol: fa-sign-out
+ content: "\f251" // symbol: fa-hourglass-start
&.received-date
time
&::before
- content: "\f251" // symbol: fa-hourglass-start
+ content: "\f08b" // symbol: fa-sign-out
time
&::before