Test refont grahpique véhicules

This commit is contained in:
Ambulance Clerc
2022-11-10 17:08:54 +01:00
parent 528afd743d
commit c0d691037c

View File

@@ -23,6 +23,7 @@
--main-text-color: white; --main-text-color: white;
--main-text-family: 'Source Sans Pro', sans-serif; --main-text-family: 'Source Sans Pro', sans-serif;
--main-child-container-height: 175px; --main-child-container-height: 175px;
--border-debug-size: 0px;
} }
.main_container{ .main_container{
width: 100%; width: 100%;
@@ -42,16 +43,16 @@
height: 500px; height: 500px;
background-repeat: no-repeat, repeat; background-repeat: no-repeat, repeat;
background-size: contain; background-size: contain;
border: solid 1px green; border: solid var(--border-debug-size) green;
} }
.container{ .container{
border: solid 1px red; border: solid var(--border-debug-size) red;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
} }
.element{ .element{
border: solid 1px blue; border: solid var(--border-debug-size) blue;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
gap: 10px; gap: 10px;