jobdone-shared-files 0.0.1-beta.65 → 0.0.1-beta.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.65",
3
+ "version": "0.0.1-beta.66",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -596,7 +596,7 @@ th, td{
596
596
 
597
597
 
598
598
  // modal ------------------------------------------
599
- .modal{
599
+ .modal, .offcanvas-backdrop.show{
600
600
  backdrop-filter: var(--backdrop-blur);
601
601
  }
602
602
 
@@ -978,7 +978,7 @@ a.navbar-line-item{
978
978
 
979
979
  // sweet alert ------------------------------------------
980
980
  .swal2-container{
981
- .swal2-backdrop-show, .swal2-noanimation{
981
+ &.swal2-backdrop-show, &.swal2-noanimation{
982
982
  backdrop-filter: var(--backdrop-blur);
983
983
  }
984
984
  }
@@ -10,5 +10,5 @@ $zindex-max: 2000 !default;
10
10
  $table-danger-bg: lighten($danger, 42%);
11
11
 
12
12
  :root{
13
- --backdrop-blur: blur(3px);
13
+ --backdrop-blur: blur(2px);
14
14
  }