@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
35 lines (33 loc) • 801 B
text/less
@import '~antd/es/notification/style/index.less';
@import '../style/vars.less';
// Notification
.@{ant-prefix}-notification-notice-icon {
font-size: 16px;
line-height: 16px;
margin-left: 0;
margin-top: 3px;
}
.@{ant-prefix}-notification-notice-with-icon
.@{ant-prefix}-notification-notice-message {
margin-left: 24px;
margin-bottom: 2px;
font-size: 14px;
line-height: 1.5715;
}
.@{ant-prefix}-notification-notice-with-icon
.@{ant-prefix}-notification-notice-description {
margin-left: 24px;
}
.@{ant-prefix}-notification-hook-holder,
.@{ant-prefix}-notification-notice {
width: 360px;
}
.@{ant-prefix}-notification-notice-close {
top: 19px;
}
.@{ant-prefix}-notification-close-icon {
font-size: 14px;
}
.@{ant-prefix}-notification-notice-description {
color: #686868;
}