FleetCart/Modules/Product/Resources/assets/admin/sass/main.scss

23 lines
368 B
SCSS
Raw Normal View History

2023-06-11 12:14:03 +00:00
#images, #attachments {
margin-bottom: 15px;
}
.attachment-wrapper {
tr {
td {
&:nth-child(2),
&:nth-child(3) {
min-width: 200px;
}
&:nth-child(4) {
width: 59px;
}
}
}
.choose-file {
padding: 10px 15px;
}
}