Revert modal overlay to be a solid white
This commit is contained in:
parent
b3c292894f
commit
7796334dfd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user