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

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.67",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -611,6 +611,11 @@ th, td{
611
611
 
612
612
 
613
613
  // offcanvas ------------------------------------------
614
+ .offcanvas-backdrop.show{
615
+ backdrop-filter: var(--backdrop-blur);
616
+ opacity: 1;
617
+ background-color: rgba(#{$offcanvas-backdrop-bg}, #{$offcanvas-backdrop-opacity});
618
+ }
614
619
  .offcanvas{
615
620
  &-md-size{
616
621
  --bs-offcanvas-width: 550px;
@@ -978,7 +983,7 @@ a.navbar-line-item{
978
983
 
979
984
  // sweet alert ------------------------------------------
980
985
  .swal2-container{
981
- .swal2-backdrop-show, .swal2-noanimation{
986
+ &.swal2-backdrop-show, &.swal2-noanimation{
982
987
  backdrop-filter: var(--backdrop-blur);
983
988
  }
984
989
  }
@@ -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
  }