.container_table {
|
|
width: 800px;
|
|
height: 100%;
|
|
margin-top: 3em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.container_table__filter{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: end;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.container_table__search{
|
|
width: 300px;
|
|
}
|