mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
🔀 merge: Merge branch 'm1-lytran' of https://github.com/KieIO/grocery-vercel-commerce into common
:%s
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
|
||||
--disabled: #cccccc;
|
||||
--border-line: #ebebeb;
|
||||
--background: #f8f8f8;
|
||||
--background: #fff;
|
||||
--gray: #f8f8f8;
|
||||
--white: #fbfbfb;
|
||||
--background-arrow:rgba(20, 20, 20, 0.05);
|
||||
--font-size: 1.6rem;
|
||||
@@ -41,8 +42,7 @@
|
||||
// --font-size: 16px;
|
||||
// --line-height: 24px;
|
||||
|
||||
--font-sans: "Nunito", cursive, -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", "Helvetica",
|
||||
sans-serif;
|
||||
--font-sans: "Nunito", -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
|
||||
--font-heading: "Righteous", -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
|
||||
--font-logo: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
|
||||
}
|
||||
|
@@ -1,85 +1,86 @@
|
||||
@layer utilities {
|
||||
.heading-1 {
|
||||
font-size: 4.8rem;
|
||||
line-height: 5.6rem;
|
||||
letter-spacing: -0.03em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@screen md {
|
||||
font-size: 6.4rem;
|
||||
line-height: 8rem;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
}
|
||||
.heading-2 {
|
||||
font-size: 4rem;
|
||||
line-height: 4.8rem;
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@screen md {
|
||||
font-size: 4.8rem;
|
||||
line-height: 5.6rem;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
}
|
||||
.heading-3 {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
letter-spacing: -0.01em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@screen md {
|
||||
font-size: 3.2rem;
|
||||
line-height: 4rem;
|
||||
font-size: 64px;
|
||||
line-height: 80px;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
}
|
||||
.heading-2 {
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@screen md {
|
||||
font-size: 48px;
|
||||
line-height: 56px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
}
|
||||
.heading-3 {
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
letter-spacing: -0.01em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@screen md {
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
}
|
||||
|
||||
.sm-headline {
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.8rem;
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
letter-spacing: -0.01em;
|
||||
font-weight: bold;
|
||||
@screen md {
|
||||
font-size: 2rem;
|
||||
line-height: 2.8rem;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
}
|
||||
|
||||
.sub-headline {
|
||||
font-size: 2rem;
|
||||
line-height: 2.8rem;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
letter-spacing: -0.01em;
|
||||
@screen md {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
}
|
||||
|
||||
.topline {
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.8rem;
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
letter-spacing: 0.01em;
|
||||
@screen md {
|
||||
font-size: 2rem;
|
||||
line-height: 2.8rem;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.sm-label {
|
||||
font-size: 1rem;
|
||||
line-height: 1.6rem;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.spacing-horizontal {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
@@ -96,7 +97,11 @@
|
||||
}
|
||||
}
|
||||
.custom-border-radius {
|
||||
border-radius: 60% 10% 60% 2%/ 10% 40% 10% 50%;
|
||||
border-radius: 60% 10% 60% 2%/ 10% 20% 10% 50%;
|
||||
}
|
||||
|
||||
.custom-border-radius-lg {
|
||||
border-radius: 60% 2% 2% 2%/ 6% 50% 50% 50%;
|
||||
}
|
||||
|
||||
.font-heading {
|
||||
|
Reference in New Issue
Block a user