From bce4058022f60ebc1e26f3ea58b1f8a2f286af49 Mon Sep 17 00:00:00 2001 From: alex_ Date: Thu, 19 Dec 2024 14:08:15 +0100 Subject: [PATCH] style fix Refs: #7036 --- .../src/components/toast-container.scss | 6 ++--- .../ecl-ec/components/toast-container.scss | 16 +++++------- .../ecl-eu/components/toast-container.scss | 26 +++++++++---------- .../src/components/toast-container.scss | 16 +++++------- 4 files changed, 28 insertions(+), 36 deletions(-) diff --git a/packages/themes/default/src/components/toast-container.scss b/packages/themes/default/src/components/toast-container.scss index 125353216f..a7008c9ab1 100644 --- a/packages/themes/default/src/components/toast-container.scss +++ b/packages/themes/default/src/components/toast-container.scss @@ -10,9 +10,7 @@ width: rem(440); } - .kol-toast-container { - .kol-toast-item { - margin-top: rem(16); - } + .kol-toast-item { + margin-top: rem(16); } } diff --git a/packages/themes/ecl/src/ecl-ec/components/toast-container.scss b/packages/themes/ecl/src/ecl-ec/components/toast-container.scss index bbd411bb97..c5ec504994 100644 --- a/packages/themes/ecl/src/ecl-ec/components/toast-container.scss +++ b/packages/themes/ecl/src/ecl-ec/components/toast-container.scss @@ -9,16 +9,14 @@ max-width: 100%; } - .kol-toast-container { - .kol-toast-item { - @include kol-alert-theme; - display: block; - background-color: #fff; - margin-top: rem(16); + .kol-toast-item { + @include kol-alert-theme; + display: block; + background-color: #fff; + margin-top: rem(16); - &__alert { - display: block; - } + &__alert { + display: block; } } } diff --git a/packages/themes/ecl/src/ecl-eu/components/toast-container.scss b/packages/themes/ecl/src/ecl-eu/components/toast-container.scss index 9775777666..7634fdb7db 100644 --- a/packages/themes/ecl/src/ecl-eu/components/toast-container.scss +++ b/packages/themes/ecl/src/ecl-eu/components/toast-container.scss @@ -9,24 +9,22 @@ max-width: 100%; } - .kol-toast-container { - .kol-toast-item { - @include kol-alert-theme; + .kol-toast-item { + @include kol-alert-theme; - display: block; - background-color: #fff; - margin-top: rem(16); + display: block; + background-color: #fff; + margin-top: rem(16); - &__alert { - display: block; - } + &__alert { + display: block; + } - .heading { - width: 100%; + .heading { + width: 100%; - .heading-content { - flex: 1; - } + .heading-content { + flex: 1; } } } diff --git a/packages/themes/itzbund/src/components/toast-container.scss b/packages/themes/itzbund/src/components/toast-container.scss index 7787a91222..f3118c1768 100644 --- a/packages/themes/itzbund/src/components/toast-container.scss +++ b/packages/themes/itzbund/src/components/toast-container.scss @@ -10,17 +10,15 @@ transform: translateX(-50%); } - .kol-toast-container { - .kol-toast-item { - background-color: #fff; - margin-top: rem(16); + .kol-toast-item { + background-color: #fff; + margin-top: rem(16); - .heading { - width: 100%; + .heading { + width: 100%; - .heading-content { - flex: 1; - } + .heading-content { + flex: 1; } } }