8 lines
156 B
CSS
8 lines
156 B
CSS
.overviewLink {
|
|
align-items: center;
|
|
color: var(--Scandic-Brand-Burgundy);
|
|
display: flex;
|
|
font-size: var(--Spacing-x2);
|
|
gap: var(--Spacing-x1);
|
|
}
|