ng-implementation/sae-csc/src/app/shared/navigation/bottom-navigation/bottom-navigation.scss

15 lines
327 B
SCSS
Raw Normal View History

2025-08-07 16:17:13 +02:00
.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;
}