summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.styl
diff options
context:
space:
mode:
authorMatthias Marschall <mm@agileweboperations.com>2018-01-04 18:34:39 +0100
committerMatthias Marschall <mm@agileweboperations.com>2018-01-04 18:34:39 +0100
commitcd4062c9f1a34ae32d548905fb1e9652db621b3a (patch)
tree85d4715f50ef4e858b59c34cab58d1250ab04575 /client/components/cards/cardDate.styl
parent22158b4941104ceb25f6467b68c36b12ebd3a4c7 (diff)
downloadwekan-cd4062c9f1a34ae32d548905fb1e9652db621b3a.tar.gz
wekan-cd4062c9f1a34ae32d548905fb1e9652db621b3a.tar.bz2
wekan-cd4062c9f1a34ae32d548905fb1e9652db621b3a.zip
different icons for start and due date
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r--client/components/cards/cardDate.styl14
1 files changed, 12 insertions, 2 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl
index 1631baa5..e0c3fc9e 100644
--- a/client/components/cards/cardDate.styl
+++ b/client/components/cards/cardDate.styl
@@ -49,10 +49,20 @@
&:hover, &.is-active
background-color: darken(#fd5d47, 7)
+ &.due-date
+ time
+ &::before
+ content: "\f090" // symbol: fa-sign-in
+
+ &.start-date
+ time
+ &::before
+ content: "\f08b" // symbol: fa-sign-out
+
time
&::before
font: normal normal normal 14px/1 FontAwesome
font-size: inherit
-webkit-font-smoothing: antialiased
- content: "\f017" // clock symbol
- margin-right: 0.3em \ No newline at end of file
+ margin-right: 0.3em
+