Merge pull request #644 from gabrielbazan7/fix/backgroundModal

remove background color when modals open
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-21 16:54:04 -03:00 committed by GitHub
commit 9727217d69

View file

@ -69,9 +69,5 @@
}
}
.modal-backdrop.active {
background: rgba(0, 0, 0, .8);
}
@import "backup-needed-modal";
@import "screenshot-warning-model";