summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.styl
diff options
context:
space:
mode:
authorNico <paetni1@gmail.com>2020-04-07 20:43:35 +0200
committerNico <paetni1@gmail.com>2020-04-07 20:43:35 +0200
commit2bbc312ad0600da06b7d18f57630ad19cd90efd2 (patch)
tree81f269ccfcfcaaf9f87e178b1c59639bbfba0240 /client/components/cards/cardDetails.styl
parente47ff25d458a0f7f7e61f9397e1730df21dc5cb7 (diff)
downloadwekan-2bbc312ad0600da06b7d18f57630ad19cd90efd2.tar.gz
wekan-2bbc312ad0600da06b7d18f57630ad19cd90efd2.tar.bz2
wekan-2bbc312ad0600da06b7d18f57630ad19cd90efd2.zip
Voteing feature
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r--client/components/cards/cardDetails.styl8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index 80fa87c0..9bbbf075 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -330,3 +330,11 @@ card-details-color(background, color...)
.card-details-indigo
card-details-color(#4b0082, #ffffff) //White text for better visibility
+
+.voted
+ opacity: .7
+.vote-title
+ display: flex;
+ justify-content: space-between;
+.vote-result
+ display: flex;