Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 19, 2024
1 parent 5c23144 commit bce4058
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 36 deletions.
6 changes: 2 additions & 4 deletions packages/themes/default/src/components/toast-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
width: rem(440);
}

.kol-toast-container {
.kol-toast-item {
margin-top: rem(16);
}
.kol-toast-item {
margin-top: rem(16);
}
}
16 changes: 7 additions & 9 deletions packages/themes/ecl/src/ecl-ec/components/toast-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
26 changes: 12 additions & 14 deletions packages/themes/ecl/src/ecl-eu/components/toast-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down
16 changes: 7 additions & 9 deletions packages/themes/itzbund/src/components/toast-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit bce4058

Please sign in to comment.