Commit 8e9b1990 authored by Randall Leeds's avatar Randall Leeds

More cleanup of previous merge

parent ef2e6caf
......@@ -16,7 +16,6 @@ body {
height: 100%;
position: fixed;
width: 100%;
font-family: $sansFontFamily;
}
svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
......@@ -219,6 +218,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//This comes down from under the toolbar
.sheet {
@include smallshadow;
font-family: $sansFontFamily;
max-height: 30em;
overflow: hidden;
position: absolute;
......@@ -243,6 +243,11 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
max-height: 0;
}
footer {
text-align: right;
a { @extend .small; }
}
footer {
font-family: $sansFontFamily;
text-align: right;
......
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