askbot-dragon 1.5.18 → 1.5.19-beta
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
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
font-size: 1em;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
.doubleClass{
|
|
57
|
+
.doubleClass, .updateDoubleClass{
|
|
58
58
|
padding: 8px 0;
|
|
59
59
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td{
|
|
60
60
|
font-size: 1em;
|
|
@@ -66,6 +66,12 @@
|
|
|
66
66
|
font-size: 1em;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
+
.quadrupleClass{
|
|
70
|
+
padding: 8px 0;
|
|
71
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
72
|
+
font-size: 1em;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
69
75
|
.buttonClass{
|
|
70
76
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
71
77
|
font-size: 1em;
|
|
@@ -96,7 +102,7 @@
|
|
|
96
102
|
text-align: left;
|
|
97
103
|
}
|
|
98
104
|
}
|
|
99
|
-
.doubleClass{
|
|
105
|
+
.doubleClass, .updateDoubleClass{
|
|
100
106
|
padding: 8px 0;
|
|
101
107
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td{
|
|
102
108
|
font-size: 1em;
|
|
@@ -108,6 +114,12 @@
|
|
|
108
114
|
font-size: 1em;
|
|
109
115
|
}
|
|
110
116
|
}
|
|
117
|
+
.quadrupleClass {
|
|
118
|
+
padding: 8px 0;
|
|
119
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
120
|
+
font-size: 1em;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
111
123
|
.buttonClass{
|
|
112
124
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
113
125
|
font-size: 1em;
|
|
@@ -118,10 +130,10 @@
|
|
|
118
130
|
.singleClass{
|
|
119
131
|
padding: 8px 0;
|
|
120
132
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td{
|
|
121
|
-
|
|
133
|
+
font-size: 1em;
|
|
122
134
|
}
|
|
123
135
|
}
|
|
124
|
-
.doubleClass{
|
|
136
|
+
.doubleClass,.updateDoubleClass{
|
|
125
137
|
padding: 8px 0;
|
|
126
138
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td{
|
|
127
139
|
font-size: 1em;
|
|
@@ -133,6 +145,12 @@
|
|
|
133
145
|
font-size: 1em;
|
|
134
146
|
}
|
|
135
147
|
}
|
|
148
|
+
.quadrupleClass{
|
|
149
|
+
padding: 8px 0;
|
|
150
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
151
|
+
font-size: 1em;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
136
154
|
.buttonClass{
|
|
137
155
|
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
138
156
|
font-size: 1em;
|
|
@@ -156,7 +174,29 @@
|
|
|
156
174
|
justify-content: space-between;
|
|
157
175
|
.doubleItem{
|
|
158
176
|
width: 50%;
|
|
159
|
-
padding: 0
|
|
177
|
+
padding: 0;
|
|
178
|
+
white-space: normal;
|
|
179
|
+
word-wrap: break-word;
|
|
180
|
+
}
|
|
181
|
+
.doubleItem:nth-of-type(1){
|
|
182
|
+
text-align: left;
|
|
183
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
184
|
+
text-align: left!important;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
}
|
|
188
|
+
.doubleItem:last-child{
|
|
189
|
+
text-align: right;
|
|
190
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
191
|
+
text-align: right!important;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
.updateDoubleClass{
|
|
196
|
+
display: flex;
|
|
197
|
+
justify-content: space-between;
|
|
198
|
+
.doubleItem{
|
|
199
|
+
padding: 0;
|
|
160
200
|
white-space: normal;
|
|
161
201
|
word-wrap: break-word;
|
|
162
202
|
}
|
|
@@ -204,6 +244,42 @@
|
|
|
204
244
|
}
|
|
205
245
|
}
|
|
206
246
|
}
|
|
247
|
+
.quadrupleClass {
|
|
248
|
+
display: flex;
|
|
249
|
+
flex-direction: row;
|
|
250
|
+
justify-content: space-between;
|
|
251
|
+
align-items: center;
|
|
252
|
+
.quadrupleItem{
|
|
253
|
+
width: 25%;
|
|
254
|
+
padding: 0 4px;
|
|
255
|
+
white-space: normal;
|
|
256
|
+
word-wrap: break-word;
|
|
257
|
+
}
|
|
258
|
+
.quadrupleItem:nth-of-type(1){
|
|
259
|
+
text-align: left;
|
|
260
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
261
|
+
text-align: left!important;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
.quadrupleItem:nth-of-type(2){
|
|
265
|
+
text-align: center;
|
|
266
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
267
|
+
text-align: center!important;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
.quadrupleItem:nth-of-type(3){
|
|
271
|
+
text-align: center;
|
|
272
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
273
|
+
text-align: center!important;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
.quadrupleItem:last-child{
|
|
277
|
+
text-align: right;
|
|
278
|
+
div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
|
|
279
|
+
text-align: right!important;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
207
283
|
}
|
|
208
284
|
|
|
209
285
|
|