diff options
author | pravdomil <pravdomil.toman@gmail.com> | 2018-06-26 10:54:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 10:54:22 +0200 |
commit | c3e839c885bef820b15bcebf75a721b1ce2799f9 (patch) | |
tree | 36bd7c621b21dcea4b5dcf97d80e202f7c021304 /client/components/cards | |
parent | 43dde4a10fc7980089f9344a7be04b8fe673cf28 (diff) | |
download | wekan-c3e839c885bef820b15bcebf75a721b1ce2799f9.tar.gz wekan-c3e839c885bef820b15bcebf75a721b1ce2799f9.tar.bz2 wekan-c3e839c885bef820b15bcebf75a721b1ce2799f9.zip |
revert 6a58729
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/minicard.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 391a6316..335182a3 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -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 |