refactor(SW-337): update link tab variant

This commit is contained in:
Chuma McPhoy
2024-09-04 10:16:13 +02:00
parent 9a24865170
commit 050b17039f

View File

@@ -90,10 +90,21 @@
padding: var(--Spacing-x2) var(--Spacing-x0);
color: var(--Base-Text-High-contrast);
text-decoration: none;
border-bottom: 2px solid transparent;
transition: border-bottom 0.3s ease-in-out;
}
.tab:hover {
border-bottom: 2px solid var(--Scandic-Brand-Burgundy);
}
.tab.burgundy:hover {
color: var(--Base-Text-High-contrast);
}
.tab.active {
border-bottom: 2px solid var(--Scandic-Brand-Burgundy);
font-weight: 600;
}
.black {