// Default flash // stylelint-disable selector-no-type .flash { position: relative; padding: $spacer-3; color: $blue-800; background-color: $blue-100; border: 1px solid $border-black-fade; border-radius: 3px; p:last-child { margin-bottom: 0; } } // Contain the flash messages .flash-messages { margin-bottom: $spacer-4; } // Close button .flash-close { float: right; padding: $spacer-3; margin: -$spacer-3; color: inherit; text-align: center; cursor: pointer; // Undo `