From 4530abcbf688a4112227bac128d41555069e3b91 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 16 Oct 2023 15:33:12 -0400 Subject: [PATCH] CSR-1704 spacing fixes for: CSR-1704, 1705, 1706 --- src/layouts/estimate/estimate.vue | 4 +++- src/layouts/vehicle-damage/vehicle-damage.vue | 10 ++++++++++ src/layouts/vin-lookup/vin-lookup.vue | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 61d06fe05..00bea471f 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -33,12 +33,13 @@
.replace-options-question { + .question-text { + margin: 1rem 0 0 0; + @include media-breakpoint-up(md) { + margin: 1rem 0; + } + } .two-list-card-width { width: 100%; flex: 0 auto; + margin-top: .5rem; + &:first-child { + margin-top: 1rem; + } } } diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index f3332e838..e28359724 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -16,7 +16,7 @@