diff options
Diffstat (limited to 'webui/src/App.scss')
-rw-r--r-- | webui/src/App.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webui/src/App.scss b/webui/src/App.scss index ce141ed..30ff87a 100644 --- a/webui/src/App.scss +++ b/webui/src/App.scss @@ -11,4 +11,16 @@ width: 100%; max-width: 450px; } + + .insecure-scheme { + width: 100%; + text-align: center; + margin: 0 auto; + font-family: 'Lato', sans-serif; + font-weight: 300; + position: absolute; + top: 40%; + margin-top: -1rem; + + } } |