blob: be2f6561b9122a2e608c12f89d84b855b224cbfa [file] [log] [blame]
@import "../util";
@import "alertify/alertify-core";
@import "alertify/alertify-default";
/**
* Alertify styles.
*/
article.alertify-log-warn {
background-color: $dark-orange;
code.src {
color: $darkest-orange;
}
}
article.alertify-log code.src {
display: block;
color: $dark-red;
font-size: 70%;
}
.alertify-log-error {
background-color: $alert-red;
}