Skip to content

Commit

Permalink
Update: (Fixes #1053) Atlas Card box-shadow should match Lexicon card…
Browse files Browse the repository at this point in the history
… box shadow better
  • Loading branch information
pat270 committed Jul 11, 2018
1 parent 6b2290f commit 2c072fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-css/src/scss/atlas/variables/_cards.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$card-border-radius: $border-radius !default;
$card-border-width: 0 !default;
$card-box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6) !default;
$card-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6) !default;

$card-body-padding-bottom: 1rem !default;
$card-body-padding-left: 1rem !default;
Expand Down

0 comments on commit 2c072fa

Please sign in to comment.