Skip to content

Commit 6f9032d

Browse files
committed
replaced Card border scss with the border variable. reduced card shadow from 2px to 1px
1 parent 3920f3d commit 6f9032d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_lib/solid-components/_cards.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// --------------------------------------------------
44

55
.card {
6-
box-shadow: 0 1px 0 rgba(173, 168, 168, .1), 0 2px 1px rgba(181, 179, 179, .1);
7-
border: 1px solid rgba(41, 41, 41, .1);
6+
box-shadow: 0 1px 0 rgba(173, 168, 168, .1);
7+
border: $border-lighter;
88
background-color: $fill-white;
99
border-radius: $border-radius;
1010
}

0 commit comments

Comments
 (0)