mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
make secondary grid use gray bg, made sidemenu sticky
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
.squareBg,
|
||||
.productTitle,
|
||||
.productTitle > span,
|
||||
.productPrice,
|
||||
.wishlistButton {
|
||||
@apply transition ease-in-out duration-300;
|
||||
@@ -65,9 +65,13 @@
|
||||
@apply transform absolute inset-0 z-0 bg-secondary;
|
||||
}
|
||||
|
||||
.squareBg.gray {
|
||||
@apply bg-gray-300 !important;
|
||||
}
|
||||
|
||||
.productTitle {
|
||||
line-height: 51px;
|
||||
width: 200px;
|
||||
line-height: 40px;
|
||||
width: 18vw;
|
||||
|
||||
& span {
|
||||
@apply inline text-2xl leading-6 p-4 bg-primary text-primary font-bold;
|
||||
|
Reference in New Issue
Block a user