Add feedback widget

This commit is contained in:
Andrew Miner
2015-01-12 12:35:36 -08:00
parent 1b328a8542
commit c510c5a1da
11 changed files with 294 additions and 11 deletions
+10
View File
@@ -48,6 +48,10 @@ $font-size-large: 1.6em;
$font-size-x-large: 2.0em;
$font-size-xx-large: 3.0em;
$layer-normal: 0;
$layer-screen: 5;
$layer-dialog: 10;
// Common //////////////////////////////////////////////////////////////////////////////////////////////////////////////
body {
@@ -193,6 +197,12 @@ label {
}
}
.view__screen {
position: fixed; top: 0; right: 0; bottom: 0; left: 0;
display: none;
z-index: $layer-screen;
}
// Child Stylesheets ///////////////////////////////////////////////////////////////////////////////////////////////////
@import 'templates/index';