mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
refactor: message style (#25531)
* refactor: message style * chore: revert
This commit is contained in:
parent
4c2acbda7d
commit
daa0be6727
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user