Add feedback widget
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user