// Default flash // stylelint-disable selector-max-type .flash { position: relative; padding: $spacer-3; // stylelint-disable-next-line primer/colors color: $blue-800; // stylelint-disable-next-line primer/colors background-color: $blue-100; border: $border-width $border-style $border-black-fade; border-radius: $border-radius; 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 `