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 {