Product gallery selected thumbnail border color changed to brand color
This commit is contained in:
parent
70c4e69aaf
commit
4c28aceab5
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=391400bc9a994e60b97f",
|
||||
"/css/shop.css": "/css/shop.css?id=b15232fd1f9cfdc24446"
|
||||
"/css/shop.css": "/css/shop.css?id=23fd4c730a0de182ec3b"
|
||||
}
|
||||
|
|
@ -1693,7 +1693,7 @@ section.product-detail {
|
|||
max-height: 120px;
|
||||
|
||||
&.active {
|
||||
border-color: $border-color;
|
||||
border-color: $brand-color;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue