Merge pull request #273 from Safelite/feature/digital/SSR-413
fix spacing on service-location
This commit is contained in:
commit
fa9ef3e4d1
1 changed files with 7 additions and 2 deletions
|
|
@ -28,7 +28,8 @@
|
|||
buttonTypeString="listCard"
|
||||
isRequired
|
||||
v-model="selectedAppointmentType"
|
||||
validationRules="selection-required"/>
|
||||
validationRules="selection-required"
|
||||
class="service-location-button-question"/>
|
||||
<div class="select-car">
|
||||
<div class="container-fluid pb-2">
|
||||
<div class="row px-3">
|
||||
|
|
@ -224,7 +225,6 @@ export default {
|
|||
.page-container-grouped-styles {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.modal-open {
|
||||
.page-container-grouped-styles {
|
||||
overflow: hidden;
|
||||
|
|
@ -266,4 +266,9 @@ export default {
|
|||
padding-left: 0rem !important;
|
||||
}
|
||||
}
|
||||
.service-location-button-question {
|
||||
.question-text {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue