aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/services.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-17 14:15:46 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-17 14:15:46 +0100
commit339be1baf7d7f4759d38c87b996edca43d1d3c08 (patch)
treed0f97fa93ea50393cb19a78248af99407c1e50ac /src/styles/services.scss
parentget default local from default app config (diff)
downloadferdium-app-339be1baf7d7f4759d38c87b996edca43d1d3c08.tar.gz
ferdium-app-339be1baf7d7f4759d38c87b996edca43d1d3c08.tar.zst
ferdium-app-339be1baf7d7f4759d38c87b996edca43d1d3c08.zip
streamline className
Diffstat (limited to 'src/styles/services.scss')
-rw-r--r--src/styles/services.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/services.scss b/src/styles/services.scss
index 2a6540e0b..282c15121 100644
--- a/src/styles/services.scss
+++ b/src/styles/services.scss
@@ -13,7 +13,7 @@
13 } 13 }
14 14
15 .services__webview, 15 .services__webview,
16 .services__crash-handler { 16 .services__info-layer {
17 position: absolute; 17 position: absolute;
18 width: 100%; 18 width: 100%;
19 top: 0; 19 top: 0;
@@ -44,7 +44,7 @@
44 } 44 }
45 45
46 .services__no-service, 46 .services__no-service,
47 .services__crash-handler { 47 .services__info-layer {
48 display: flex; 48 display: flex;
49 flex-direction: column; 49 flex-direction: column;
50 justify-content: center; 50 justify-content: center;
@@ -63,7 +63,7 @@
63 } 63 }
64 } 64 }
65 65
66 .services__crash-handler { 66 .services__info-layer {
67 position: absolut; 67 position: absolut;
68 z-index: 110; 68 z-index: 110;
69 } 69 }