askbot-dragon 1.4.99 → 1.5.11-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.4.99",
3
+ "version": "1.5.11-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -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;
@@ -121,7 +133,7 @@
121
133
  ffont-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;
@@ -174,6 +192,28 @@
174
192
  }
175
193
  }
176
194
  }
195
+ .updateDoubleClass{
196
+ display: flex;
197
+ justify-content: space-between;
198
+ .doubleItem{
199
+ padding: 0 4px;
200
+ white-space: normal;
201
+ word-wrap: break-word;
202
+ }
203
+ .doubleItem:nth-of-type(1){
204
+ text-align: left;
205
+ div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
206
+ text-align: left!important;
207
+ }
208
+
209
+ }
210
+ .doubleItem:last-child{
211
+ text-align: right;
212
+ div, h1, h2, h3, h4, h5, h6, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
213
+ text-align: right!important;
214
+ }
215
+ }
216
+ }
177
217
  .tripleClass{
178
218
  display: flex;
179
219
  flex-direction: row;
@@ -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