UNPKG

acklen-keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

32 lines (28 loc) 659 B
/* * * * * * * * * * * * * * * * * * * * * MESSAGE * * * * * * * * * * * * * * * * * * * * */ .ant-message { .ant-message-notice-content { padding: 12px 16px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); background: #fff; display: inline-block; pointer-events: all; .ant-message-custom-content{ font-size: @isoFontSize - 1; color: @isoColor--HeadingLight; .anticon { margin-right: 8px; font-size: @isoFontSize + 1; top: 1px; position: relative; } &.ant-message-error{ .anticon{ color: @error-color; } } } } }