Unverified Commit f0274e29 authored by srinivasan pusuluri's avatar srinivasan pusuluri Committed by GitHub
Browse files

Merge pull request #8410 from vinodkumar45/ED-580

Issue #Ed 580 Desktop: Toast message is not displayed properly images are over writing in all the toast messages
parents 5be04748 8d4fad47
release-5.1.0 Tags unavailable
1 merge request!1Feature/inquiry server validation
Showing with 5 additions and 2 deletions
+5 -2
......@@ -219,7 +219,10 @@
}
&.sb-toast-normal,
&.sb-toast-success {
&.sb-toast-info,
&.sb-toast-success,
&.sb-toast-warning,
&.sb-toast-error {
.iziToast-icon,
.sb-toast-icon {
......
......@@ -3,8 +3,8 @@
@use "~@project-sunbird/sb-styles/assets/mixins/mixins" as *;
// from portal
@use "./components/components" as *;
@use "./vendors/vendors" as *;
@use "./components/components" as *;
@use "./layout/layout" as *;
@use "./legacy" as *;
@use "./global" as *;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment