Skip to content

Commit

Permalink
Create universal solution for success icon vertically middle and othe…
Browse files Browse the repository at this point in the history
…r icon along with it
  • Loading branch information
speedy008 committed Jan 29, 2019
1 parent 0cabc15 commit 67c59ec
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
position: absolute;
speak: none;
text-shadow: none;
top: 1.5rem;
top: 50%;
margin-top: -1.25rem;
width: auto;
}
}
Expand Down Expand Up @@ -121,15 +122,6 @@
}
}

.adminhtml-import-index {
.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 67c59ec

Please sign in to comment.