Browse code

Readded jbox files in public folder

Benjamin Roth authored on22/02/2023 21:56:38
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+.jBox-TooltipBorderThick .jBox-container {
2
+  box-shadow: none;
3
+  border-radius: 8px;
4
+  border: 4px solid #ccc;
5
+}
6
+
7
+.jBox-TooltipBorderThick .jBox-pointer:after {
8
+  box-shadow: none;
9
+  border: 4px solid #ccc;
10
+  width: 24px;
11
+  height: 24px;
12
+}
13
+
14
+.jBox-TooltipBorderThick .jBox-pointer-top,
15
+.jBox-TooltipBorderThick .jBox-pointer-bottom {
16
+  width: 38px;
17
+  height: 13px;
18
+}
19
+
20
+.jBox-TooltipBorderThick .jBox-pointer-left,
21
+.jBox-TooltipBorderThick .jBox-pointer-right {
22
+  width: 13px;
23
+  height: 38px;
24
+}
25
+
26
+.jBox-TooltipBorderThick.jBox-closeButton-box:before {
27
+  width: 32px;
28
+  height: 32px;
29
+  background: #ccc;
30
+}
31
+
32
+/*# sourceMappingURL=jBox.TooltipBorderThick.css.map */
Browse code

Add platform independent npm postinstall script

Benjamin Roth authored on22/02/2023 21:54:52
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,32 +0,0 @@
1
-.jBox-TooltipBorderThick .jBox-container {
2
-  box-shadow: none;
3
-  border-radius: 8px;
4
-  border: 4px solid #ccc;
5
-}
6
-
7
-.jBox-TooltipBorderThick .jBox-pointer:after {
8
-  box-shadow: none;
9
-  border: 4px solid #ccc;
10
-  width: 24px;
11
-  height: 24px;
12
-}
13
-
14
-.jBox-TooltipBorderThick .jBox-pointer-top,
15
-.jBox-TooltipBorderThick .jBox-pointer-bottom {
16
-  width: 38px;
17
-  height: 13px;
18
-}
19
-
20
-.jBox-TooltipBorderThick .jBox-pointer-left,
21
-.jBox-TooltipBorderThick .jBox-pointer-right {
22
-  width: 13px;
23
-  height: 38px;
24
-}
25
-
26
-.jBox-TooltipBorderThick.jBox-closeButton-box:before {
27
-  width: 32px;
28
-  height: 32px;
29
-  background: #ccc;
30
-}
31
-
32
-/*# sourceMappingURL=jBox.TooltipBorderThick.css.map */
Browse code

Initial commit

Benjamin Roth authored on12/01/2023 00:53:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+.jBox-TooltipBorderThick .jBox-container {
2
+  box-shadow: none;
3
+  border-radius: 8px;
4
+  border: 4px solid #ccc;
5
+}
6
+
7
+.jBox-TooltipBorderThick .jBox-pointer:after {
8
+  box-shadow: none;
9
+  border: 4px solid #ccc;
10
+  width: 24px;
11
+  height: 24px;
12
+}
13
+
14
+.jBox-TooltipBorderThick .jBox-pointer-top,
15
+.jBox-TooltipBorderThick .jBox-pointer-bottom {
16
+  width: 38px;
17
+  height: 13px;
18
+}
19
+
20
+.jBox-TooltipBorderThick .jBox-pointer-left,
21
+.jBox-TooltipBorderThick .jBox-pointer-right {
22
+  width: 13px;
23
+  height: 38px;
24
+}
25
+
26
+.jBox-TooltipBorderThick.jBox-closeButton-box:before {
27
+  width: 32px;
28
+  height: 32px;
29
+  background: #ccc;
30
+}
31
+
32
+/*# sourceMappingURL=jBox.TooltipBorderThick.css.map */