From 25c62839555f8d4a62945cedd4916ffb3bcb0062 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Wed, 23 Nov 2022 12:58:04 +0100 Subject: [PATCH] testimonials --- assets/sass/_theme/_configuration.sass | 2 +- assets/sass/_theme/blocks/testimonials.sass | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/sass/_theme/_configuration.sass b/assets/sass/_theme/_configuration.sass index cf53982e..57e1b284 100644 --- a/assets/sass/_theme/_configuration.sass +++ b/assets/sass/_theme/_configuration.sass @@ -268,7 +268,7 @@ $block-testimonials-font-size: $quote-size-md !default $block-testimonials-line-height: $quote-line-height !default $block-testimonials-style: $quote-style !default $block-testimonials-pagination-background: $color-border !default -$block-testimonials-pagination-progress-background: $color-text !default +$block-testimonials-pagination-progress-background: $color-accent !default // Block key_figures $block-key_figures-font-size: px2rem(16) !default diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass index 65e53459..06f7ba17 100644 --- a/assets/sass/_theme/blocks/testimonials.sass +++ b/assets/sass/_theme/blocks/testimonials.sass @@ -49,7 +49,7 @@ font-size: px2rem(14) line-height: 1 &::after - border: 1px solid black // TODO : variable + border: 1px solid $block-testimonials-pagination-background // TODO : variable border-radius: 50% content: "" height: 42px @@ -58,6 +58,9 @@ top: 50% transform: translate(-50%, -50%) width: 42px + &::before + color: $color-accent + .splide__play &::before margin-left: 2px -- GitLab