Commit c7684946 authored by Randall Leeds's avatar Randall Leeds

fix up borders on sheets

parent 0cb19810
......@@ -176,7 +176,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.sheet {
background: url('../images/noise_1.png');
background-attachment: fixed;
border: solid 1px $grayLighter;
margin-top: 2em;
padding-top: 1em;
position: absolute;
......@@ -184,7 +183,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
.sheet, .dropdown-menu {
@include border-radius(0 0 .5em .5em);
@include box-shadow(5px 5px 40px hsla(0, 0%, 0%, .1));
@include single-transition(all, .4s, ease-in-out);
@include transform-origin(50%, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment