alertify: use the right box-shadow

This commit is contained in:
Pierre Bondoerffer
2017-08-09 11:48:04 +02:00
parent 5821d3e72f
commit 280c10c57d

View File

@@ -114,8 +114,7 @@
text-align: left;
padding: @alertify_padding-base;
background: #fff;
// FIXME
box-shadow: 0 2px 4px -1px rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.098), 0 1px 10px 0 rgba(0,0,0,.084);
box-shadow: @alertify_box-shadow;
}
.msg {