mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Make the background opacity of modals in the FrontOffice a litle darker according to design
This commit is contained in:
@@ -143,8 +143,8 @@
|
||||
}
|
||||
|
||||
.reveal-modal-bg.in {
|
||||
filter: alpha(opacity = 50);
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity = 75);
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.animate-repeat {
|
||||
|
||||
@@ -34,7 +34,7 @@ dialog
|
||||
}
|
||||
|
||||
.reveal-modal-bg {
|
||||
background-color: rgba(0, 0, 0, 0.85);
|
||||
background-color: $black;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user