From 4fb644398aaa983e8582a578c02ca3c56fb9d394 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 11 Apr 2024 16:25:15 -0400 Subject: [PATCH] WIP desktop updates. --- .../coverage-statement/coverage-statement.vue | 16 +- .../provider-preference.vue | 443 ++++---- .../service-location/service-location.vue | 976 ++++++++++-------- src/styles/common-styles.scss | 9 + 4 files changed, 768 insertions(+), 676 deletions(-) diff --git a/src/layouts/coverage-statement/coverage-statement.vue b/src/layouts/coverage-statement/coverage-statement.vue index e66bb65e..debc70a3 100644 --- a/src/layouts/coverage-statement/coverage-statement.vue +++ b/src/layouts/coverage-statement/coverage-statement.vue @@ -81,15 +81,15 @@ cmsWidgetName="DisclaimerWidget" typeStyle="caption" /> + - diff --git a/src/layouts/provider-preference/provider-preference.vue b/src/layouts/provider-preference/provider-preference.vue index 47fff987..787fd458 100644 --- a/src/layouts/provider-preference/provider-preference.vue +++ b/src/layouts/provider-preference/provider-preference.vue @@ -1,238 +1,263 @@ diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 8d1cfa12..e826becb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -1,451 +1,510 @@ @@ -453,48 +512,47 @@ export default { $page-side-padding: 1.5rem; .page-container-grouped-styles { - overflow: auto; + overflow: auto; - .main-content-container { - padding: 0 1.5rem !important; - } + .main-content-container { + padding: 0 1.5rem !important; + } } .question-text { - & > span { - line-height: 1.5rem; - } + & > span { + line-height: 1.5rem; + } } .list-card-content p { + &:first-of-type { + line-height: 1.5rem; + } + &:not(:nth-of-type(1)) { + line-height: 1.25rem; + } +} +.choose-option { + .button-question > div { &:first-of-type { - line-height: 1.5rem; - } - &:not(:nth-of-type(1)){ - line-height: 1.250rem; + margin-bottom: 0.95rem; + line-height: 1.5rem; } + } } -.choose-option{ - .button-question >div { - &:first-of-type { - margin-bottom: 0.95rem; - line-height: 1.500rem; - } - } -} -.button-question{ - .row.form-test-error{ - line-height:1.500rem; - padding-left: 0rem !important; - } +.button-question { + .row.form-test-error { + line-height: 1.5rem; + padding-left: 0rem !important; + } } .service-location-button-question { - .question-text { - margin-top: 1.5rem; - - span { - text-align: center; - } + .question-text { + margin-top: 1.5rem; + span { + text-align: center; } + } } diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 4c8b7c67..e8cd429d 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -32,6 +32,15 @@ body { } } } + .shop-question { + .col { + max-width: 472px; + @include media-breakpoint-up(xl) { + max-width: 66.6666666%; + margin: 0 auto; + } + } + } } .col-xl-4 { max-width: 472px;