Merge pull request #5895 from prateek-webkul/product-description
issue #5804 fixed
This commit is contained in:
commit
06d288bcdf
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=8467110c3c1ee5e363d02172acbf1a3f",
|
||||
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
|
||||
"/js/components.js": "/js/components.js?id=f536199f308a82f48041993dd85acdd3",
|
||||
"/css/velocity.css": "/css/velocity.css?id=869a81556eed304d3e19e14988d0997e",
|
||||
"/css/velocity.css": "/css/velocity.css?id=7244acf6414184eee79be625dcdfadea",
|
||||
"/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",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@
|
|||
@extend .mb15;
|
||||
margin-left: 0px;
|
||||
|
||||
> h2, div {
|
||||
> h2,
|
||||
div {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
|
|
@ -190,7 +191,7 @@
|
|||
.radio {
|
||||
margin-right: 10px;
|
||||
|
||||
input[type=radio] {
|
||||
input[type='radio'] {
|
||||
margin-left: 0;
|
||||
position: static;
|
||||
}
|
||||
|
|
@ -214,7 +215,7 @@
|
|||
left: 0px;
|
||||
height: 100%;
|
||||
z-index: 1001;
|
||||
opacity: 0.50;
|
||||
opacity: 0.5;
|
||||
margin-top: 5px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
|
|
@ -277,7 +278,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.layouter,
|
||||
#product-form {
|
||||
height: 100%;
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
min-width: 38px;
|
||||
height: 38px;
|
||||
float: left;
|
||||
border: 1px solid #C7C7C7;
|
||||
border: 1px solid #c7c7c7;
|
||||
border-radius: 3px;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
|
|
@ -327,13 +327,14 @@
|
|||
img {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border: 1px solid #C7C7C7;
|
||||
border: 1px solid #c7c7c7;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
background: rgb(242, 242, 242);
|
||||
}
|
||||
|
||||
input:checked + span, input:checked + img {
|
||||
input:checked + span,
|
||||
input:checked + img {
|
||||
border: 1px solid #242424;
|
||||
}
|
||||
|
||||
|
|
@ -360,6 +361,11 @@
|
|||
|
||||
.description {
|
||||
overflow: auto;
|
||||
ul,
|
||||
ol {
|
||||
margin: revert;
|
||||
padding: revert;
|
||||
}
|
||||
}
|
||||
|
||||
.accordian-content {
|
||||
|
|
@ -370,6 +376,11 @@
|
|||
|
||||
.full-description {
|
||||
font-size: 14px;
|
||||
ul,
|
||||
ol {
|
||||
margin: revert;
|
||||
padding: revert;
|
||||
}
|
||||
}
|
||||
|
||||
.full-specifications {
|
||||
|
|
@ -380,7 +391,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
select[disabled=disabled] {
|
||||
select[disabled='disabled'] {
|
||||
cursor: not-allowed;
|
||||
border-color: $border-dark;
|
||||
background-color: $border-dark;
|
||||
|
|
@ -400,4 +411,3 @@
|
|||
.related-products {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue