mirror of
https://github.com/vercel/commerce.git
synced 2025-07-08 05:41:22 +00:00
🎨 styles: home categories bg
:%s
This commit is contained in:
parent
170eb0f582
commit
2e008d404c
@ -1,7 +1,7 @@
|
|||||||
@import "../../../../styles/_utilities";
|
@import "../../../../styles/_utilities";
|
||||||
.homeCategoriesWrapper {
|
.homeCategoriesWrapper {
|
||||||
@apply flex flex-col items-center justify-center;
|
@apply flex flex-col items-center justify-center;
|
||||||
margin-bottom: 3rem;
|
margin: 3rem auto;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
@apply relative spacing-horizontal;
|
@apply relative spacing-horizontal;
|
||||||
@ -15,11 +15,11 @@
|
|||||||
}
|
}
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply relative;
|
@apply relative;
|
||||||
margin-bottom: 5.6rem;
|
margin: 5.6rem auto;
|
||||||
|
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
@apply absolute bg-primary w-full;
|
@apply absolute w-full;
|
||||||
content: "";
|
content: "";
|
||||||
height: 6rem;
|
height: 6rem;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user