jobdone-shared-files 0.0.1-beta.66 → 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.66",
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": {
@@ -596,7 +596,7 @@ th, td{
596
596
 
597
597
 
598
598
  // modal ------------------------------------------
599
- .modal, .offcanvas-backdrop.show{
599
+ .modal{
600
600
  backdrop-filter: var(--backdrop-blur);
601
601
  }
602
602
 
@@ -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;