;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
lists-style: none;
font-feature-settings: 'tnum';
position: fixed;
top: 16px;
left: 0;
z-index: 1220;
width: 100%;
pointer-events: none;
display: none;
}
.ant-message-notice {
padding: 8px;
text-align: center;
}
.ant-message-notice-content .ant-message-success {
background-color: #ebfff4;
}
.ant-message-notice-content .ant-message-custom-content {
padding: 10px 16px;
border-radius: 2px;
min-height: 40px;
}
.ant-message-success .anticon {
color: #52c41a;
}
.ant-message-notice-content .ant-message-custom-content {
padding: 10px 16px;
border-radius: 2px;
min-height: 40px;
}
.ant-message-notice-content {
display: inline-block;
background: #fff;
border-radius: 2px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
pointer-events: all;
}
.ant-message .anticon {
position: relative;
top: 1px;
margin-right: 8px;
font-size: 16px;
}