7 lines
153 B
SCSS

@mixin alert($color) {
background: transparentize($color,0.8);
color: $color;
font-weight: bold;
margin-bottom: 0.75em;
padding: 0.75em;
}