mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
style: replace with utilities class
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
width: 2.4rem;
|
||||
height: 2.4rem;
|
||||
path{
|
||||
stroke: theme("colors.primary");
|
||||
stroke: var(--primary);
|
||||
}
|
||||
}
|
||||
.isToggleOn{
|
||||
svg path{
|
||||
stroke: theme("colors.primary");
|
||||
stroke: var(--negative);
|
||||
fill: var(--negative);
|
||||
}
|
||||
}
|
@@ -5,14 +5,12 @@
|
||||
.eclipse{
|
||||
width: 3.2rem;
|
||||
height: 3.2rem;
|
||||
background-color: theme("colors.primary");
|
||||
background-color: var(--primary);
|
||||
border-radius: 50%;
|
||||
margin-right: 1.2rem;
|
||||
}
|
||||
.conTent{
|
||||
@apply font-logo;
|
||||
text-transform: uppercase;
|
||||
line-height: 3.2rem;
|
||||
letter-spacing: -0.02rem;
|
||||
@apply font-logo sub-headline;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
@@ -5,7 +5,6 @@
|
||||
color: theme("colors.primary");
|
||||
.conTent{
|
||||
margin: 0.8rem 0.8rem 0.8rem 1.6rem;
|
||||
font-family: var(--font-sans);
|
||||
font-weight: bold;
|
||||
}
|
||||
.vecTor{
|
||||
|
Reference in New Issue
Block a user