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

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.67",
3
+ "version": "0.0.1-beta.68",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -611,10 +611,12 @@ 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});
614
+ .offcanvas-backdrop{
615
+ background-color: rgba($offcanvas-backdrop-bg, $offcanvas-backdrop-opacity);
616
+ &.show{
617
+ backdrop-filter: var(--backdrop-blur);
618
+ opacity: 1;
619
+ }
618
620
  }
619
621
  .offcanvas{
620
622
  &-md-size{