This commit is contained in:
prateek srivastava 2022-02-16 13:11:24 +05:30
parent 10d8d2ff3e
commit bdc29b455e
6 changed files with 18 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@ -10,9 +10,7 @@
text-align: left;
.profile-info {
.profile-info-div {
.profile-info-div {
.profile-info-icon {
margin-right: 0px !important;
margin-left: 10px !important;
@ -140,7 +138,7 @@
}
}
.tree-container>.tree-item {
.tree-container > .tree-item {
padding-right: 0px;
}
@ -148,17 +146,21 @@
margin-left: 5px;
}
.image-wrapper .image-item {
margin-right: 0px;
margin-left: 20px;
.image-wrapper {
width: auto;
.remove-image {
.image-item {
margin-right: 0px;
margin-left: 20px;
.remove-image {
margin-right: 0px;
}
}
}
.control-group label.required::before {
content: "*";
content: '*';
color: #fc6868;
font-weight: 700;
}
@ -186,4 +188,4 @@
.accordian-right-icon {
transform: rotate(180deg);
}
}
}

View File

@ -38,7 +38,7 @@
</draggable>
</div>
<label class="btn btn-lg btn-primary" style="display: inline-block; width: auto" @click="createFileType">
<label class="btn btn-lg btn-primary" style="display: table; width: auto" @click="createFileType">
{{ __('admin::app.catalog.products.add-image-btn-title') }}
</label>
</div>

View File

@ -36,7 +36,7 @@
</draggable>
</div>
<label class="btn btn-lg btn-primary" style="display: inline-block; width: auto" @click="createFileType">
<label class="btn btn-lg btn-primary" style="display: table; width: auto" @click="createFileType">
{{ __('admin::app.catalog.products.add-video-btn-title') }}
</label>
</div>