From 0aa8baf2f71f7ddcd8e5a414975c81f80355e331 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2023 14:49:39 +0200 Subject: [PATCH] wait #6381 @0.25 --- style/106-question-draganddrop.sass | 12 ++++++------ style/107-question-match.sass | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index 0e5d75f..761c5c4 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -166,8 +166,8 @@ &:not(.isDragging) &:nth-child(2) - +opacity(.8, background-color, $texts-color) - color: $opposite-texts-color + +opacity(.8, background-color, $card-disabled-background) + color: $card-disabled-color transform: scale(.92) !important z-index: 3 top: 30px @@ -176,8 +176,8 @@ opacity: .64 !important &:nth-child(3) - +opacity(.8, background-color, $texts-color) - color: $opposite-texts-color + +opacity(.8, background-color, $card-disabled-background) + color: $card-disabled-color transform: scale(.83) !important z-index: 2 top: 60px @@ -186,8 +186,8 @@ opacity: .4 !important &:nth-child(4) - +opacity(.8, background-color, $texts-color) - color: $opposite-texts-color + +opacity(.8, background-color, $card-disabled-background) + color: $card-disabled-color transform: scale(0.75) !important z-index: 1 top: 87px diff --git a/style/107-question-match.sass b/style/107-question-match.sass index b2efca0..3f3a083 100644 --- a/style/107-question-match.sass +++ b/style/107-question-match.sass @@ -58,12 +58,12 @@ &-prev, &-next - +opacity(.24, background-color, $texts-color) - color: $opposite-texts-color + +opacity(.24, background-color, $card-disabled-background) + color: $card-disabled-color &:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) - +opacity(.24, background-color, $texts-color) - color: $opposite-texts-color + +opacity(.24, background-color, $card-disabled-background) + color: $card-disabled-color .swiper-pagination-top -- 2.39.5