commit | a944fab1f4318abf3b3528363e43828b1be918bd | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Apr 08 21:02:04 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Apr 08 21:02:04 2015 +0000 |
tree | 5881b5dc5f84ca4530e82e099cdc5c79c7376cdf | |
parent | 44e1edbd8ae2670e8215af2c02c8cfeda20b6b3a [diff] [blame] |
Cleanup deployment
diff --git a/dev/scss/alertify.scss b/dev/scss/alertify.scss new file mode 100644 index 0000000..ee83a5d --- /dev/null +++ b/dev/scss/alertify.scss
@@ -0,0 +1,11 @@ +@import "util"; + +/* +article.alertify-log { + text-shadow:none; +} +*/ + +article.alertify-log-warn { + background-color: $dark-orange; +}