From c0d691037c96e5bef762ba6ec267b48ec3245cb7 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Thu, 10 Nov 2022 17:08:54 +0100 Subject: [PATCH] =?UTF-8?q?Test=20refont=20grahpique=20v=C3=A9hicules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vehicles/static/vehicles/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vehicles/static/vehicles/style.css b/vehicles/static/vehicles/style.css index 8bfdac0..370ab1c 100644 --- a/vehicles/static/vehicles/style.css +++ b/vehicles/static/vehicles/style.css @@ -23,6 +23,7 @@ --main-text-color: white; --main-text-family: 'Source Sans Pro', sans-serif; --main-child-container-height: 175px; + --border-debug-size: 0px; } .main_container{ width: 100%; @@ -42,16 +43,16 @@ height: 500px; background-repeat: no-repeat, repeat; background-size: contain; - border: solid 1px green; + border: solid var(--border-debug-size) green; } .container{ - border: solid 1px red; + border: solid var(--border-debug-size) red; width: 100%; overflow: auto; } .element{ - border: solid 1px blue; + border: solid var(--border-debug-size) blue; display: flex; justify-content: space-between; gap: 10px;