From c3e839c885bef820b15bcebf75a721b1ce2799f9 Mon Sep 17 00:00:00 2001 From: pravdomil Date: Tue, 26 Jun 2018 10:54:22 +0200 Subject: revert 6a58729 --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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 -- cgit v1.2.3-1-g7c22 From 4f5086c5cd4647e210d743c64edbbe09cb30dcd4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 30 Jun 2018 12:03:15 +0300 Subject: - Revert previous More margin-bottom after minicard. Thanks to pravdomil and xet7 ! --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 335182a3..d7e55d8d 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -9,7 +9,7 @@ &.placeholder background: darken(white, 20%) - border-radius: 2px + border-radius: 9px &.ui-sortable-helper cursor: grabbing -- cgit v1.2.3-1-g7c22 From 928d88cfe1da4187797519c929cd2fdd9ffe9c2e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 30 Jun 2018 12:22:35 +0300 Subject: - More margin-bottom after minicard. Thanks to pravdomil and xet7 ! --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index d7e55d8d..b89805be 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: 2px + margin-bottom: 9px &.placeholder background: darken(white, 20%) -- cgit v1.2.3-1-g7c22