alertify: use the right box-shadow
parent
5821d3e72f
commit
280c10c57d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue