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-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;