From fbf99f427fcefea33ecab38836a9c0ff9190c27e Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 17:49:21 +0300 Subject: [PATCH] =?UTF-8?q?font-size:=2016px=20=E2=86=92=20fonts.$font-siz?= =?UTF-8?q?e-l=20across=208=20SCSS=20files=20(brand=20palette=20parity)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/FlightSchedule/FlightSchedule.scss | 4 ++-- .../components/FlightsMiniList/FlightsMiniList.scss | 2 +- .../components/FullRouteTimeline/FullRouteTimeline.scss | 2 +- .../online-board/components/OnlineBoardStartPage.scss | 2 +- .../components/details-panels/FlightDetailsAccordion.scss | 4 ++-- .../online-board/components/details-panels/panels.scss | 2 +- src/features/schedule/components/ScheduleDetailsPage.scss | 2 +- src/features/schedule/components/ScheduleStartPage.scss | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/features/online-board/components/FlightSchedule/FlightSchedule.scss b/src/features/online-board/components/FlightSchedule/FlightSchedule.scss index ace88d14..c5b4fc8b 100644 --- a/src/features/online-board/components/FlightSchedule/FlightSchedule.scss +++ b/src/features/online-board/components/FlightSchedule/FlightSchedule.scss @@ -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; } diff --git a/src/features/online-board/components/FlightsMiniList/FlightsMiniList.scss b/src/features/online-board/components/FlightsMiniList/FlightsMiniList.scss index 615041bb..24275498 100644 --- a/src/features/online-board/components/FlightsMiniList/FlightsMiniList.scss +++ b/src/features/online-board/components/FlightsMiniList/FlightsMiniList.scss @@ -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; diff --git a/src/features/online-board/components/FullRouteTimeline/FullRouteTimeline.scss b/src/features/online-board/components/FullRouteTimeline/FullRouteTimeline.scss index e2a78a11..2f05a154 100644 --- a/src/features/online-board/components/FullRouteTimeline/FullRouteTimeline.scss +++ b/src/features/online-board/components/FullRouteTimeline/FullRouteTimeline.scss @@ -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; } } diff --git a/src/features/online-board/components/OnlineBoardStartPage.scss b/src/features/online-board/components/OnlineBoardStartPage.scss index b0b8a96b..26613b3d 100644 --- a/src/features/online-board/components/OnlineBoardStartPage.scss +++ b/src/features/online-board/components/OnlineBoardStartPage.scss @@ -80,7 +80,7 @@ background-size: 35px auto !important; a { - font-size: 16px; + font-size: fonts.$font-size-l; } } } diff --git a/src/features/online-board/components/details-panels/FlightDetailsAccordion.scss b/src/features/online-board/components/details-panels/FlightDetailsAccordion.scss index 53561544..23d01335 100644 --- a/src/features/online-board/components/details-panels/FlightDetailsAccordion.scss +++ b/src/features/online-board/components/details-panels/FlightDetailsAccordion.scss @@ -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 { diff --git a/src/features/online-board/components/details-panels/panels.scss b/src/features/online-board/components/details-panels/panels.scss index e6fa5662..8a03d138 100644 --- a/src/features/online-board/components/details-panels/panels.scss +++ b/src/features/online-board/components/details-panels/panels.scss @@ -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; } diff --git a/src/features/schedule/components/ScheduleDetailsPage.scss b/src/features/schedule/components/ScheduleDetailsPage.scss index 05e229b2..b35bf6da 100644 --- a/src/features/schedule/components/ScheduleDetailsPage.scss +++ b/src/features/schedule/components/ScheduleDetailsPage.scss @@ -33,7 +33,7 @@ } &__back-arrow { - font-size: 16px; + font-size: fonts.$font-size-l; line-height: 1; } diff --git a/src/features/schedule/components/ScheduleStartPage.scss b/src/features/schedule/components/ScheduleStartPage.scss index 57345a87..f55e6af1 100644 --- a/src/features/schedule/components/ScheduleStartPage.scss +++ b/src/features/schedule/components/ScheduleStartPage.scss @@ -77,7 +77,7 @@ background-size: 35px auto !important; a { - font-size: 16px; + font-size: fonts.$font-size-l; } } }