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,58 @@
1
+.jBox-Confirm .jBox-content {
2
+  text-align: center;
3
+  padding: 46px 35px;
4
+}
5
+
6
+@media (max-width: 500px) {
7
+  .jBox-Confirm .jBox-content {
8
+    padding: 32px 20px;
9
+  }
10
+}
11
+
12
+.jBox-Confirm-footer {
13
+  height: 46px;
14
+}
15
+
16
+.jBox-Confirm-button {
17
+  display: block;
18
+  float: left;
19
+  cursor: pointer;
20
+  text-align: center;
21
+  width: 50%;
22
+  line-height: 46px;
23
+  height: 46px;
24
+  overflow: hidden;
25
+  padding: 0 10px;
26
+  transition: color .2s, background-color .2s;
27
+  box-sizing: border-box;
28
+}
29
+
30
+.jBox-Confirm-button-cancel {
31
+  border-bottom-left-radius: 4px;
32
+  background: #ddd;
33
+  color: #666;
34
+}
35
+
36
+.jBox-Confirm-button-cancel:hover, .jBox-Confirm-button-cancel:active {
37
+  background: #ccc;
38
+}
39
+
40
+.jBox-Confirm-button-cancel:active {
41
+  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
42
+}
43
+
44
+.jBox-Confirm-button-submit {
45
+  border-bottom-right-radius: 4px;
46
+  background: #7d0;
47
+  color: #fff;
48
+}
49
+
50
+.jBox-Confirm-button-submit:hover, .jBox-Confirm-button-submit:active {
51
+  background: #6c0;
52
+}
53
+
54
+.jBox-Confirm-button-submit:active {
55
+  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
56
+}
57
+
58
+/*# sourceMappingURL=jBox.Confirm.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,58 +0,0 @@
1
-.jBox-Confirm .jBox-content {
2
-  text-align: center;
3
-  padding: 46px 35px;
4
-}
5
-
6
-@media (max-width: 500px) {
7
-  .jBox-Confirm .jBox-content {
8
-    padding: 32px 20px;
9
-  }
10
-}
11
-
12
-.jBox-Confirm-footer {
13
-  height: 46px;
14
-}
15
-
16
-.jBox-Confirm-button {
17
-  display: block;
18
-  float: left;
19
-  cursor: pointer;
20
-  text-align: center;
21
-  width: 50%;
22
-  line-height: 46px;
23
-  height: 46px;
24
-  overflow: hidden;
25
-  padding: 0 10px;
26
-  transition: color .2s, background-color .2s;
27
-  box-sizing: border-box;
28
-}
29
-
30
-.jBox-Confirm-button-cancel {
31
-  border-bottom-left-radius: 4px;
32
-  background: #ddd;
33
-  color: #666;
34
-}
35
-
36
-.jBox-Confirm-button-cancel:hover, .jBox-Confirm-button-cancel:active {
37
-  background: #ccc;
38
-}
39
-
40
-.jBox-Confirm-button-cancel:active {
41
-  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
42
-}
43
-
44
-.jBox-Confirm-button-submit {
45
-  border-bottom-right-radius: 4px;
46
-  background: #7d0;
47
-  color: #fff;
48
-}
49
-
50
-.jBox-Confirm-button-submit:hover, .jBox-Confirm-button-submit:active {
51
-  background: #6c0;
52
-}
53
-
54
-.jBox-Confirm-button-submit:active {
55
-  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
56
-}
57
-
58
-/*# sourceMappingURL=jBox.Confirm.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,58 @@
1
+.jBox-Confirm .jBox-content {
2
+  text-align: center;
3
+  padding: 46px 35px;
4
+}
5
+
6
+@media (max-width: 500px) {
7
+  .jBox-Confirm .jBox-content {
8
+    padding: 32px 20px;
9
+  }
10
+}
11
+
12
+.jBox-Confirm-footer {
13
+  height: 46px;
14
+}
15
+
16
+.jBox-Confirm-button {
17
+  display: block;
18
+  float: left;
19
+  cursor: pointer;
20
+  text-align: center;
21
+  width: 50%;
22
+  line-height: 46px;
23
+  height: 46px;
24
+  overflow: hidden;
25
+  padding: 0 10px;
26
+  transition: color .2s, background-color .2s;
27
+  box-sizing: border-box;
28
+}
29
+
30
+.jBox-Confirm-button-cancel {
31
+  border-bottom-left-radius: 4px;
32
+  background: #ddd;
33
+  color: #666;
34
+}
35
+
36
+.jBox-Confirm-button-cancel:hover, .jBox-Confirm-button-cancel:active {
37
+  background: #ccc;
38
+}
39
+
40
+.jBox-Confirm-button-cancel:active {
41
+  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
42
+}
43
+
44
+.jBox-Confirm-button-submit {
45
+  border-bottom-right-radius: 4px;
46
+  background: #7d0;
47
+  color: #fff;
48
+}
49
+
50
+.jBox-Confirm-button-submit:hover, .jBox-Confirm-button-submit:active {
51
+  background: #6c0;
52
+}
53
+
54
+.jBox-Confirm-button-submit:active {
55
+  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
56
+}
57
+
58
+/*# sourceMappingURL=jBox.Confirm.css.map */