@ttk/component
Version:
ttk组件库
73 lines (72 loc) • 2 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message-notice-content {
padding: 0;
border-radius: 0 0 7px 7px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.ant-message-notice-content .ant-message-custom-content {
padding: 9px 8px;
border-radius: 0 0 5px 5px;
}
.ant-message-notice-content .ant-message-custom-content i {
font-size: 26px;
}
.ant-message-notice-content .ant-message-custom-content span {
font-size: 14px;
line-height: 26px;
display: inline-block;
vertical-align: top;
}
.ant-message-notice-content .ant-message-error {
background: #ffecea;
border: 1px solid #fbd9cd;
}
.ant-message-notice-content .ant-message-error .anticon {
color: #e94003;
}
.ant-message-notice-content .ant-message-error span {
color: #333;
}
.ant-message-notice-content .ant-message-success {
background: #e5fef9;
border: 1px solid #ccf0e8;
}
.ant-message-notice-content .ant-message-success .anticon {
color: #00b38a;
}
.ant-message-notice-content .ant-message-success span {
color: #333;
}
.ant-message-notice-content .ant-message-warning {
background: #feedea;
border: 1px solid #fee5e0;
}
.ant-message-notice-content .ant-message-warning .anticon {
color: #fa7c63;
}
.ant-message-notice-content .ant-message-warning span {
color: #333;
}
.ant-message-notice-content .ant-message-info {
background: #ecf9ff;
border: 1px solid #d5f1fd;
}
.ant-message-notice-content .ant-message-info .anticon {
color: #2db7f5;
}
.ant-message-notice-content .ant-message-info span {
color: #333;
}
.ant-message-notice-content .ant-message-loading {
background: #f6f6f6;
border: 1px solid #d6d6d6;
}
.ant-message-notice-content .ant-message-loading .anticon {
color: #333;
}
.ant-message-notice-content .ant-message-loading span {
color: #333;
}