blob: 55f6c5920422bc63075877f65fa4da1376dc3584 [file] [log] [blame]
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00001@import "../util";
Nils Diewalda31a5152015-04-17 21:05:23 +00002@import "alertify/alertify-core";
3@import "alertify/alertify-default";
Nils Diewalda944fab2015-04-08 21:02:04 +00004
5/*
6article.alertify-log {
7 text-shadow:none;
8}
9*/
10
11article.alertify-log-warn {
12 background-color: $dark-orange;
Akronc0a2da82018-07-04 15:27:37 +020013 code.src {
14 color: $darkest-orange;
15 }
Nils Diewalda944fab2015-04-08 21:02:04 +000016}
Akronc0a2da82018-07-04 15:27:37 +020017
18article.alertify-log code.src {
19 display: block;
20 color: $dark-red;
21 font-size: 70%;
22}