Replace remaining font-weight: 600 with fonts.$font-bold across 4 SCSS files (brand palette parity)
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
|
||||
&__title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
color: colors.$text-color;
|
||||
margin: 0 0 vars.$space-s;
|
||||
}
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
}
|
||||
|
||||
&__progress-value {
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
@@ -383,7 +383,7 @@
|
||||
}
|
||||
|
||||
&__time-value {
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
&__accordion-title {
|
||||
padding: vars.$space-xl vars.$space-xl vars.$space-s;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
color: colors.$text-color;
|
||||
border-top: 1px solid colors.$border;
|
||||
margin-top: vars.$space-m;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@use "../../../../styles/colors" as colors;
|
||||
@use "../../../../styles/fonts" as fonts;
|
||||
|
||||
.flight-details-accordion {
|
||||
margin-top: 16px;
|
||||
@@ -106,7 +107,7 @@
|
||||
|
||||
&__subtitle {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
color: colors.$blue;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@use "../../../../styles/colors" as colors;
|
||||
@use "../../../../styles/variables" as vars;
|
||||
@use "../../../../styles/fonts" as fonts;
|
||||
|
||||
.details-panel {
|
||||
padding: 12px 0;
|
||||
@@ -15,7 +16,7 @@
|
||||
|
||||
&--title {
|
||||
.details-panel__value {
|
||||
font-weight: 600;
|
||||
font-weight: fonts.$font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user