Skip to content

Commit

Permalink
Removed unnecessary !important usage from CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprojects committed May 31, 2024
1 parent 6101f4d commit 307f9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ body {
}

&.Toastify__toast-container--bottom-left{
bottom: 12px !important;
left: 12px !important;
bottom: 12px;
left: 12px;
}

.Toastify__toast, .neeto-ui-toastr{
Expand Down

0 comments on commit 307f9bc

Please sign in to comment.