Merge pull request #5826 from prateek-webkul/variant-image-alignment

issue #5803 fixed
This commit is contained in:
Prateek Srivastava 2022-02-17 13:15:33 +05:30 committed by GitHub
commit 83b12c13d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=974feca6800514473705",
"/css/admin.css": "/css/admin.css?id=1f803c68edd6e27cb3b5"
"/css/admin.css": "/css/admin.css?id=f9029c3c8e00cbcb2d8e"
}

View File

@ -159,6 +159,15 @@
}
}
.variant-image {
.trash-icon {
position: absolute;
cursor: pointer;
margin-top: 25%;
left: 0;
}
}
.control-group label.required::before {
content: '*';
color: #fc6868;