Estudando conceitos do react com ant design.
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.
 
 
 

18 lines
287 B

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