Updated CSS

This commit is contained in:
Henrik Larsson 2023-08-13 22:56:21 +02:00
parent 82350503b4
commit f7129605ec

View File

@ -40,17 +40,6 @@
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}
/* BASE */
*,
*:before,
*:after {
box-sizing: inherit;
}
::-moz-selection {
/* Code for Firefox */
@ -74,7 +63,12 @@ body {
-moz-osx-font-smoothing: grayscale;
overscroll-behavior-x: none;
}
body {
@apply bg-background text-foreground;
}
}
@layer components {
/* DYNAMIC CONTENT MANAGER */
.dynamic-content > :not(.hero) {
@apply my-12 md:my-16 lg:my-24;
@ -137,3 +131,4 @@ body {
.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;
}
}