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.
 
 
 

33 lines
526 B

.container_encomenda {
width: 800px;
height: 100%;
margin-top: 3em;
gap: 1em;
display: flex;
flex-direction: column;
}
.container_cliente {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 0.5em;
}
.container_finalize{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.container_finalize__total{
font-size: 1.3em;
}
.container_table {
width: 800px;
display: flex;
flex-direction: column;
}