wip
This commit is contained in:
parent
ac9fffd532
commit
f63efa5f5e
|
|
@ -614,6 +614,7 @@ footer .footer-bottom {
|
|||
bottom: calc(100% + 20px);
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
visibility: hidden;
|
||||
}
|
||||
.product-wrap .image .button-wrap button > span::before {
|
||||
content: "";
|
||||
|
|
@ -628,6 +629,7 @@ footer .footer-bottom {
|
|||
opacity: 1;
|
||||
bottom: calc(100% + 7px);
|
||||
z-index: 2;
|
||||
visibility: visible;
|
||||
}
|
||||
.product-wrap .image:hover .image-hover {
|
||||
opacity: 1;
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
bottom: calc(100% + 20px);
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
visibility: hidden;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
|
@ -75,6 +76,7 @@
|
|||
opacity: 1;
|
||||
bottom: calc(100% + 7px);
|
||||
z-index: 2;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue