Tweaked shadows on cards
This commit is contained in:
parent
9ca22976c3
commit
a3557d5bb2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
.card {
|
||||
margin: $-m;
|
||||
background-color: #FFF;
|
||||
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.1);
|
||||
h3 {
|
||||
padding: $-m;
|
||||
border-bottom: 1px solid #E8E8E8;
|
||||
|
|
Loading…
Reference in a new issue