antd
Version:
An enterprise-class UI design language and React-based implementation
44 lines (43 loc) • 767 B
CSS
.ant-message {
font-size: 12px;
position: fixed;
z-index: 1010;
width: 100%;
top: 16px;
left: 0;
}
.ant-message-notice {
width: auto;
vertical-align: middle;
position: absolute;
left: 50%;
}
.ant-message-notice-content {
position: relative;
right: 50%;
padding: 8px 16px;
border-radius: 6px;
border: 1px solid #d9d9d9;
box-shadow: 0 1px 8px rgba(100, 100, 100, 0.2);
background: #fff;
display: block;
}
.ant-message-success .anticon {
color: #87d068;
}
.ant-message-error .anticon {
color: #f50;
}
.ant-message-warning .anticon {
color: #fa0;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
color: #2db7f5;
}
.ant-message .anticon {
margin-right: 8px;
font-size: 14px;
top: 1px;
position: relative;
}