Skip to content

Commit

Permalink
Merge branch 'master' into improve-scheduled-job-log-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Pespiri authored Oct 19, 2023
2 parents 4e272cc + 9fa0add commit 7a4cfb1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/components/global-top-nav/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.styled_toaster > div > .Toastify__toast-icon > svg[type="info"] {
fill: var(--eds_interactive_disabled__text);
fill: var(--eds_interactive_primary__resting);
}
.styled_toaster > div > .Toastify__toast-icon > svg[type="error"] {
fill: var(--eds_interactive_danger__text);
Expand All @@ -70,6 +70,18 @@
.styled_toaster > div > .Toastify__toast-icon > svg[type="success"] {
fill: var(--eds_interactive_success__text);
}
.styled_toaster > .Toastify__progress-bar--info {
background: var(--eds_interactive_primary__resting);
}
.styled_toaster > .Toastify__progress-bar--error {
background: var(--eds_interactive_danger__text);
}
.styled_toaster > .Toastify__progress-bar--warning {
background: var(--eds_interactive_warning__text);
}
.styled_toaster > .Toastify__progress-bar--success {
background: var(--eds_interactive_success__text);
}

@media (min-width: 50rem) {
.global-top-nav .mobile-menu, .mobile-icon-links {
Expand Down

0 comments on commit 7a4cfb1

Please sign in to comment.