From f741ed4afcc5d6e7954a93ff5e6afa643a8b38ae Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Sat, 29 Apr 2023 16:12:30 +0200 Subject: [PATCH] =?UTF-8?q?ajustement=20du=20d=C3=A9compte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/page/construction.css | 9 +++++++-- assets/css/page/index.css | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/assets/css/page/construction.css b/assets/css/page/construction.css index c77a0a5..e3c4f8d 100644 --- a/assets/css/page/construction.css +++ b/assets/css/page/construction.css @@ -19,8 +19,13 @@ #decompte{ font-size: 7vh; - + color: rgb(40, 230, 11); + background-color: rgba(27, 187, 205, 0.188); + border-radius: 10px; + width: 95%; + margin-left: 2.5%; + margin-right: 2.5%; } -} +} \ No newline at end of file diff --git a/assets/css/page/index.css b/assets/css/page/index.css index ac516f8..4a6bc8d 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -13,7 +13,12 @@ #decompte{ font-size: 7vh; - + color: rgb(40, 230, 11); + background-color: rgba(27, 187, 205, 0.188); + border-radius: 10px; + width: 95%; + margin-left: 2.5%; + margin-right: 2.5%; }