We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d288ff9 + 96142ef commit 094df3aCopy full SHA for 094df3a
1 file changed
_lib/solid-components/_cards.scss
@@ -3,8 +3,8 @@
3
// --------------------------------------------------
4
5
.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);
+ box-shadow: 0 1px 1px rgba(173, 168, 168, .1);
+ border: $border-lighter;
8
background-color: $fill-white;
9
border-radius: $border-radius;
10
}
0 commit comments