Skip to content

Commit 95d3f2e

Browse files
committed
fix(card): less intense box shadow
1 parent db83d66 commit 95d3f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
.card {
5757
padding-top: $item-border-width;
5858
padding-bottom: $item-border-width;
59-
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
59+
box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
6060
}
6161

6262
.padding {

0 commit comments

Comments
 (0)