From 87c4569966ea51ab293ae11231e0cee37831edbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”> Date: Tue, 16 Apr 2024 14:57:20 +0200 Subject: [PATCH] CIM67 - Block user - login screen changes --- login.php | 2 +- reset.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/login.php b/login.php index f837983..3c126c6 100644 --- a/login.php +++ b/login.php @@ -127,7 +127,7 @@ filter: drop-shadow(5px 5px 5px #222); .login-box{ width: 350px; - height: 320px; + height: 330px; background-color:'.color.'; padding: 55px 30px; border-radius: 10px; diff --git a/reset.php b/reset.php index b03c40e..ff050a4 100644 --- a/reset.php +++ b/reset.php @@ -163,7 +163,7 @@ filter: drop-shadow(5px 5px 5px #222); .login-box{ width: 350px; - height: 320px; + height: 330px; background-color:#005655; padding: 55px 30px; border-radius: 10px;