summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.styl
diff options
context:
space:
mode:
authorNico <paetni1@gmail.com>2020-04-07 20:43:55 +0200
committerNico <paetni1@gmail.com>2020-04-07 20:43:55 +0200
commit411b8d3f56ed2c77f0e46be92fd7d78c32fa0c9e (patch)
treebbf837a7b2a3a2df113c772ceda2b8c9069cf185 /client/components/cards/cardDetails.styl
parent14de17b667e7ad837d6912d9d34aec53134f127c (diff)
parent2bbc312ad0600da06b7d18f57630ad19cd90efd2 (diff)
downloadwekan-411b8d3f56ed2c77f0e46be92fd7d78c32fa0c9e.tar.gz
wekan-411b8d3f56ed2c77f0e46be92fd7d78c32fa0c9e.tar.bz2
wekan-411b8d3f56ed2c77f0e46be92fd7d78c32fa0c9e.zip
Merge branch 'vote'
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;