UNPKG

@ttk/component

Version:

ttk组件库

60 lines 1.45 kB
.@{mk-prefix}-alert { padding: 5px 5px 5px 36px; .@{ant-prefix}-alert-icon { top: 5px; left: 8px; } .anticon-exclamation-circle { font-size: 20px; &:before, &-o::before{ display: block; font-family: "fsicon" !important; color: #face32; content: "\e9a8"; } svg{ display: none; } } .anticon-info-circle { font-size: 20px; &:before, &-o::before{ display: block; font-family: "fsicon" !important; color: #4285f4; content: "\e9a6"; } svg{ display: none; } } .anticon-cross-circle, .anticon-close-circle { font-size: 20px; &:before, &-o::before{ display: block; font-family: "fsicon" !important; color: #ff9900; content: "\e9a9"; } svg{ display: none; } } .@{ant-prefix}-alert-close-icon { font-size: 16px; top: 5px; right: 8px; } } .@{ant-prefix}-alert-warning { border: 1px solid #f9ebaa; background-color: #fef7da; } .@{ant-prefix}-alert-info { border: 1px solid #d2e7fb; background-color: #eaf4ff; } .@{ant-prefix}-alert-error { border: 1px solid #fce4c6; background-color: #fff6e1; }