From 6d8069ced113bc7abdb46712d8da00e4d33439d4 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 13:54:27 +0200 Subject: [PATCH] Add small border, and fix padding message --- custom_portal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index 419bc09..6c6c05c 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -100,7 +100,7 @@ body { .messages.info { background-color: #5d5446; - padding: 8px 0; + padding: 0 0 8px 0; } .login { @@ -108,6 +108,7 @@ body { height: 256px; border-radius: 15px 15px 0 0; box-shadow: 8px 8px 8px rgb(16, 28, 22); + border-bottom: 8px solid #5d5446; } .icon {