/**! Alert box for anspress. @example
Title Sample text for the alert box.
*/ .ap-alert{ strong{ display: block; } &.info{ background-color: #e4f3ff; } &.warning{ background-color: #ffeebd; } &.error{ background-color: #fdcdcd; } &.success{ background-color: #dff3c8; } &-close{ float: right; padding: 1px 4px; background: #fff; font-weight: bold; border: solid 1px var(--ap_border-color); border-radius: 2px; display: block; line-height: 100%; } }