Merge pull request #701 from Safelite/SSR-1201-font-style-updates-for-qa
SSR-1201 font style upddates.
This commit is contained in:
commit
72b8b9d137
2 changed files with 19 additions and 11 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<!-- Modal -->
|
<!-- Modal -->
|
||||||
<focus-trap v-model:active="isOpen" :fallbackFocus="getFocusFallback">
|
<focus-trap
|
||||||
|
v-model:active="isOpen"
|
||||||
|
:fallbackFocus="getFocusFallback">
|
||||||
<div
|
<div
|
||||||
:id="modalId"
|
:id="modalId"
|
||||||
class="modal fade modal-component"
|
class="modal fade modal-component"
|
||||||
|
|
@ -213,6 +215,9 @@ export default {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
|
h5 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.modal-dialog-centered {
|
&.modal-dialog-centered {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
v-slot="{ meta }"
|
v-slot="{ meta }"
|
||||||
@submit="onSubmit"
|
@submit="onSubmit"
|
||||||
@invalidSubmit="onInvalidSubmit">
|
@invalidSubmit="onInvalidSubmit">
|
||||||
<div class="container-fluid fade-on-route-transition">
|
<div class="container-fluid fade-on-route-transition policy-vehicles">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-6 px-0 px-md-2">
|
<div class="col-md-6 px-0 px-md-2">
|
||||||
<siteHeader
|
<siteHeader
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<vehicleBanner
|
<vehicleBanner
|
||||||
cmsWidgetName="VehicleBannerWidget"
|
cmsWidgetName="VehicleBannerWidget"
|
||||||
:displayGenericVehicleImage="displayGeneric"
|
:displayGenericVehicleImage="displayGeneric"
|
||||||
class="mt-2 mb-4" />
|
class="mt-2" />
|
||||||
<policyVehiclesQuestion
|
<policyVehiclesQuestion
|
||||||
v-model="selectedVehicleVin"
|
v-model="selectedVehicleVin"
|
||||||
cmsWidgetName="PolicyVehiclesQuestion"
|
cmsWidgetName="PolicyVehiclesQuestion"
|
||||||
|
|
@ -271,14 +271,17 @@ export default {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
.header {
|
.policy-vehicles {
|
||||||
margin-bottom: 0rem !important;
|
.button-question {
|
||||||
}
|
.question-text {
|
||||||
:deep(.form-test-error) {
|
margin: 1rem 0;
|
||||||
text-align: left;
|
span {
|
||||||
margin-top: 0rem !important;
|
font-size: 1.25rem;
|
||||||
line-height: 1.5rem;
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- †est comment -->
|
<!-- †est comment -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue