fix: refactor use of tokens
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
width: 100%;
|
||||
margin-right: 1.6rem;
|
||||
border-radius: 1.6rem;
|
||||
gap: var(--x2, 16px);
|
||||
gap: var(--Spacing-x2);
|
||||
padding: 0px 3.2rem;
|
||||
|
||||
text-align: center;
|
||||
@@ -46,11 +46,10 @@
|
||||
color: var(--script-color);
|
||||
|
||||
font-family: var(--ff-biro-script-plus);
|
||||
font-size: var(--Script-1, 2.4rem);
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 110%; /* 1.65rem */
|
||||
letter-spacing: 0.03rem;
|
||||
font-size: var(--typography-Script-2-fontSize);
|
||||
font-weight: var(--typography-Script-2-fontWeight);
|
||||
line-height: var(--typography-Script-2-lineHeight);
|
||||
letter-spacing: 0.48px;
|
||||
padding: 1rem;
|
||||
|
||||
transform: rotate(-3deg);
|
||||
@@ -68,10 +67,9 @@
|
||||
color: var(--font-color);
|
||||
text-align: center;
|
||||
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 150%;
|
||||
font-size: var(--typography-Body-Regular-fontSize);
|
||||
font-weight: var(--typography-Body-Regular-fontWeight);
|
||||
line-height: var(--typography-Body-Regular-lineHeight);
|
||||
letter-spacing: 0.096px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user