From 9e4c1fe6af46c08b1abc474d320fe8c87af77ee5 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 16 Oct 2017 15:51:55 +0200 Subject: [PATCH] Update warning layout --- js/src/SyncWarning/syncWarning.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/src/SyncWarning/syncWarning.css b/js/src/SyncWarning/syncWarning.css index ee5eb9008..e4fc6f6f0 100644 --- a/js/src/SyncWarning/syncWarning.css +++ b/js/src/SyncWarning/syncWarning.css @@ -16,13 +16,11 @@ */ .body { - box-shadow: rgba(0, 0, 0, 0.25) 0 14px 45px, rgba(0, 0, 0, 0.22) 0 10px 18px; - color: rgb(208, 208, 208); + color: white; display: flex; flex-direction: column; margin: 0 auto; - max-width: 20em; - padding: 2em 4em; + padding: 0.5em 4em; text-align: center; }