font-size: 16px → fonts.$font-size-l across 8 SCSS files (brand palette parity)

This commit is contained in:
2026-04-20 17:49:21 +03:00
parent 93684c1bbb
commit fbf99f427f
8 changed files with 10 additions and 10 deletions
@@ -17,7 +17,7 @@
padding: 16px 0;
cursor: pointer;
font-weight: fonts.$font-regular;
font-size: 16px;
font-size: fonts.$font-size-l;
color: colors.$text-color;
display: flex;
justify-content: space-between;
@@ -66,7 +66,7 @@
color: colors.$orange;
&--duration {
font-size: 16px;
font-size: fonts.$font-size-l;
font-weight: fonts.$font-medium;
color: colors.$text-color;
}
@@ -52,7 +52,7 @@
// than the surrounding meta: 16px / 400, uses $blue-dark (#022040)
// for the brand navy rather than pure black.
&__flight-number {
font-size: 16px;
font-size: fonts.$font-size-l;
font-weight: fonts.$font-regular;
color: colors.$blue-dark;
margin-bottom: 6px;
@@ -26,7 +26,7 @@
height: 32px;
cursor: pointer;
color: colors.$blue;
font-size: 16px;
font-size: fonts.$font-size-l;
&:disabled { opacity: 0.3; cursor: not-allowed; }
}
@@ -80,7 +80,7 @@
background-size: 35px auto !important;
a {
font-size: 16px;
font-size: fonts.$font-size-l;
}
}
}
@@ -17,7 +17,7 @@
padding: 16px 0;
cursor: pointer;
font-weight: fonts.$font-regular;
font-size: 16px;
font-size: fonts.$font-size-l;
color: colors.$text-color;
display: flex;
justify-content: space-between;
@@ -115,7 +115,7 @@
// Status label (Закончена / Идет / Ожидается). Angular sizes it 16px
// and uses Aeroflot red (#C8102E) for the 'Finished' state.
&__status {
font-size: 16px;
font-size: fonts.$font-size-l;
font-weight: fonts.$font-medium;
&--scheduled {
@@ -90,7 +90,7 @@
// shows these at 16px/500/#333 — larger and darker than the label,
// but not bold.
&__value {
font-size: 16px;
font-size: fonts.$font-size-l;
font-weight: fonts.$font-medium;
color: colors.$text-color;
}
@@ -33,7 +33,7 @@
}
&__back-arrow {
font-size: 16px;
font-size: fonts.$font-size-l;
line-height: 1;
}
@@ -77,7 +77,7 @@
background-size: 35px auto !important;
a {
font-size: 16px;
font-size: fonts.$font-size-l;
}
}
}