[fixed]: too long shadow at bottom
This commit is contained in:
parent
33b570b150
commit
6d4b52a8a3
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
||||||
border: 1px solid $border-color;
|
border: 1px solid $border-color;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 8px 16px 1px rgba(#000, 0.2);
|
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue