Skip to content

Commit

Permalink
Fix issue-19328- Success Message Icon vertically misaligned in admin …
Browse files Browse the repository at this point in the history
…panel
  • Loading branch information
speedy008 committed Nov 22, 2018
1 parent 2f60707 commit 6be4ebf
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
}
}

#import_validation_container {
.message-success {
&:before {
color: @alert-icon__success__color;
content: @alert-icon__success__content;
top: 2.3rem;
}
}
}
.message-spinner {
&:before {
display: none;
Expand Down

0 comments on commit 6be4ebf

Please sign in to comment.