Merge pull request #671 from Safelite/SSR-1201-service-location-subheader-copy-fix
Update service-location to fix spacing for subheader copy.
This commit is contained in:
commit
3c911e099a
1 changed files with 18 additions and 0 deletions
|
|
@ -555,6 +555,24 @@ $page-side-padding: 1.5rem;
|
||||||
padding-left: 0rem !important;
|
padding-left: 0rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.appointment-type-question {
|
||||||
|
.row {
|
||||||
|
margin-top: 0;
|
||||||
|
.col-12 {
|
||||||
|
margin: 0 0 .5rem 0;
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.question-text {
|
||||||
|
margin: 0;
|
||||||
|
span {
|
||||||
|
padding: 1rem 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.service-location-button-question {
|
.service-location-button-question {
|
||||||
.question-text {
|
.question-text {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue