-
-
-
+
@@ -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;