From c9fac2f0e087f538546b99e00ea2a82ff719c518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 22 Mar 2024 08:26:53 -0400 Subject: [PATCH] Add split to files --- css/main.css | 8 ++++++++ index.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index d0beefc..be4146a 100644 --- a/css/main.css +++ b/css/main.css @@ -25,6 +25,14 @@ font-size: 0.8rem; } +.has-border-top { + border-top: 2px solid #da131a; +} + +.has-shadow-top { + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); +} + .orientation-modal, .charte-modal { color: #da131a; transition: color 0.3s ease; diff --git a/index.html b/index.html index 6969e37..db3de11 100644 --- a/index.html +++ b/index.html @@ -863,8 +863,8 @@
-