diff --git a/frontend/src/assets/scss/custom/gradido-custom/_body.scss b/frontend/src/assets/scss/custom/gradido-custom/_body.scss index 7e959ab78..b45b24b18 100644 --- a/frontend/src/assets/scss/custom/gradido-custom/_body.scss +++ b/frontend/src/assets/scss/custom/gradido-custom/_body.scss @@ -1,4 +1,4 @@ // Body -$body-bg: #ffffff !default; +$body-bg: #fff !default; $body-color: $gray-700 !default; diff --git a/frontend/src/assets/scss/custom/gradido-custom/_sections.scss b/frontend/src/assets/scss/custom/gradido-custom/_sections.scss index b21bbcfe1..f696cc4cd 100644 --- a/frontend/src/assets/scss/custom/gradido-custom/_sections.scss +++ b/frontend/src/assets/scss/custom/gradido-custom/_sections.scss @@ -1,10 +1,13 @@ -// Body +// Sections -$section-colors: () !default; -$section-colors: map-merge(( - "primary": $body-bg, - "secondary": $secondary, - "light": $gray-400, - "dark": $dark, - "darker": $darker -), $section-colors); +// $section-colors: () !default; +// $section-colors: map-merge( +// ( +// "primary": $body-bg, +// "secondary": $secondary, +// "light": $gray-400, +// "dark": $dark, +// "darker": $darker +// ), +// $section-colors +// ); diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue index bafe2a779..024c7e653 100644 --- a/frontend/src/components/Auth/Carousel.vue +++ b/frontend/src/components/Auth/Carousel.vue @@ -49,13 +49,4 @@ export default { height: 100%; border-radius: 0 94% 63% 0/0 78% 54% 0; } - -@media screen and (max-width: 1398px) { - .carousel-item { - } -} -@media screen and (max-width: 1200px) { - .carousel-item { - } -}