This commit is contained in:
jitendra 2022-03-28 15:29:44 +05:30
parent 4bace8ad4b
commit 0df19a5e95
8 changed files with 21 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=60b6b9cbe8e20c7ab585",
"/css/shop.css": "/css/shop.css?id=b5f32535d5594235b38f"
"/css/shop.css": "/css/shop.css?id=1c6f9a98eb7c9d2aa0c4"
}

View File

@ -2079,6 +2079,13 @@ section.product-detail {
h3 {
font-size: 16px;
margin-top: 0;
&.required:after {
content: "*";
color: #fc6868;
font-weight: 700;
display: inline-block;
}
}
ul {

View File

@ -21,7 +21,7 @@
@if ($product->downloadable_links->count())
<div class="link-list control-group" :class="[errors.has('links[]') ? 'has-error' : '']">
<h3>{{ __('shop::app.products.links') }}</h3>
<h3 class="required">{{ __('shop::app.products.links') }}</h3>
<ul>
@foreach ($product->downloadable_links as $link)

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba57f77b9a4344",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290bcca8fab930e",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d2386143e9d75cd",
"/css/velocity.css": "/css/velocity.css?id=11b95a7a8bb9f053a6262b90eb83174a",
"/css/velocity.css": "/css/velocity.css?id=bba65352574a5ae54c4a83a2cc04e3ee",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",

View File

@ -2015,6 +2015,13 @@
h3 {
font-size: 16px;
margin-top: 0;
&.required:after {
content: "*";
font-size: 16px;
margin-left: -1px;
color: #F05153;
}
}
ul {
@ -2029,7 +2036,7 @@
input[type='checkbox'] {
width: 15px !important;
height: 15px !important;
margin-left: -24px;
margin-left: -10px;
}
}

View File

@ -21,7 +21,7 @@
@if ($product->downloadable_links->count())
<div class=" link-list control-group" :class="[errors.has('links[]') ? 'has-error' : '']">
<h3>{{ __('shop::app.products.links') }}</h3>
<h3 class="required">{{ __('shop::app.products.links') }}</h3>
<ul type="none" class="mt15">
@foreach ($product->downloadable_links as $link)