jobdone-shared-files 0.0.1-beta.97 → 0.0.1-beta.98
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
|
@@ -45,30 +45,13 @@
|
|
|
45
45
|
// general ------------------------------------------
|
|
46
46
|
:root{
|
|
47
47
|
--backdrop-blur: blur(2px);
|
|
48
|
-
|
|
49
|
-
// ====================================
|
|
50
|
-
// scrollbar樣式
|
|
51
|
-
// ====================================
|
|
52
|
-
--scrollbar-width: 10px;
|
|
53
48
|
}
|
|
54
49
|
|
|
55
50
|
[v-cloak]{
|
|
56
51
|
display: none !important;
|
|
57
52
|
}
|
|
58
53
|
|
|
59
|
-
|
|
60
|
-
// Chrome 121 / Edge 121 / FireFox
|
|
61
|
-
@supports (scrollbar-width: auto) {
|
|
62
|
-
html{
|
|
63
|
-
@include scrollbar();
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
@supports selector(::-webkit-scrollbar) {
|
|
67
|
-
body{
|
|
68
|
-
@include scrollbar();
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
54
|
+
html,
|
|
72
55
|
.overflow-auto, .overflow-scroll,
|
|
73
56
|
.overflow-y-auto, .overflow-y-scroll,
|
|
74
57
|
.offcanvas-body, textarea{
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
$background: var(--gray-200),
|
|
61
61
|
$default-color: var(--gray-500),
|
|
62
62
|
$hover-color: var(--bs-primary),
|
|
63
|
-
$width:
|
|
64
|
-
$height:
|
|
65
|
-
$border-radius:
|
|
63
|
+
$width: 10px,
|
|
64
|
+
$height: 10px,
|
|
65
|
+
$border-radius: 10px,
|
|
66
66
|
$y: auto,
|
|
67
67
|
$x: hidden
|
|
68
68
|
) {
|