aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan <stefan@adlk.io>2019-03-05 10:51:11 +0100
committerLibravatar Stefan <stefan@adlk.io>2019-03-05 10:51:11 +0100
commit03430f9c709a94c551416d5c9de5e5662f4d83c9 (patch)
tree4c29f1a544d3b87d64f9fa810b8dd266b88d50e5 /src/styles/layout.scss
parentfix module reference (diff)
downloadferdium-app-03430f9c709a94c551416d5c9de5e5662f4d83c9.tar.gz
ferdium-app-03430f9c709a94c551416d5c9de5e5662f4d83c9.tar.zst
ferdium-app-03430f9c709a94c551416d5c9de5e5662f4d83c9.zip
move devmode info
Diffstat (limited to 'src/styles/layout.scss')
-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}