summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-26 01:08:18 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-26 01:08:18 +0300
commit03921a969a27925712ba0a7746e9dcf19028c968 (patch)
treebcb844c38741a5bff5dc4b6a157aa520caefa70c /client
parent2efc5ab4e9244e0073b3404c312b868a846db77d (diff)
parentb7d51456eb859cbdf5fbd627796d2c5038ad26d8 (diff)
downloadwekan-03921a969a27925712ba0a7746e9dcf19028c968.tar.gz
wekan-03921a969a27925712ba0a7746e9dcf19028c968.tar.bz2
wekan-03921a969a27925712ba0a7746e9dcf19028c968.zip
Merge branch 'pravdomil-patch-3' into devel
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/minicard.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 38f829d0..391a6316 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -5,7 +5,7 @@
position: relative
display: flex
align-items: center
- margin-bottom: 9px
+ margin-bottom: 2px
&.placeholder
background: darken(white, 20%)
@@ -37,7 +37,7 @@
flex-wrap: wrap
background-color: #fff
min-height: 20px
- box-shadow: 0 1px 2px rgba(0,0,0,.15)
+ box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset
border-radius: 2px
color: #4d4d4d
overflow: hidden