From 60ec24b92b7c3448257ea05a281f7fedbd532c4d Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 3 May 2023 13:21:46 +1000 Subject: [PATCH] Use variables for spree-blue Aka 'Havelock Blue', which is going to be changing. --- app/webpacker/css/admin/components/input.scss | 2 +- app/webpacker/css/admin/components/tooltip.scss | 4 ++-- app/webpacker/css/admin/openfoodnetwork.scss | 2 +- app/webpacker/css/admin/plugins/flatpickr-customization.scss | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/webpacker/css/admin/components/input.scss b/app/webpacker/css/admin/components/input.scss index 2efdd237f4..afc58cbfe9 100644 --- a/app/webpacker/css/admin/components/input.scss +++ b/app/webpacker/css/admin/components/input.scss @@ -34,6 +34,6 @@ input[type="checkbox"].redesigned-input { } &:checked:before { - color: #5498da !important; + color: $color-txt-text !important; } } diff --git a/app/webpacker/css/admin/components/tooltip.scss b/app/webpacker/css/admin/components/tooltip.scss index 77612b180f..e159ee5463 100644 --- a/app/webpacker/css/admin/components/tooltip.scss +++ b/app/webpacker/css/admin/components/tooltip.scss @@ -10,7 +10,7 @@ left: 0; font-size: 13px; pointer-events: none; - background-color: #5498da; + background-color: $color-3; padding: 5px 15px; border-radius: 3px; color: #fff; @@ -19,7 +19,7 @@ } .arrow { - background-color: #5498da; + background-color: $color-3; position: absolute; width: 8px; height: 8px; diff --git a/app/webpacker/css/admin/openfoodnetwork.scss b/app/webpacker/css/admin/openfoodnetwork.scss index 485c85027b..ddf284e6a0 100644 --- a/app/webpacker/css/admin/openfoodnetwork.scss +++ b/app/webpacker/css/admin/openfoodnetwork.scss @@ -75,7 +75,7 @@ a.action--disabled { cursor: default; &:hover { - color: #5498da; + color: $color-link; } } diff --git a/app/webpacker/css/admin/plugins/flatpickr-customization.scss b/app/webpacker/css/admin/plugins/flatpickr-customization.scss index d94b85df3d..79bc735d4d 100644 --- a/app/webpacker/css/admin/plugins/flatpickr-customization.scss +++ b/app/webpacker/css/admin/plugins/flatpickr-customization.scss @@ -1,5 +1,5 @@ $background-grey: #eceef1; -$background-blue: #5498da; +$background-blue: $color-3; // scss-lint:disable SelectorFormat