feat(tip): use coffee product image
This commit is contained in:
@@ -214,12 +214,13 @@
|
||||
transform: scaleX(1.08);
|
||||
}
|
||||
|
||||
.coffeeIcon {
|
||||
.coffeeImage {
|
||||
z-index: 1;
|
||||
width: clamp(82px, 22vw, 108px);
|
||||
width: clamp(132px, 31vw, 164px);
|
||||
max-width: 92%;
|
||||
height: auto;
|
||||
color: #7e4535;
|
||||
filter: drop-shadow(0 12px 12px rgba(102, 53, 39, 0.18));
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 14px 14px rgba(102, 53, 39, 0.2));
|
||||
animation: coffeeFloat 3.2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@@ -404,7 +405,7 @@
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.coffeeIcon {
|
||||
.coffeeImage {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user