From dd307e3deb14f1738029ea38f7c1de7893455283 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Tue, 7 Nov 2017 15:29:31 +0100 Subject: feature(Service): Add webview crash handler to display a user friendly message --- src/styles/services.scss | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'src/styles/services.scss') diff --git a/src/styles/services.scss b/src/styles/services.scss index 3347ea9d7..95738f123 100644 --- a/src/styles/services.scss +++ b/src/styles/services.scss @@ -8,7 +8,8 @@ background: #FFF; order: 5; - .services__webview { + .services__webview, + .services__crash-handler { position: absolute; width: 100%; top: 0; @@ -38,7 +39,8 @@ } } - .services__no-service { + .services__no-service, + .services__crash-handler { display: flex; flex-direction: column; justify-content: center; @@ -51,10 +53,15 @@ color: $theme-gray-dark; } - a.button { - margin-top: 40px; - // color: #FFF; - // border-color: #FFF; + a.button, + button { + margin: 40px 0 20px; } } + + .services__crash-handler { + position: absolut; + z-index: 110; + } + } -- cgit v1.2.3-54-g00ecf