// Default flash .flash { position: relative; padding: 15px; font-size: 14px; line-height: 1.5; color: $flash-text-blue; background-color: $flash-bg-blue; border: 1px solid $flash-border-blue; border-radius: 3px; p:last-child { margin-bottom: 0; } } // Contain the flash messages .flash-messages { margin-bottom: 20px; } // Close button .flash-close { float: right; width: 34px; height: 44px; margin: -11px; line-height: 40px; color: inherit; text-align: center; cursor: pointer; // Undo `