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

More cleanup of previous merge

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