7 lines
136 B
CSS
7 lines
136 B
CSS
.topLink {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x1);
|
|
font-size: var(--typography-Caption-Regular-fontSize);
|
|
}
|