first upload all files
This commit is contained in:
22
Modules/Product/Resources/assets/admin/sass/main.scss
Normal file
22
Modules/Product/Resources/assets/admin/sass/main.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
#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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user