13 lines
228 B
CSS
13 lines
228 B
CSS
.user {
|
|
}
|
|
|
|
.link {
|
|
display: flex;
|
|
gap: var(--Spacing-x1);
|
|
align-items: center;
|
|
font-family: var(--typography-Body-Bold-fontFamily);
|
|
font-weight: 600;
|
|
color: var(--Base-Text-High-contrast);
|
|
text-decoration: none;
|
|
}
|