From c5f86108c78c6c86d42afdd90cea3ab88622a958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 6 Feb 2018 14:15:38 +0100 Subject: [PATCH] Updated looks when sending a mail --- server/public/assets/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 2bffc25a..59c640dd 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -85,6 +85,18 @@ body { height: 32px; } +#send-loader { + position: absolute; + top: 0px; + left: 0px; + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + background: rgba(0,0,0,.3); +} + #pageButtons, #pageButtons a{ color:white !important; width: 100%;