Add a drop shadow to the network stats section of the homepage banner

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

@ -24,6 +24,7 @@
bottom: 0; bottom: 0;
left: 70%; left: 70%;
background-color: $primary; background-color: $primary;
box-shadow: 0 0 40px -5px rgba($black, 0.25);
@media (max-width: 992px) { @media (max-width: 992px) {
top: 2rem; top: 2rem;
@ -94,6 +95,7 @@
// 15px padding matches the Bootstarp conatiner padding. // 15px padding matches the Bootstarp conatiner padding.
padding-right: 15px; padding-right: 15px;
background-color: $primary; background-color: $primary;
box-shadow: -15px 0 40px -5px rgba($black, 0.15);
@media (max-width: 992px) { @media (max-width: 992px) {
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save