WeekTabs + FullRouteTimeline: font-weight: 600 → fonts.$font-bold (brand palette parity)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@use "../../../../styles/colors" as colors;
|
||||
@use "../../../../styles/variables" as vars;
|
||||
@use "../../../../styles/fonts" as fonts;
|
||||
|
||||
.full-route-timeline {
|
||||
background: colors.$white;
|
||||
@@ -75,7 +76,7 @@
|
||||
border-radius: 10px;
|
||||
padding: 2px 8px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
}
|
||||
|
||||
&__duration {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@use "../../../styles/colors" as colors;
|
||||
@use "../../../styles/variables" as vars;
|
||||
@use "../../../styles/fonts" as fonts;
|
||||
|
||||
.week-tabs {
|
||||
display: flex;
|
||||
@@ -54,7 +55,7 @@
|
||||
&--active {
|
||||
background: colors.$white;
|
||||
color: colors.$blue-dark;
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
box-shadow: inset 0 -2px 0 colors.$blue;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user