From 2923e6fca634231533cca11e43a9091344ff4ba5 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 10 Apr 2022 21:25:00 +0200 Subject: Ajout d'un système de notification pour alerter les pro et finition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/Css/register.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Static/Css/register.css') diff --git a/Static/Css/register.css b/Static/Css/register.css index 56808af..9324ad3 100644 --- a/Static/Css/register.css +++ b/Static/Css/register.css @@ -7,6 +7,7 @@ ############################################################################ */ + .valid { color: #338533; } @@ -53,6 +54,7 @@ flex-direction: column; align-items: center; gap: 0.5em; + width: 100%; } #mainRegister input[type="email"], @@ -67,4 +69,4 @@ flex-direction: column; font-size: var(--fontSizeSmallPhone); } -} \ No newline at end of file +} -- cgit v1.2.3