Browse Source

Increasing the shadow on popovers

pull/214/head
connors 11 years ago
parent
commit
97f3d5917f
  1. 2
      lib/sass/popovers.scss

2
lib/sass/popovers.scss

@ -14,7 +14,7 @@
background-color: $chrome-color;
border-radius: 6px;
opacity: 0;
box-shadow: 0 0 15px rgba(0, 0, 0, .05);
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;

Loading…
Cancel
Save