mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Updated CSS
This commit is contained in:
parent
82350503b4
commit
f7129605ec
@ -40,17 +40,6 @@
|
|||||||
* {
|
* {
|
||||||
@apply border-border;
|
@apply border-border;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
@apply bg-background text-foreground;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* BASE */
|
|
||||||
*,
|
|
||||||
*:before,
|
|
||||||
*:after {
|
|
||||||
box-sizing: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
/* Code for Firefox */
|
/* Code for Firefox */
|
||||||
@ -74,7 +63,12 @@ body {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
overscroll-behavior-x: none;
|
overscroll-behavior-x: none;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
@apply bg-background text-foreground;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@layer components {
|
||||||
/* DYNAMIC CONTENT MANAGER */
|
/* DYNAMIC CONTENT MANAGER */
|
||||||
.dynamic-content > :not(.hero) {
|
.dynamic-content > :not(.hero) {
|
||||||
@apply my-12 md:my-16 lg:my-24;
|
@apply my-12 md:my-16 lg:my-24;
|
||||||
@ -137,3 +131,4 @@ body {
|
|||||||
.pdp .glider-next {
|
.pdp .glider-next {
|
||||||
@apply absolute !right-4 !top-1/2 text-high-contrast !transition-transform !duration-100 hover:scale-100 hover:!text-high-contrast lg:hidden;
|
@apply absolute !right-4 !top-1/2 text-high-contrast !transition-transform !duration-100 hover:scale-100 hover:!text-high-contrast lg:hidden;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user