14 lines
314 B
SCSS
14 lines
314 B
SCSS
.link--top-bar {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
letter-spacing: 0.05em;
|
|
text-decoration-line: underline;
|
|
text-transform: uppercase;
|
|
color: $color-white;
|
|
text-align: center;
|
|
width: fit-content;
|
|
margin: 7px 0;
|
|
} |