aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/services.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/services.scss')
-rw-r--r--src/styles/services.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/services.scss b/src/styles/services.scss
index 2a6540e0b..9f6cfc772 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;
@@ -24,6 +24,7 @@
24 display: inline-flex; 24 display: inline-flex;
25 width: 0px; 25 width: 0px;
26 height: 0px; 26 height: 0px;
27 background: $theme-gray-lighter;
27 } 28 }
28 29
29 &.is-active { 30 &.is-active {
@@ -44,7 +45,7 @@
44 } 45 }
45 46
46 .services__no-service, 47 .services__no-service,
47 .services__crash-handler { 48 .services__info-layer {
48 display: flex; 49 display: flex;
49 flex-direction: column; 50 flex-direction: column;
50 justify-content: center; 51 justify-content: center;
@@ -63,7 +64,7 @@
63 } 64 }
64 } 65 }
65 66
66 .services__crash-handler { 67 .services__info-layer {
67 position: absolut; 68 position: absolut;
68 z-index: 110; 69 z-index: 110;
69 } 70 }