Test refont grahpique véhicules
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user