Updated
This commit is contained in:
@@ -9,10 +9,12 @@
|
|||||||
@import "./fonts/morabba.css";
|
@import "./fonts/morabba.css";
|
||||||
@import "./fonts/yekan-bakh.css";
|
@import "./fonts/yekan-bakh.css";
|
||||||
|
|
||||||
@theme {
|
:root {
|
||||||
/* CONTAINER */
|
/* CONTAINER */
|
||||||
|
|
||||||
--app-container-padding: 1rem;
|
--app-container-padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@theme {
|
||||||
|
|
||||||
/* COLORS */
|
/* COLORS */
|
||||||
--color-slate-50: hsl(210, 40%, 98%);
|
--color-slate-50: hsl(210, 40%, 98%);
|
||||||
@@ -120,7 +122,6 @@
|
|||||||
--font-morabba: "Morabba", "sans-serif";
|
--font-morabba: "Morabba", "sans-serif";
|
||||||
|
|
||||||
/* BREAKPOINTS */
|
/* BREAKPOINTS */
|
||||||
--breakpoint-3xl: 1700px;
|
|
||||||
--breakpoint-2xs: 400px;
|
--breakpoint-2xs: 400px;
|
||||||
--breakpoint-xs: 480px;
|
--breakpoint-xs: 480px;
|
||||||
--breakpoint-sm: 640px;
|
--breakpoint-sm: 640px;
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
--breakpoint-lg: 1024px;
|
--breakpoint-lg: 1024px;
|
||||||
--breakpoint-xl: 1280px;
|
--breakpoint-xl: 1280px;
|
||||||
--breakpoint-2xl: 1536px;
|
--breakpoint-2xl: 1536px;
|
||||||
|
--breakpoint-3xl: 1700px;
|
||||||
|
|
||||||
/* ANIMATIONS */
|
/* ANIMATIONS */
|
||||||
--animate-marquee: marquee 20s linear infinite;
|
--animate-marquee: marquee 20s linear infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user