Skip to content

Commit 6be4ebf

Browse files
committed
Fix issue-19328- Success Message Icon vertically misaligned in admin panel
1 parent 2f60707 commit 6be4ebf

File tree

1 file changed

+9
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/components

1 file changed

+9
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_messages.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@
121121
}
122122
}
123123

124+
#import_validation_container {
125+
.message-success {
126+
&:before {
127+
color: @alert-icon__success__color;
128+
content: @alert-icon__success__content;
129+
top: 2.3rem;
130+
}
131+
}
132+
}
124133
.message-spinner {
125134
&:before {
126135
display: none;

0 commit comments

Comments
 (0)