Site-Proximo/assets/css/stock.css
2019-08-01 00:09:20 +02:00

25 lines
268 B
CSS

table {
width: 100%;
margin-bottom: 20px;
}
.name-column {
width : 30%;
}
.code-column {
width: 20%;
}
.stock-container {
width: 90%;
margin: 50px auto auto auto;
}
.actions-column {
width: 100px;
}
.image-column {
width: 150px;
}