@jjlmoya/utils-hardware 1.13.0 → 1.14.0
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
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
margin-top: -1.25rem;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
|
|
252
|
+
.pt-overlay-hidden {
|
|
253
253
|
position: fixed;
|
|
254
254
|
inset: 0;
|
|
255
255
|
z-index: 50;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
display: none;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
|
|
261
|
+
.pt-overlay-active {
|
|
262
262
|
display: flex;
|
|
263
263
|
}
|
|
264
264
|
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
display: none;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
|
|
282
|
+
.theme-dark .pt-fixer-box {
|
|
283
283
|
background-color: var(--pt-surface);
|
|
284
284
|
}
|
|
285
285
|
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
pointer-events: none;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
|
|
345
|
+
.pt-controls-visible {
|
|
346
346
|
opacity: 1;
|
|
347
347
|
pointer-events: auto;
|
|
348
348
|
}
|