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,54 @@
1
+.jBox-TooltipError {
2
+  pointer-events: none;
3
+}
4
+
5
+.jBox-TooltipError .jBox-container {
6
+  border-radius: 2px;
7
+  background: #d00;
8
+  color: #fff;
9
+  font-weight: bold;
10
+  font-size: 13px;
11
+}
12
+
13
+.jBox-TooltipError .jBox-content {
14
+  padding: 0 10px;
15
+  line-height: 28px;
16
+}
17
+
18
+.jBox-TooltipError .jBox-pointer:after {
19
+  background: #d00;
20
+  width: 20px;
21
+  height: 20px;
22
+}
23
+
24
+.jBox-TooltipError .jBox-pointer-top, .jBox-TooltipError .jBox-pointer-bottom {
25
+  width: 22px;
26
+  height: 8px;
27
+}
28
+
29
+.jBox-TooltipError .jBox-pointer-right, .jBox-TooltipError .jBox-pointer-left {
30
+  width: 8px;
31
+  height: 22px;
32
+}
33
+
34
+.jBox-TooltipError .jBox-pointer-top:after {
35
+  left: 1px;
36
+  top: 6px;
37
+}
38
+
39
+.jBox-TooltipError .jBox-pointer-right:after {
40
+  top: 1px;
41
+  right: 6px;
42
+}
43
+
44
+.jBox-TooltipError .jBox-pointer-bottom:after {
45
+  left: 1px;
46
+  bottom: 6px;
47
+}
48
+
49
+.jBox-TooltipError .jBox-pointer-left:after {
50
+  top: 1px;
51
+  left: 6px;
52
+}
53
+
54
+/*# sourceMappingURL=jBox.TooltipError.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,54 +0,0 @@
1
-.jBox-TooltipError {
2
-  pointer-events: none;
3
-}
4
-
5
-.jBox-TooltipError .jBox-container {
6
-  border-radius: 2px;
7
-  background: #d00;
8
-  color: #fff;
9
-  font-weight: bold;
10
-  font-size: 13px;
11
-}
12
-
13
-.jBox-TooltipError .jBox-content {
14
-  padding: 0 10px;
15
-  line-height: 28px;
16
-}
17
-
18
-.jBox-TooltipError .jBox-pointer:after {
19
-  background: #d00;
20
-  width: 20px;
21
-  height: 20px;
22
-}
23
-
24
-.jBox-TooltipError .jBox-pointer-top, .jBox-TooltipError .jBox-pointer-bottom {
25
-  width: 22px;
26
-  height: 8px;
27
-}
28
-
29
-.jBox-TooltipError .jBox-pointer-right, .jBox-TooltipError .jBox-pointer-left {
30
-  width: 8px;
31
-  height: 22px;
32
-}
33
-
34
-.jBox-TooltipError .jBox-pointer-top:after {
35
-  left: 1px;
36
-  top: 6px;
37
-}
38
-
39
-.jBox-TooltipError .jBox-pointer-right:after {
40
-  top: 1px;
41
-  right: 6px;
42
-}
43
-
44
-.jBox-TooltipError .jBox-pointer-bottom:after {
45
-  left: 1px;
46
-  bottom: 6px;
47
-}
48
-
49
-.jBox-TooltipError .jBox-pointer-left:after {
50
-  top: 1px;
51
-  left: 6px;
52
-}
53
-
54
-/*# sourceMappingURL=jBox.TooltipError.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,54 @@
1
+.jBox-TooltipError {
2
+  pointer-events: none;
3
+}
4
+
5
+.jBox-TooltipError .jBox-container {
6
+  border-radius: 2px;
7
+  background: #d00;
8
+  color: #fff;
9
+  font-weight: bold;
10
+  font-size: 13px;
11
+}
12
+
13
+.jBox-TooltipError .jBox-content {
14
+  padding: 0 10px;
15
+  line-height: 28px;
16
+}
17
+
18
+.jBox-TooltipError .jBox-pointer:after {
19
+  background: #d00;
20
+  width: 20px;
21
+  height: 20px;
22
+}
23
+
24
+.jBox-TooltipError .jBox-pointer-top, .jBox-TooltipError .jBox-pointer-bottom {
25
+  width: 22px;
26
+  height: 8px;
27
+}
28
+
29
+.jBox-TooltipError .jBox-pointer-right, .jBox-TooltipError .jBox-pointer-left {
30
+  width: 8px;
31
+  height: 22px;
32
+}
33
+
34
+.jBox-TooltipError .jBox-pointer-top:after {
35
+  left: 1px;
36
+  top: 6px;
37
+}
38
+
39
+.jBox-TooltipError .jBox-pointer-right:after {
40
+  top: 1px;
41
+  right: 6px;
42
+}
43
+
44
+.jBox-TooltipError .jBox-pointer-bottom:after {
45
+  left: 1px;
46
+  bottom: 6px;
47
+}
48
+
49
+.jBox-TooltipError .jBox-pointer-left:after {
50
+  top: 1px;
51
+  left: 6px;
52
+}
53
+
54
+/*# sourceMappingURL=jBox.TooltipError.css.map */