15 lines
327 B
SCSS
15 lines
327 B
SCSS
![]() |
.next-step{
|
||
|
color: var(--color-text-invert, #FFF);
|
||
|
text-align: center;
|
||
|
leading-trim: both;
|
||
|
text-edge: cap;
|
||
|
|
||
|
/* Text/text-button */
|
||
|
font-family: var(--Fonts-Font-text, Barlow);
|
||
|
font-size: var(--Font-Base, 14px);
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
line-height: 100%; /* 14px */
|
||
|
letter-spacing: 1.12px;
|
||
|
}
|