Open map in a dialog when it is clicked (#7465)

This commit is contained in:
Andy Balaam 2022-01-07 14:54:45 +00:00 committed by GitHub
parent 59ef2704f0
commit 707f8cd878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 286 additions and 67 deletions

View file

@ -93,6 +93,7 @@ $dialog-title-fg-color: #45474a;
$dialog-backdrop-color: rgba(46, 48, 51, 0.38);
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
$dialog-close-fg-color: #c1c1c1;
$dialog-close-external-color: $primary-bg-color;
$lightbox-background-bg-color: #000;
$lightbox-background-bg-opacity: 0.95;