You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
389 B
31 lines
389 B
.inventaire {
|
|
display: flex;
|
|
max-width: 700px;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.toolSearch {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.contentInvent {
|
|
display: flex;
|
|
}
|
|
|
|
.caseInvent {
|
|
gap: 20px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.LabelFiltre {
|
|
display: flex;
|
|
margin-left: 25px;
|
|
}
|
|
|
|
.filtre {
|
|
width: 42px;
|
|
height: 32px;
|
|
} |