Skip to content

Commit

Permalink
Resolved the issue Success Message Icon vertically misaligned in admi…
Browse files Browse the repository at this point in the history
…n panel-19328
  • Loading branch information
speedy008 committed Nov 22, 2018
1 parent 4fcc190 commit aa13b7d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,17 @@
}
}

#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 aa13b7d

Please sign in to comment.