diff --git a/banners/desktop/C24_WMDE_Desktop_DE_14/styles/MainBanner.scss b/banners/desktop/C24_WMDE_Desktop_DE_14/styles/MainBanner.scss index a0bcd9bca..c1aad6430 100644 --- a/banners/desktop/C24_WMDE_Desktop_DE_14/styles/MainBanner.scss +++ b/banners/desktop/C24_WMDE_Desktop_DE_14/styles/MainBanner.scss @@ -2,11 +2,6 @@ $banner-height: 357px !default; $form-width: 300px !default; .wmde-banner { - - .previous { - --slider-chevron: var( --previous-button-fill ); - } - &-main { min-height: $banner-height; display: flex; diff --git a/src/components/DonationForm/Forms/AddressTypeButtonForm.vue b/src/components/DonationForm/Forms/AddressTypeButtonForm.vue index a0c9fb619..3a12312ef 100644 --- a/src/components/DonationForm/Forms/AddressTypeButtonForm.vue +++ b/src/components/DonationForm/Forms/AddressTypeButtonForm.vue @@ -2,7 +2,7 @@
{{ $translate( 'address-type-label' ) }} @@ -42,7 +42,6 @@ export default { diff --git a/src/components/Icons/ChevronRightIcon.vue b/src/components/Icons/ChevronRightIcon.vue index c517c08a5..eb93c47d6 100644 --- a/src/components/Icons/ChevronRightIcon.vue +++ b/src/components/Icons/ChevronRightIcon.vue @@ -4,12 +4,6 @@ -0.088754 0.71618 -0.079448 0.396574 0.263065L0.222655 0.449448C-0.080274 0.77409 -0.0732549 1.27995 0.238566 1.59605L6.36447 7.80614C6.4705 7.91362 6.4705 8.08638 6.36447 8.19386L0.238567 14.4039C-0.0732528 14.7201 -0.0802727 15.2259 0.222656 15.5506L0.396575 15.7369C0.716182 16.0794 1.25599 16.0888 1.58721 - 15.7575L8.75752 8.58554Z" :fill="fill"/> + 15.7575L8.75752 8.58554Z" style="fill: var( --slider-chevron );"/> - - diff --git a/src/components/Icons/FormPreviousIcon.vue b/src/components/Icons/FormPreviousIcon.vue new file mode 100644 index 000000000..972d4c9e1 --- /dev/null +++ b/src/components/Icons/FormPreviousIcon.vue @@ -0,0 +1,9 @@ + diff --git a/src/themes/Svingle/swatches/color_dark.scss b/src/themes/Svingle/swatches/color_dark.scss index dc103cd6b..0efdcfa49 100644 --- a/src/themes/Svingle/swatches/color_dark.scss +++ b/src/themes/Svingle/swatches/color_dark.scss @@ -51,6 +51,7 @@ $blue800: #20303f; --button-close-fill: #{$grey600}; --button-background: #{$blue700}; --button-color: #{$white}; + --previous-button-fill: #{$white}; --footer-color: #{$grey100}; --input-selection-color: #{$grey100}; diff --git a/src/themes/Treedip/swatches/color_dark.scss b/src/themes/Treedip/swatches/color_dark.scss index c86efdda2..3f1cdb2c7 100644 --- a/src/themes/Treedip/swatches/color_dark.scss +++ b/src/themes/Treedip/swatches/color_dark.scss @@ -46,6 +46,7 @@ $blue800: #20303f; --button-close-fill: #{$grey600}; --button-background: #{$blue700}; --button-color: #{$white}; + --previous-button-fill: #{$white}; --footer-color: #{$grey100}; --input-selection-color: #{$grey100}; diff --git a/src/themes/Treedip/swatches/color_light.scss b/src/themes/Treedip/swatches/color_light.scss index 686e9be46..1ab8eccc6 100644 --- a/src/themes/Treedip/swatches/color_light.scss +++ b/src/themes/Treedip/swatches/color_light.scss @@ -42,6 +42,7 @@ $blue700: #2a4b8d; --button-close-fill: #{$grey600}; --button-background: #{$blue700}; --button-color: #{$white}; + --previous-button-fill: #{$grey600}; --footer-color: #{$black}; --input-selection-color: #{$black};