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
|
@@ -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
|
-
|
|
986
|
+
&.swal2-backdrop-show, &.swal2-noanimation{
|
|
982
987
|
backdrop-filter: var(--backdrop-blur);
|
|
983
988
|
}
|
|
984
989
|
}
|