From 7030beea6f18a965b7b2e7654e576314464c8379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 7 Jun 2022 12:31:02 +0200 Subject: [PATCH] Adopt theme color in skipass-badge for site ser --- .../Resources/Private/Assets/scss/components/_herounit.scss | 2 +- tailwind.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_herounit.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_herounit.scss index dded2b83..4f4895b1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_herounit.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_herounit.scss @@ -11,7 +11,7 @@ @apply text-white; &--skipass { - @apply bg-badge-gradient ser:bg-ser-secondary py-8 px-2; + @apply bg-badge-gradient ser:bg-none ser:bg-ser-secondary py-8 px-2; } &--custom { diff --git a/tailwind.config.js b/tailwind.config.js index 9320a5d7..19d6efbd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -150,6 +150,7 @@ module.exports = { variants: { extend: { backgroundColor: [ 'sbw', 'sbw-hover', 'sbw-group-hover', 'snz', 'snz-hover', 'snz-group-hover', 'uch', 'uch-hover', 'uch-group-hover', 'ser', 'ser-hover', 'ser-group-hover', 'even', 'odd' ], + backgroundImage: [ 'ser' ], borderWidth: [ 'even', 'odd', 'first', 'last' ], textColor: [ 'sbw', 'sbw-hover', 'snz', 'snz-hover', 'uch', 'uch-hover', 'ser', 'ser-hover' ], borderColor: [ 'sbw','snz', 'uch', 'ser' ],