ScheduleStartPage: bottom-description matches Angular's plain styling (no gray text, no link restyle)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user