Revert modal overlay to be a solid white

This commit is contained in:
Oswaldo Acauan 2016-12-07 09:56:20 -02:00
parent b3c292894f
commit 7796334dfd

View File

@ -23,8 +23,8 @@
.overlay {
z-index: 1000;
// background: transparentize($color-white, .35);
// background: #fff;
background: transparentize($color-gray-dark, .40);
background: #fff;
// background: transparentize($color-gray-dark, .40);
display: flex;
align-items: center;
justify-content: center;