polyglot/app/assets/stylesheets/components/_alert.scss

16 lines
270 B
SCSS
Raw Normal View History

/* -------------------------------------
* Your CSS code for flash notices and alerts
* ------------------------------------- */
.alert {
margin: 0;
text-align: center;
color: white;
}
.alert-info {
background: $green;
}
.alert-warning {
background: $red;
}