From c3795df58c21c55d5c84600b7c2f4feeaf177c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= Date: Tue, 6 Jun 2023 09:45:10 +0200 Subject: [PATCH] =?UTF-8?q?bo=C3=AEtes=20accueil:=20mode=20clair?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/css/square_box.scss | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/sass/css/square_box.scss b/sass/css/square_box.scss index 6a0a5f9..23eaa86 100644 --- a/sass/css/square_box.scss +++ b/sass/css/square_box.scss @@ -19,7 +19,7 @@ .square_box-inner-bottom { margin: 1px 1px 0 1px; - border-bottom: 1px solid black; + border-bottom: 1px solid white; min-height: 198px; background-color: white; } @@ -27,7 +27,7 @@ .square_box-inner-top { margin: 0 1px 1px 1px; min-height: 198px; - border-top: 1px solid black; + border-top: 1px solid white; background-color: white; } @@ -35,7 +35,7 @@ margin: 1px 0 1px 1px; min-width: 198px; min-height: 198px; - border-right: 1px solid black; + border-right: 1px solid white; background-color: white; } @@ -43,7 +43,7 @@ margin: 1px 1px 1px 0; min-width: 198px; min-height: 198px; - border-left: 1px solid black; + border-left: 1px solid white; background-color: white; } @@ -52,6 +52,22 @@ color: white; background-color: black; } + + .square_box-inner-bottom { + border-bottom: 1px solid black; + } + + .square_box-inner-top { + border-top: 1px solid black; + } + + .square_box-inner-right { + border-right: 1px solid black; + } + + .square_box-inner-left { + border-left: 1px solid black; + } } .square_box-title {