From 748cdc30904490f572dd2405528bb79dd9cbf7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 27 Nov 2019 10:56:26 +0100 Subject: [PATCH] Adjust booking button color at uc and snz --- .../Resources/Private/Assets/scss/remix/_colors_snowzone.scss | 1 + .../Resources/Private/Assets/scss/remix/_colors_unichamp.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_snowzone.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_snowzone.scss index f269232a..cc944a07 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_snowzone.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_snowzone.scss @@ -2,3 +2,4 @@ $color-brand-primary: #9f0d4c; $color-button-background: #ffe900; $color-button-foreground: $color-brand-primary; +$color-button-booking: $color-label-success; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_unichamp.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_unichamp.scss index 2a84cabd..7f002849 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_unichamp.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_colors_unichamp.scss @@ -2,3 +2,4 @@ $color-brand-primary: #b5e400; $color-button-background: #19a3dc; $color-button-foreground: white; +$color-button-booking: $color-label-success; \ No newline at end of file