Make the background opacity of modals in the FrontOffice a litle darker according to design

This commit is contained in:
Luis Ramos
2020-04-23 15:23:53 +01:00
parent 14478d5fc1
commit 39e47998e1
2 changed files with 3 additions and 3 deletions

View File

@@ -143,8 +143,8 @@
}
.reveal-modal-bg.in {
filter: alpha(opacity = 50);
opacity: 0.5;
filter: alpha(opacity = 75);
opacity: 0.75;
}
.animate-repeat {

View File

@@ -34,7 +34,7 @@ dialog
}
.reveal-modal-bg {
background-color: rgba(0, 0, 0, 0.85);
background-color: $black;
position: fixed;
}