From 85deac7b54d179b718f5decb1dcebe0888ed387b Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 12:51:48 +0300 Subject: [PATCH] ScheduleStartPage: bottom-description matches Angular's plain styling (no gray text, no link restyle) --- .../components/ScheduleStartPage.scss | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/src/features/schedule/components/ScheduleStartPage.scss b/src/features/schedule/components/ScheduleStartPage.scss index 93f3646a..ec9c9fec 100644 --- a/src/features/schedule/components/ScheduleStartPage.scss +++ b/src/features/schedule/components/ScheduleStartPage.scss @@ -256,36 +256,33 @@ } } + // Mirrors Angular `bottom-description.component.scss` 1:1 — no gray + // color override on the text block, no link restyling (Angular leaves + // `a` unstyled here so the global link mixin takes over). .bottom-description-frame { margin-top: 20px; + } - .bottom-description-container { - padding: 40px; + .bottom-description-container { + padding: 40px; + } - .bottom-description-title { - font-size: 20px; - font-weight: fonts.$font-regular; - } + .bottom-description-title { + font-size: 20px; + font-weight: fonts.$font-regular; + } - .bottom-description-text { - margin-top: 20px; - color: colors.$gray; - line-height: 20px; + .bottom-description-text { + margin-top: 20px; + line-height: 20px; + } - p { - margin: 0 0 8px; + .bottom-description-text p { + margin: 0 0 8px; + } - &:last-child { - margin-bottom: 0; - } - } - - a { - color: colors.$blue-light; - text-decoration: underline; - } - } - } + .bottom-description-text p:last-child { + margin-bottom: 0; } .schedule-start__submit {