dbgate-web 6.1.5 → 6.2.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 +6 -5
- package/public/build/bundle.css +64 -2
- package/public/build/bundle.js +11 -11
- package/public/build/bundle.js.map +1 -1
- package/public/bulma.css +24 -24
package/public/bulma.css
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
margin: 0 !important;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
+
.m-1 {
|
|
6
|
+
margin: 0.25rem !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m-2 {
|
|
10
|
+
margin: 0.5rem !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.m-3 {
|
|
14
|
+
margin: 0.75rem !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.m-4 {
|
|
18
|
+
margin: 1rem !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.m-5 {
|
|
22
|
+
margin: 1.5rem !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.m-6 {
|
|
26
|
+
margin: 3rem !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
5
29
|
.mt-0 {
|
|
6
30
|
margin-top: 0 !important;
|
|
7
31
|
}
|
|
@@ -28,10 +52,6 @@
|
|
|
28
52
|
margin-bottom: 0 !important;
|
|
29
53
|
}
|
|
30
54
|
|
|
31
|
-
.m-1 {
|
|
32
|
-
margin: 0.25rem !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
55
|
.mt-1 {
|
|
36
56
|
margin-top: 0.25rem !important;
|
|
37
57
|
}
|
|
@@ -58,10 +78,6 @@
|
|
|
58
78
|
margin-bottom: 0.25rem !important;
|
|
59
79
|
}
|
|
60
80
|
|
|
61
|
-
.m-2 {
|
|
62
|
-
margin: 0.5rem !important;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
81
|
.mt-2 {
|
|
66
82
|
margin-top: 0.5rem !important;
|
|
67
83
|
}
|
|
@@ -88,10 +104,6 @@
|
|
|
88
104
|
margin-bottom: 0.5rem !important;
|
|
89
105
|
}
|
|
90
106
|
|
|
91
|
-
.m-3 {
|
|
92
|
-
margin: 0.75rem !important;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
107
|
.mt-3 {
|
|
96
108
|
margin-top: 0.75rem !important;
|
|
97
109
|
}
|
|
@@ -118,10 +130,6 @@
|
|
|
118
130
|
margin-bottom: 0.75rem !important;
|
|
119
131
|
}
|
|
120
132
|
|
|
121
|
-
.m-4 {
|
|
122
|
-
margin: 1rem !important;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
133
|
.mt-4 {
|
|
126
134
|
margin-top: 1rem !important;
|
|
127
135
|
}
|
|
@@ -148,10 +156,6 @@
|
|
|
148
156
|
margin-bottom: 1rem !important;
|
|
149
157
|
}
|
|
150
158
|
|
|
151
|
-
.m-5 {
|
|
152
|
-
margin: 1.5rem !important;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
159
|
.mt-5 {
|
|
156
160
|
margin-top: 1.5rem !important;
|
|
157
161
|
}
|
|
@@ -178,10 +182,6 @@
|
|
|
178
182
|
margin-bottom: 1.5rem !important;
|
|
179
183
|
}
|
|
180
184
|
|
|
181
|
-
.m-6 {
|
|
182
|
-
margin: 3rem !important;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
185
|
.mt-6 {
|
|
186
186
|
margin-top: 3rem !important;
|
|
187
187
|
}
|