give alertify popups their own bg var

This commit is contained in:
ansuz
2016-12-27 12:33:21 +01:00
parent 8b034a9554
commit bc49e143b8
4 changed files with 12 additions and 9 deletions

View File

@@ -56,7 +56,7 @@
.dialog, .alert {
& > div {
background-color: @light-base;
background-color: @alertify-dialog-bg;
border-radius: 5px;
}