25 lines
268 B
CSS
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;
|
|
}
|