aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styles/layout.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 8b7cc512a..9a003a922 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -124,15 +124,14 @@ html { overflow: hidden; }
124 background: $theme-brand-warning; 124 background: $theme-brand-warning;
125 color: #FFF; 125 color: #FFF;
126 display: block; 126 display: block;
127 font-size: 10px; 127 font-size: 8px;
128 height: auto; 128 height: auto;
129 padding: 4px; 129 padding: 4px;
130 position: fixed; 130 position: fixed;
131 right: 5px; 131 left: 9px;
132 top: 5px; 132 bottom: 0px;
133 transition: opacity .5s ease; 133 transition: opacity .5s ease;
134 width: auto; 134 width: auto;
135 z-index: 999999999; 135 z-index: 999999999;
136 136 pointer-events: none;
137 &:hover { opacity: 0; }
138} 137}