acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
34 lines (30 loc) • 749 B
text/less
/* * * * * * * * * * * * * * * * * * * * *
NOTIFICATION
* * * * * * * * * * * * * * * * * * * * */
.ant-notification-notice {
padding: 16px;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
background: #fff;
line-height: 1.5;
position: relative;
margin-bottom: 10px;
overflow: hidden;
.ant-notification-notice-message {
font-size: @isoFontSize - 1;
color: @isoColor--Heading;
font-weight: 500;
margin-bottom: 7px;
line-height: 20px;
display: inline-block;
}
.ant-notification-notice-description{
font-size: @isoFontSize - 2;
color: @isoColor--HeadingLight;
}
.ant-notification-notice-with-icon{
.ant-notification-notice-icon-error{
color: @error-color;
}
}
}