refactor: message style (#25531)

* refactor: message style

* chore: revert
This commit is contained in:
07akioni 2020-07-09 12:27:05 +08:00 committed by GitHub
parent 4c2acbda7d
commit daa0be6727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
.reset-component; .reset-component;
position: fixed; position: fixed;
top: 16px; top: 8px;
left: 0; left: 0;
z-index: @zindex-message; z-index: @zindex-message;
width: 100%; width: 100%;
@ -16,9 +16,6 @@
&-notice { &-notice {
padding: 8px; padding: 8px;
text-align: center; text-align: center;
&:first-child {
margin-top: -8px;
}
} }
&-notice-content { &-notice-content {