From 6ee8ad125692175ddfb705080a4bc54b76c5a4f6 Mon Sep 17 00:00:00 2001 From: Debulois Date: Wed, 6 Apr 2022 21:37:53 +0200 Subject: Finalisation, affinage du css et ajout d'un système de vérification pour les mdp pour qu'ils soient forts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/Css/slideshow.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Static/Css/slideshow.css') diff --git a/Static/Css/slideshow.css b/Static/Css/slideshow.css index c7c2e99..d2cdaa3 100644 --- a/Static/Css/slideshow.css +++ b/Static/Css/slideshow.css @@ -1,13 +1,21 @@ +/* +############################################################################ +# # +# Description: CSS spécifique au slideshow # +# # +############################################################################ +*/ + .slideDotSelected { color: var(--mainSiteColor); transform: scale(1.4); } #secSlides { - display: flex; - flex-direction: column; - text-align: center; + display: flex; + flex-direction: column; + text-align: center; width: 100%; height: 70vh; background-color: var(--navbarBg); @@ -19,8 +27,8 @@ } #secSlides p { - display: none; z-index: 1; + display: none; margin: auto; max-width: 80%; font-size: var(--fontSizeSlideP); -- cgit v1.2.3