summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorNicu Tofan <nicu.tofan@gmail.com>2018-07-05 20:17:18 +0300
committerNicu Tofan <nicu.tofan@gmail.com>2018-07-05 20:17:18 +0300
commit243797d2e94a09a5a59e816cb18ce125673016aa (patch)
treebde7eae555957062b57fdfba775ebbb0e9ff22fc /client/components/cards/minicard.styl
parentdb5ff4e1e2640b7312533cb276b545c4b9920110 (diff)
parentc997786e6435a7e5728eab32c0e24bd458db75ae (diff)
downloadwekan-243797d2e94a09a5a59e816cb18ce125673016aa.tar.gz
wekan-243797d2e94a09a5a59e816cb18ce125673016aa.tar.bz2
wekan-243797d2e94a09a5a59e816cb18ce125673016aa.zip
Merge branch 'upstream-devel' into calendar
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 391a6316..b89805be 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -5,11 +5,11 @@
position: relative
display: flex
align-items: center
- margin-bottom: 2px
+ margin-bottom: 9px
&.placeholder
background: darken(white, 20%)
- border-radius: 2px
+ border-radius: 9px
&.ui-sortable-helper
cursor: grabbing
@@ -37,7 +37,7 @@
flex-wrap: wrap
background-color: #fff
min-height: 20px
- box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset
+ box-shadow: 0 1px 2px rgba(0,0,0,.15)
border-radius: 2px
color: #4d4d4d
overflow: hidden