Adjust network stats section's drop shadow

pull/346/head
Ryan Arthur 6 years ago committed by jimmay5469
parent 96e50b870a
commit d3e23b4196
  1. 2
      apps/explorer_web/assets/css/components/_dashboard-banner.scss

@ -95,7 +95,7 @@
// 15px padding matches the Bootstarp conatiner padding.
padding-right: 15px;
background-color: $primary;
box-shadow: -15px 0 40px -5px rgba($black, 0.15);
box-shadow: -10px 0 15px 0 rgba($black, 0.14);
@media (max-width: 992px) {
flex-direction: column;

Loading…
Cancel
Save