commit | a297f06cb3bb265ec072000faa7c488ad403c6dc | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Apr 02 00:23:46 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu Apr 02 00:23:46 2015 +0000 |
tree | c79740658c67e293465a09bbca40fb82a140190b | |
parent | ea23674fb1d8457b1138596da151db2d746fc367 [diff] [blame] |
Major redesign of JS and Sass assets
diff --git a/public/scss/alertify.scss b/public/scss/alertify.scss new file mode 100644 index 0000000..ee83a5d --- /dev/null +++ b/public/scss/alertify.scss
@@ -0,0 +1,11 @@ +@import "util"; + +/* +article.alertify-log { + text-shadow:none; +} +*/ + +article.alertify-log-warn { + background-color: $dark-orange; +}