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.
48 lines
637 B
48 lines
637 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;
|
|
}
|
|
|
|
.actions {
|
|
border: 1px solid black;
|
|
height: 250px;
|
|
overflow: scroll;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 64px;
|
|
height: 64px;
|
|
border: 1px solid;
|
|
overflow: hidden;
|
|
}
|