@bagelink/vue 0.0.247 → 0.0.250
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/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +2 -0
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +20 -17
- package/dist/index.mjs +20 -17
- package/dist/style.css +216 -193
- package/package.json +1 -1
- package/src/components/Btn.vue +41 -39
- package/src/components/Comments.vue +4 -4
- package/src/components/MaterialIcon.vue +1 -1
- package/src/components/NavBar.vue +5 -5
- package/src/components/TableSchema.vue +2 -2
- package/src/components/form/inputs/TableField.vue +4 -4
- package/src/components/form/inputs/TextInput.vue +26 -12
- package/src/components/formkit/FileUploader.vue +1 -1
- package/src/components/formkit/MiscFields.vue +2 -2
- package/src/styles/buttons.css +5 -5
- package/src/styles/dark.css +5 -5
- package/src/styles/inputs.css +4 -4
- package/src/styles/layout.css +16 -0
- package/src/styles/text.css +9 -1
- package/src/styles/theme.css +1 -1
package/dist/style.css
CHANGED
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
background-color: var(--bgl-bg);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
[dir="rtl"] .top-arrow[data-v-
|
|
60
|
+
[dir="rtl"] .top-arrow[data-v-776ccc02] {
|
|
61
61
|
transform: rotate(180deg);
|
|
62
62
|
}
|
|
63
|
-
.nav-expend[data-v-
|
|
63
|
+
.nav-expend[data-v-776ccc02] {
|
|
64
64
|
text-align: center;
|
|
65
65
|
cursor: pointer;
|
|
66
66
|
background: var(--bgl-white);
|
|
@@ -86,17 +86,17 @@
|
|
|
86
86
|
margin-bottom: 30px;
|
|
87
87
|
}
|
|
88
88
|
*/
|
|
89
|
-
.nav-expend[data-v-
|
|
89
|
+
.nav-expend[data-v-776ccc02] {
|
|
90
90
|
background: var(--bgl-white);
|
|
91
91
|
}
|
|
92
|
-
.nav-expend[data-v-
|
|
92
|
+
.nav-expend[data-v-776ccc02]:hover {
|
|
93
93
|
filter: brightness(95%);
|
|
94
94
|
box-shadow: 0 0 20px 0 var(--bgl-primary-tint);
|
|
95
95
|
}
|
|
96
|
-
.nav-expend[data-v-
|
|
96
|
+
.nav-expend[data-v-776ccc02]:active {
|
|
97
97
|
filter: var(--bgl-active-filter);
|
|
98
98
|
}
|
|
99
|
-
.nav[data-v-
|
|
99
|
+
.nav[data-v-776ccc02] {
|
|
100
100
|
color: var(--bgl-white);
|
|
101
101
|
background: var(--bgl-primary);
|
|
102
102
|
z-index: 100;
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
display: flex;
|
|
106
106
|
flex-direction: column;
|
|
107
107
|
}
|
|
108
|
-
.nav *[data-v-
|
|
108
|
+
.nav *[data-v-776ccc02] {
|
|
109
109
|
user-select: none;
|
|
110
110
|
}
|
|
111
|
-
.nav-button[data-v-
|
|
111
|
+
.nav-button[data-v-776ccc02] {
|
|
112
112
|
text-decoration: none;
|
|
113
113
|
cursor: pointer;
|
|
114
114
|
display: flex;
|
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
transition: all 0.2s ease;
|
|
120
120
|
pointer-events: none;
|
|
121
121
|
}
|
|
122
|
-
.nav-button[data-v-
|
|
122
|
+
.nav-button[data-v-776ccc02]:hover {
|
|
123
123
|
width: fit-content;
|
|
124
124
|
pointer-events: all;
|
|
125
125
|
}
|
|
126
|
-
.nav-button .
|
|
126
|
+
.nav-button .bgl_icon-font[data-v-776ccc02] {
|
|
127
127
|
font-size: 22px;
|
|
128
128
|
margin: 0.25rem 10px;
|
|
129
129
|
padding: 10px;
|
|
@@ -136,16 +136,16 @@
|
|
|
136
136
|
transition: all 0.2s ease;
|
|
137
137
|
pointer-events: all;
|
|
138
138
|
}
|
|
139
|
-
.nav-button:hover .
|
|
140
|
-
.nav-button.router-link-active .
|
|
139
|
+
.nav-button:hover .bgl_icon-font[data-v-776ccc02],
|
|
140
|
+
.nav-button.router-link-active .bgl_icon-font[data-v-776ccc02] {
|
|
141
141
|
background: var(--bgl-white);
|
|
142
142
|
color: var(--bgl-primary);
|
|
143
143
|
}
|
|
144
|
-
.nav-button:hover .tooltip[data-v-
|
|
144
|
+
.nav-button:hover .tooltip[data-v-776ccc02] {
|
|
145
145
|
opacity: 1;
|
|
146
146
|
pointer-events: all;
|
|
147
147
|
}
|
|
148
|
-
.tooltip[data-v-
|
|
148
|
+
.tooltip[data-v-776ccc02] {
|
|
149
149
|
background-color: var(--bgl-white);
|
|
150
150
|
color: var(--bgl-primary);
|
|
151
151
|
line-height: 1;
|
|
@@ -159,23 +159,23 @@
|
|
|
159
159
|
opacity: 0;
|
|
160
160
|
margin-inline-start: 1rem;
|
|
161
161
|
}
|
|
162
|
-
.tooltip[data-v-
|
|
162
|
+
.tooltip[data-v-776ccc02]:hover {
|
|
163
163
|
filter: brightness(95%);
|
|
164
164
|
}
|
|
165
|
-
.tooltip[data-v-
|
|
165
|
+
.tooltip[data-v-776ccc02]:active {
|
|
166
166
|
filter: brightness(90%);
|
|
167
167
|
}
|
|
168
|
-
.bot-buttons-wrapper[data-v-
|
|
168
|
+
.bot-buttons-wrapper[data-v-776ccc02] {
|
|
169
169
|
margin-top: auto;
|
|
170
170
|
width: 100%;
|
|
171
171
|
}
|
|
172
|
-
.nav-links-wrapper[data-v-
|
|
172
|
+
.nav-links-wrapper[data-v-776ccc02] {
|
|
173
173
|
direction: ltr;
|
|
174
174
|
}
|
|
175
|
-
[dir="rtl"] .nav-links-wrapper[data-v-
|
|
175
|
+
[dir="rtl"] .nav-links-wrapper[data-v-776ccc02] {
|
|
176
176
|
direction: rtl;
|
|
177
177
|
}
|
|
178
|
-
.nav-scroll[data-v-
|
|
178
|
+
.nav-scroll[data-v-776ccc02] {
|
|
179
179
|
overflow-y: scroll;
|
|
180
180
|
width: 50vw;
|
|
181
181
|
direction: rtl;
|
|
@@ -185,30 +185,30 @@
|
|
|
185
185
|
display: flex;
|
|
186
186
|
flex-direction: column;
|
|
187
187
|
}
|
|
188
|
-
.nav[data-v-
|
|
188
|
+
.nav[data-v-776ccc02]::-webkit-scrollbar-thumb {
|
|
189
189
|
background-color: transparent;
|
|
190
190
|
}
|
|
191
|
-
.nav[data-v-
|
|
191
|
+
.nav[data-v-776ccc02]:hover::-webkit-scrollbar-thumb {
|
|
192
192
|
background-color: var(--bgl-gray);
|
|
193
193
|
}
|
|
194
|
-
[dir="rtl"] .nav-scroll[data-v-
|
|
194
|
+
[dir="rtl"] .nav-scroll[data-v-776ccc02] {
|
|
195
195
|
direction: ltr;
|
|
196
196
|
}
|
|
197
|
-
.full-nav[data-v-
|
|
197
|
+
.full-nav[data-v-776ccc02] {
|
|
198
198
|
height: 100%;
|
|
199
199
|
display: flex;
|
|
200
200
|
flex-direction: column;
|
|
201
201
|
}
|
|
202
202
|
@media screen and (min-width: 910px) {
|
|
203
|
-
.nav.open .nav-expend[data-v-
|
|
203
|
+
.nav.open .nav-expend[data-v-776ccc02] {
|
|
204
204
|
margin-inline-start: 189px;
|
|
205
205
|
transform: rotate(180deg);
|
|
206
206
|
}
|
|
207
|
-
.nav.open[data-v-
|
|
207
|
+
.nav.open[data-v-776ccc02] {
|
|
208
208
|
width: 200px;
|
|
209
209
|
text-align: start;
|
|
210
210
|
}
|
|
211
|
-
.nav.open .tooltip[data-v-
|
|
211
|
+
.nav.open .tooltip[data-v-776ccc02] {
|
|
212
212
|
background-color: transparent;
|
|
213
213
|
color: var(--bgl-white);
|
|
214
214
|
padding: 0;
|
|
@@ -217,30 +217,30 @@
|
|
|
217
217
|
opacity: 1;
|
|
218
218
|
margin-inline-start: 0rem;
|
|
219
219
|
}
|
|
220
|
-
.nav.open .nav-button .
|
|
220
|
+
.nav.open .nav-button .bgl_icon-font[data-v-776ccc02] {
|
|
221
221
|
margin: 0;
|
|
222
222
|
background: transparent;
|
|
223
223
|
}
|
|
224
|
-
.nav.open .nav-button[data-v-
|
|
224
|
+
.nav.open .nav-button[data-v-776ccc02] {
|
|
225
225
|
width: 180px;
|
|
226
226
|
border-radius: 10px;
|
|
227
227
|
margin-inline-start: 10px;
|
|
228
228
|
margin-top: 10px;
|
|
229
229
|
margin-bottom: 10px;
|
|
230
230
|
}
|
|
231
|
-
.nav.open .nav-button[data-v-
|
|
232
|
-
.nav.open .nav-button.router-link-active[data-v-
|
|
231
|
+
.nav.open .nav-button[data-v-776ccc02]:hover,
|
|
232
|
+
.nav.open .nav-button.router-link-active[data-v-776ccc02] {
|
|
233
233
|
background: var(--bgl-white);
|
|
234
234
|
color: var(--bgl-primary);
|
|
235
235
|
}
|
|
236
|
-
.nav.open .nav-button[data-v-
|
|
237
|
-
.nav.open .nav-button:hover .tooltip[data-v-
|
|
238
|
-
.nav.open .nav-button.router-link-active .tooltip[data-v-
|
|
236
|
+
.nav.open .nav-button[data-v-776ccc02]:hover,
|
|
237
|
+
.nav.open .nav-button:hover .tooltip[data-v-776ccc02],
|
|
238
|
+
.nav.open .nav-button.router-link-active .tooltip[data-v-776ccc02] {
|
|
239
239
|
color: var(--bgl-primary);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
@media screen and (max-width: 910px) {
|
|
243
|
-
.full-nav[data-v-
|
|
243
|
+
.full-nav[data-v-776ccc02] {
|
|
244
244
|
height: auto;
|
|
245
245
|
display: flex;
|
|
246
246
|
flex-direction: row;
|
|
@@ -249,10 +249,10 @@
|
|
|
249
249
|
inset-inline-end: 0;
|
|
250
250
|
overflow-x: auto;
|
|
251
251
|
}
|
|
252
|
-
.nav.open[data-v-
|
|
252
|
+
.nav.open[data-v-776ccc02] {
|
|
253
253
|
width: initial;
|
|
254
254
|
}
|
|
255
|
-
.nav[data-v-
|
|
255
|
+
.nav[data-v-776ccc02] {
|
|
256
256
|
width: auto;
|
|
257
257
|
display: flex;
|
|
258
258
|
flex-direction: row;
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
overflow-x: auto;
|
|
261
261
|
justify-content: flex-start;
|
|
262
262
|
}
|
|
263
|
-
.tooltip[data-v-
|
|
263
|
+
.tooltip[data-v-776ccc02] {
|
|
264
264
|
opacity: 1;
|
|
265
265
|
background: transparent;
|
|
266
266
|
color: var(--bgl-white);
|
|
@@ -269,25 +269,25 @@
|
|
|
269
269
|
padding: 0;
|
|
270
270
|
margin: 0;
|
|
271
271
|
}
|
|
272
|
-
.nav-button[data-v-
|
|
272
|
+
.nav-button[data-v-776ccc02] {
|
|
273
273
|
flex-direction: column;
|
|
274
274
|
margin: 12px 0.25rem;
|
|
275
275
|
}
|
|
276
|
-
.nav-button .
|
|
276
|
+
.nav-button .bgl_icon-font[data-v-776ccc02] {
|
|
277
277
|
padding: 2px 0 0 0;
|
|
278
278
|
margin: 0;
|
|
279
279
|
height: 30px;
|
|
280
280
|
width: 30px;
|
|
281
281
|
}
|
|
282
|
-
.nav-links-wrapper[data-v-
|
|
282
|
+
.nav-links-wrapper[data-v-776ccc02] {
|
|
283
283
|
display: flex;
|
|
284
284
|
}
|
|
285
|
-
.bot-buttons-wrapper[data-v-
|
|
285
|
+
.bot-buttons-wrapper[data-v-776ccc02] {
|
|
286
286
|
margin-top: 0;
|
|
287
287
|
width: auto;
|
|
288
288
|
display: flex;
|
|
289
289
|
}
|
|
290
|
-
.nav-scroll[data-v-
|
|
290
|
+
.nav-scroll[data-v-776ccc02] {
|
|
291
291
|
overflow-y: visible;
|
|
292
292
|
width: auto;
|
|
293
293
|
direction: auto;
|
|
@@ -298,24 +298,24 @@
|
|
|
298
298
|
flex-direction: row;
|
|
299
299
|
margin-inline-end: auto;
|
|
300
300
|
}
|
|
301
|
-
.nav[data-v-
|
|
301
|
+
.nav[data-v-776ccc02]::-webkit-scrollbar {
|
|
302
302
|
display: none;
|
|
303
303
|
}
|
|
304
|
-
.nav-expend[data-v-
|
|
304
|
+
.nav-expend[data-v-776ccc02] {
|
|
305
305
|
display: none;
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.loading[data-v-
|
|
309
|
+
.loading[data-v-7a7625e7] {
|
|
310
310
|
border: 1px solid var(--bgl-white);
|
|
311
311
|
border-bottom: 2px solid var(--bgl-white);
|
|
312
|
-
animation: spin-
|
|
312
|
+
animation: spin-7a7625e7 1s linear infinite;
|
|
313
313
|
border-radius: 100px;
|
|
314
314
|
width: 1rem;
|
|
315
315
|
height: 1rem;
|
|
316
316
|
margin: auto;
|
|
317
317
|
}
|
|
318
|
-
@keyframes spin-
|
|
318
|
+
@keyframes spin-7a7625e7 {
|
|
319
319
|
0% {
|
|
320
320
|
transform: rotate(0deg);
|
|
321
321
|
}
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
transform: rotate(360deg);
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
.bgl_btn-icon[data-v-7a7625e7] {
|
|
327
327
|
height: var(--btn-height);
|
|
328
328
|
width: var(--btn-height);
|
|
329
329
|
border-radius: 100%;
|
|
@@ -333,97 +333,97 @@
|
|
|
333
333
|
flex-shrink: 0;
|
|
334
334
|
transition: var(--bgl-transition);
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
.bgl_btn[data-v-7a7625e7] {
|
|
337
337
|
padding-left: var(--btn-padding);
|
|
338
338
|
padding-right: var(--btn-padding);
|
|
339
339
|
transition: var(--bgl-transition);
|
|
340
340
|
text-decoration: none;
|
|
341
341
|
}
|
|
342
|
-
.
|
|
342
|
+
.bgl_btn[disabled="true"][data-v-7a7625e7] {
|
|
343
343
|
opacity: 0.5;
|
|
344
344
|
cursor: not-allowed;
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
.bgl_btn-flex[data-v-7a7625e7] {
|
|
347
347
|
display: flex;
|
|
348
348
|
align-items: center;
|
|
349
349
|
gap: 0.5rem;
|
|
350
350
|
justify-content: center;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.bgl_btn .bgl_.bgl_icon-font[data-v-7a7625e7] {
|
|
353
353
|
font-size: calc(var(--input-font-size) * 1.3);
|
|
354
354
|
}
|
|
355
|
-
.
|
|
356
|
-
.
|
|
357
|
-
background-color: var(--
|
|
358
|
-
color: var(--
|
|
355
|
+
.bgl_btn[data-v-7a7625e7],
|
|
356
|
+
.bgl_btn-icon[data-v-7a7625e7] {
|
|
357
|
+
background-color: var(--76ea4ab4);
|
|
358
|
+
color: var(--e3fe6ee2);
|
|
359
359
|
}
|
|
360
|
-
.
|
|
361
|
-
.
|
|
360
|
+
.bgl_btn[data-v-7a7625e7]:hover,
|
|
361
|
+
.bgl_btn-icon[data-v-7a7625e7]:hover {
|
|
362
362
|
filter: var(--bgl-hover-filter);
|
|
363
363
|
}
|
|
364
|
-
.
|
|
365
|
-
.
|
|
364
|
+
.bgl_btn[data-v-7a7625e7]:active,
|
|
365
|
+
.bgl_btn-icon[data-v-7a7625e7]:active {
|
|
366
366
|
filter: var(--bgl-active-filter);
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.bgl_btn.bgl_flatBtn[data-v-7a7625e7] {
|
|
369
369
|
padding-left: var(--btn-padding);
|
|
370
370
|
padding-right: var(--btn-padding);
|
|
371
371
|
background: transparent;
|
|
372
372
|
}
|
|
373
|
-
.
|
|
373
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-7a7625e7] {
|
|
374
374
|
background: transparent;
|
|
375
375
|
}
|
|
376
|
-
.
|
|
377
|
-
.
|
|
376
|
+
.bgl_btn.bgl_flatBtn[data-v-7a7625e7]:hover,
|
|
377
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-7a7625e7]:hover {
|
|
378
378
|
filter: var(--bgl-active-filter);
|
|
379
379
|
}
|
|
380
|
-
.
|
|
381
|
-
.
|
|
380
|
+
.bgl_btn.bgl_flatBtn[data-v-7a7625e7]:active,
|
|
381
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-7a7625e7]:active {
|
|
382
382
|
background: var(--bgl-white);
|
|
383
383
|
filter: var(--bgl-hover-filter);
|
|
384
384
|
}
|
|
385
|
-
.
|
|
386
|
-
.
|
|
385
|
+
.bgl_btn.bgl_flatBtn.red[data-v-7a7625e7],
|
|
386
|
+
.bgl_btn-icon.bgl_flatBtn.red[data-v-7a7625e7] {
|
|
387
387
|
color: var(--bgl-red);
|
|
388
388
|
}
|
|
389
|
-
.
|
|
390
|
-
.
|
|
389
|
+
.bgl_btn.bgl_flatBtn.light[data-v-7a7625e7],
|
|
390
|
+
.bgl_btn-icon.bgl_flatBtn.light[data-v-7a7625e7] {
|
|
391
391
|
color: var(--bgl-primary-tint);
|
|
392
392
|
}
|
|
393
|
-
.
|
|
394
|
-
.
|
|
393
|
+
.bgl_btn.bgl_flatBtn.black[data-v-7a7625e7],
|
|
394
|
+
.bgl_btn-icon.bgl_flatBtn.black[data-v-7a7625e7] {
|
|
395
395
|
color: var(--bgl-black);
|
|
396
396
|
}
|
|
397
|
-
.
|
|
398
|
-
.
|
|
397
|
+
.bgl_btn.bgl_flatBtn.gray[data-v-7a7625e7],
|
|
398
|
+
.bgl_btn-icon.bgl_flatBtn.gray[data-v-7a7625e7] {
|
|
399
399
|
color: var(--bgl-gray);
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
.bgl_btn.thin[data-v-7a7625e7] {
|
|
402
402
|
padding-left: calc(var(--btn-padding) / 2);
|
|
403
403
|
padding-right: calc(var(--btn-padding) / 2);
|
|
404
404
|
}
|
|
405
|
-
.
|
|
405
|
+
.bgl_btn.round[data-v-7a7625e7] {
|
|
406
406
|
border-radius: calc(var(--btn-border-radius) * 2);
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
.bgl_btn-icon.thin[data-v-7a7625e7] {
|
|
409
409
|
height: calc(var(--btn-height) / 1.5);
|
|
410
410
|
width: calc(var(--btn-height) / 1.5);
|
|
411
411
|
line-height: 1;
|
|
412
412
|
}
|
|
413
|
-
[dir="rtl"] .
|
|
413
|
+
[dir="rtl"] .bgl_.bgl_icon-font[data-v-7a7625e7] {
|
|
414
414
|
transform: rotateY(180deg);
|
|
415
415
|
}
|
|
416
|
-
.
|
|
417
|
-
outline: 1px solid var(--
|
|
418
|
-
color: var(--
|
|
416
|
+
.bgl_btn-border[data-v-7a7625e7] {
|
|
417
|
+
outline: 1px solid var(--76ea4ab4);
|
|
418
|
+
color: var(--76ea4ab4);
|
|
419
419
|
background: transparent;
|
|
420
420
|
}
|
|
421
|
-
.
|
|
421
|
+
.bgl_btn-border[data-v-7a7625e7]:hover {
|
|
422
422
|
color: var(--bgl-white);
|
|
423
|
-
background: var(--
|
|
423
|
+
background: var(--76ea4ab4);
|
|
424
424
|
filter: brightness(100%);
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
.bgl_btn-border[data-v-7a7625e7]:active {
|
|
427
427
|
filter: brightness(80%);
|
|
428
428
|
}
|
|
429
429
|
.bg-dark {
|
|
@@ -612,17 +612,17 @@
|
|
|
612
612
|
border: none;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.comments-wrap[data-v-
|
|
615
|
+
.comments-wrap[data-v-c4b41dc0] {
|
|
616
616
|
display: grid;
|
|
617
617
|
grid-template-rows: 1fr 40px;
|
|
618
618
|
height: 100%;
|
|
619
619
|
position: relative;
|
|
620
620
|
gap: 0.5rem;
|
|
621
621
|
}
|
|
622
|
-
.comments-wrap p[data-v-
|
|
622
|
+
.comments-wrap p[data-v-c4b41dc0] {
|
|
623
623
|
margin: 0;
|
|
624
624
|
}
|
|
625
|
-
.comments-wrap[data-v-
|
|
625
|
+
.comments-wrap[data-v-c4b41dc0]::before {
|
|
626
626
|
content: "";
|
|
627
627
|
inset-inline-start: 10px;
|
|
628
628
|
top: 0px;
|
|
@@ -631,27 +631,27 @@
|
|
|
631
631
|
position: absolute;
|
|
632
632
|
bottom: 10px;
|
|
633
633
|
}
|
|
634
|
-
.comment-top[data-v-
|
|
634
|
+
.comment-top[data-v-c4b41dc0] {
|
|
635
635
|
display: flex;
|
|
636
636
|
align-items: baseline;
|
|
637
637
|
flex-wrap: wrap;
|
|
638
638
|
position: relative;
|
|
639
639
|
margin-inline-start: 1rem;
|
|
640
640
|
}
|
|
641
|
-
.comment-list[data-v-
|
|
641
|
+
.comment-list[data-v-c4b41dc0] {
|
|
642
642
|
padding: 0.5rem;
|
|
643
643
|
height: 100%;
|
|
644
644
|
overflow: auto;
|
|
645
645
|
}
|
|
646
|
-
.comment[data-v-
|
|
646
|
+
.comment[data-v-c4b41dc0] {
|
|
647
647
|
margin-bottom: 1rem;
|
|
648
648
|
}
|
|
649
|
-
.comment-owner[data-v-
|
|
649
|
+
.comment-owner[data-v-c4b41dc0] {
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
margin-inline-end: 0.5rem;
|
|
652
652
|
color: var(--bgl-gray);
|
|
653
653
|
}
|
|
654
|
-
.comment-owner[data-v-
|
|
654
|
+
.comment-owner[data-v-c4b41dc0]::before {
|
|
655
655
|
content: "";
|
|
656
656
|
height: 12px;
|
|
657
657
|
width: 12px;
|
|
@@ -661,18 +661,18 @@
|
|
|
661
661
|
inset-inline-start: -1.2rem;
|
|
662
662
|
top: 0.2rem;
|
|
663
663
|
}
|
|
664
|
-
.me .comment-owner[data-v-
|
|
664
|
+
.me .comment-owner[data-v-c4b41dc0] {
|
|
665
665
|
color: var(--bgl-primary);
|
|
666
666
|
}
|
|
667
|
-
.me .comment-owner[data-v-
|
|
667
|
+
.me .comment-owner[data-v-c4b41dc0]::before {
|
|
668
668
|
background: var(--bgl-primary);
|
|
669
669
|
}
|
|
670
|
-
.comment-time[data-v-
|
|
670
|
+
.comment-time[data-v-c4b41dc0] {
|
|
671
671
|
color: var(--bgl-gray);
|
|
672
672
|
font-size: 10px;
|
|
673
673
|
white-space: nowrap;
|
|
674
674
|
}
|
|
675
|
-
.comment-actions[data-v-
|
|
675
|
+
.comment-actions[data-v-c4b41dc0] {
|
|
676
676
|
background: red;
|
|
677
677
|
line-height: 0;
|
|
678
678
|
display: flex;
|
|
@@ -680,35 +680,35 @@
|
|
|
680
680
|
flex-grow: 1;
|
|
681
681
|
gap: 0.25rem;
|
|
682
682
|
}
|
|
683
|
-
.comment .comment-actions .edit[data-v-
|
|
683
|
+
.comment .comment-actions .edit[data-v-c4b41dc0] {
|
|
684
684
|
opacity: 0;
|
|
685
685
|
}
|
|
686
|
-
.comment-actions .edit[data-v-
|
|
686
|
+
.comment-actions .edit[data-v-c4b41dc0] {
|
|
687
687
|
margin-inline-end: auto;
|
|
688
688
|
}
|
|
689
|
-
.comment.me:hover .comment-actions .edit[data-v-
|
|
689
|
+
.comment.me:hover .comment-actions .edit[data-v-c4b41dc0] {
|
|
690
690
|
opacity: 0.4;
|
|
691
691
|
}
|
|
692
|
-
.comment-actions > div[data-v-
|
|
692
|
+
.comment-actions > div[data-v-c4b41dc0] {
|
|
693
693
|
transition: all 200ms ease;
|
|
694
694
|
cursor: pointer;
|
|
695
695
|
opacity: 0.6;
|
|
696
696
|
}
|
|
697
|
-
.comment-actions > div[data-v-
|
|
697
|
+
.comment-actions > div[data-v-c4b41dc0]:hover {
|
|
698
698
|
color: var(--bgl-primary);
|
|
699
699
|
}
|
|
700
|
-
.comment-actions .delete[data-v-
|
|
700
|
+
.comment-actions .delete[data-v-c4b41dc0]:hover {
|
|
701
701
|
color: var(--bgl-red);
|
|
702
702
|
}
|
|
703
|
-
.comment-actions > div[data-v-
|
|
703
|
+
.comment-actions > div[data-v-c4b41dc0]:active {
|
|
704
704
|
filter: brightness(70%);
|
|
705
705
|
}
|
|
706
|
-
.
|
|
707
|
-
.
|
|
706
|
+
.bgl_icon-font.delete[data-v-c4b41dc0],
|
|
707
|
+
.bgl_icon-font.save[data-v-c4b41dc0] {
|
|
708
708
|
display: none;
|
|
709
709
|
}
|
|
710
|
-
.editable .
|
|
711
|
-
.editable .
|
|
710
|
+
.editable .bgl_icon-font.delete[data-v-c4b41dc0],
|
|
711
|
+
.editable .bgl_icon-font.save[data-v-c4b41dc0] {
|
|
712
712
|
display: block;
|
|
713
713
|
}
|
|
714
714
|
|
|
@@ -721,10 +721,10 @@
|
|
|
721
721
|
/* overflow: hidden; */
|
|
722
722
|
/* border-radius: 10px; */
|
|
723
723
|
/* } */
|
|
724
|
-
.editable .editor-wrapper[data-v-
|
|
724
|
+
.editable .editor-wrapper[data-v-c4b41dc0] {
|
|
725
725
|
background-color: var(--input-bg);
|
|
726
726
|
}
|
|
727
|
-
.new-comment[data-v-
|
|
727
|
+
.new-comment[data-v-c4b41dc0] {
|
|
728
728
|
display: flex;
|
|
729
729
|
align-items: flex-end;
|
|
730
730
|
position: relative;
|
|
@@ -734,44 +734,44 @@
|
|
|
734
734
|
color: var(--input-color);
|
|
735
735
|
line-height: 1.6;
|
|
736
736
|
}
|
|
737
|
-
.comment-input[data-v-
|
|
737
|
+
.comment-input[data-v-c4b41dc0] {
|
|
738
738
|
max-height: 100px;
|
|
739
739
|
overflow: auto;
|
|
740
740
|
flex-grow: 1;
|
|
741
741
|
border-radius: var(--btn-border-radius);
|
|
742
742
|
}
|
|
743
743
|
|
|
744
|
-
.list-arrows[data-v-
|
|
744
|
+
.list-arrows[data-v-555ad739] {
|
|
745
745
|
opacity: 0;
|
|
746
746
|
}
|
|
747
|
-
.list-arrows .
|
|
747
|
+
.list-arrows .bgl_icon-font[data-v-555ad739] {
|
|
748
748
|
transition: all ease-in-out 0.2s;
|
|
749
749
|
}
|
|
750
|
-
.list-arrows.sorted[data-v-
|
|
750
|
+
.list-arrows.sorted[data-v-555ad739] {
|
|
751
751
|
opacity: 1;
|
|
752
752
|
}
|
|
753
|
-
.col img[data-v-
|
|
753
|
+
.col img[data-v-555ad739] {
|
|
754
754
|
height: 35px;
|
|
755
755
|
margin-top: -14px;
|
|
756
756
|
margin-bottom: -14px;
|
|
757
757
|
border-radius: 5px;
|
|
758
758
|
}
|
|
759
|
-
.list-arrows.sorted .desc[data-v-
|
|
759
|
+
.list-arrows.sorted .desc[data-v-555ad739] {
|
|
760
760
|
transform: rotate(180deg);
|
|
761
761
|
}
|
|
762
|
-
table[data-v-
|
|
762
|
+
table[data-v-555ad739] {
|
|
763
763
|
border-collapse: separate;
|
|
764
764
|
border-spacing: 0 15px;
|
|
765
765
|
border-collapse: collapse;
|
|
766
766
|
}
|
|
767
|
-
th[data-v-
|
|
767
|
+
th[data-v-555ad739] {
|
|
768
768
|
font-weight: 400;
|
|
769
769
|
}
|
|
770
|
-
.row[data-v-
|
|
770
|
+
.row[data-v-555ad739] {
|
|
771
771
|
border-bottom: 1px solid var(--border-color);
|
|
772
772
|
cursor: pointer;
|
|
773
773
|
}
|
|
774
|
-
.row.first-row[data-v-
|
|
774
|
+
.row.first-row[data-v-555ad739] {
|
|
775
775
|
font-size: 0.8rem;
|
|
776
776
|
color: var(--bgl-black-tint);
|
|
777
777
|
position: sticky;
|
|
@@ -781,7 +781,7 @@ th[data-v-56ec9012] {
|
|
|
781
781
|
height: 50px;
|
|
782
782
|
vertical-align: bottom;
|
|
783
783
|
}
|
|
784
|
-
.row.first-row[data-v-
|
|
784
|
+
.row.first-row[data-v-555ad739]::after {
|
|
785
785
|
content: "";
|
|
786
786
|
border-bottom: 1px solid var(--border-color);
|
|
787
787
|
position: absolute;
|
|
@@ -789,11 +789,11 @@ th[data-v-56ec9012] {
|
|
|
789
789
|
right: 0;
|
|
790
790
|
bottom: -1px;
|
|
791
791
|
}
|
|
792
|
-
.first-row .col[data-v-
|
|
792
|
+
.first-row .col[data-v-555ad739] {
|
|
793
793
|
cursor: pointer;
|
|
794
794
|
background: var(--bgl-white);
|
|
795
795
|
}
|
|
796
|
-
.col[data-v-
|
|
796
|
+
.col[data-v-555ad739] {
|
|
797
797
|
white-space: nowrap;
|
|
798
798
|
padding: 14px;
|
|
799
799
|
transition: var(--bgl-transition);
|
|
@@ -802,16 +802,16 @@ th[data-v-56ec9012] {
|
|
|
802
802
|
padding-right: 1rem;
|
|
803
803
|
align-items: center;
|
|
804
804
|
}
|
|
805
|
-
.col>div[data-v-
|
|
805
|
+
.col>div[data-v-555ad739] {
|
|
806
806
|
display: flex;
|
|
807
807
|
gap: 0.5rem;
|
|
808
808
|
}
|
|
809
|
-
.max-col-width[data-v-
|
|
809
|
+
.max-col-width[data-v-555ad739] {
|
|
810
810
|
max-width: 30vw;
|
|
811
811
|
overflow: hidden;
|
|
812
812
|
text-overflow: ellipsis;
|
|
813
813
|
}
|
|
814
|
-
.col.check .
|
|
814
|
+
.col.check .bgl_icon-font[data-v-555ad739] {
|
|
815
815
|
border-radius: 100%;
|
|
816
816
|
background: var(--bgl-blue-20);
|
|
817
817
|
color: var(--bgl-primary);
|
|
@@ -822,27 +822,27 @@ th[data-v-56ec9012] {
|
|
|
822
822
|
justify-content: center;
|
|
823
823
|
margin-top: -2px;
|
|
824
824
|
}
|
|
825
|
-
.rows[data-v-
|
|
825
|
+
.rows[data-v-555ad739] {
|
|
826
826
|
font-size: 0.8125em;
|
|
827
827
|
}
|
|
828
|
-
.table-list[data-v-
|
|
828
|
+
.table-list[data-v-555ad739] {
|
|
829
829
|
height: 100%;
|
|
830
830
|
position: relative;
|
|
831
831
|
padding-left: 0 !important;
|
|
832
832
|
padding-right: 0 !important;
|
|
833
833
|
overflow: auto;
|
|
834
834
|
}
|
|
835
|
-
.BagelTable .table-list[data-v-
|
|
835
|
+
.BagelTable .table-list[data-v-555ad739] {
|
|
836
836
|
overflow: unset;
|
|
837
837
|
}
|
|
838
|
-
.row-item[data-v-
|
|
838
|
+
.row-item[data-v-555ad739] {
|
|
839
839
|
height: 50px;
|
|
840
840
|
transition: all 200ms ease;
|
|
841
841
|
}
|
|
842
|
-
.row-item[data-v-
|
|
842
|
+
.row-item[data-v-555ad739]:hover {
|
|
843
843
|
background: var(--bgl-gray-light);
|
|
844
844
|
}
|
|
845
|
-
.infinite-wrapper[data-v-
|
|
845
|
+
.infinite-wrapper[data-v-555ad739] {
|
|
846
846
|
overflow-y: auto;
|
|
847
847
|
width: 100%;
|
|
848
848
|
}
|
|
@@ -1530,87 +1530,87 @@ to {
|
|
|
1530
1530
|
background: transparent;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
|
-
.table-side-scroll[data-v-
|
|
1533
|
+
.table-side-scroll[data-v-cdacf10e] {
|
|
1534
1534
|
overflow: auto;
|
|
1535
1535
|
margin-inline-start: -1rem;
|
|
1536
1536
|
padding-inline-start: 1rem;
|
|
1537
1537
|
padding-bottom: 1rem;
|
|
1538
1538
|
}
|
|
1539
|
-
.table-field-wrap[data-v-
|
|
1539
|
+
.table-field-wrap[data-v-cdacf10e] {
|
|
1540
1540
|
margin-bottom: -1rem;
|
|
1541
1541
|
}
|
|
1542
|
-
.table-cell[data-v-
|
|
1542
|
+
.table-cell[data-v-cdacf10e] {
|
|
1543
1543
|
border-inline-end: 1px solid var(--border-color);
|
|
1544
1544
|
border-bottom: 1px solid var(--border-color);
|
|
1545
1545
|
}
|
|
1546
|
-
.table-row[data-v-
|
|
1546
|
+
.table-row[data-v-cdacf10e] {
|
|
1547
1547
|
transition: var(--bgl-transition);
|
|
1548
1548
|
position: relative;
|
|
1549
1549
|
width: max-content;
|
|
1550
1550
|
}
|
|
1551
|
-
.table-row[data-v-
|
|
1551
|
+
.table-row[data-v-cdacf10e]:hover {
|
|
1552
1552
|
background: var(--bgl-gray-light);
|
|
1553
1553
|
}
|
|
1554
|
-
.table-reorder[data-v-
|
|
1554
|
+
.table-reorder[data-v-cdacf10e] {
|
|
1555
1555
|
opacity: 0;
|
|
1556
1556
|
width: 2rem;
|
|
1557
1557
|
text-align: center;
|
|
1558
1558
|
position: absolute;
|
|
1559
1559
|
margin-inline-start: -2rem;
|
|
1560
1560
|
}
|
|
1561
|
-
.table-row:hover .table-reorder[data-v-
|
|
1561
|
+
.table-row:hover .table-reorder[data-v-cdacf10e] {
|
|
1562
1562
|
opacity: 1;
|
|
1563
1563
|
cursor: grab;
|
|
1564
1564
|
}
|
|
1565
|
-
.table-reorder[data-v-
|
|
1565
|
+
.table-reorder[data-v-cdacf10e]:active {
|
|
1566
1566
|
opacity: 1;
|
|
1567
1567
|
cursor: grab;
|
|
1568
1568
|
}
|
|
1569
|
-
.
|
|
1569
|
+
.bgl_btn.thin.bgl_flatBtn[data-v-cdacf10e] {
|
|
1570
1570
|
margin-inline-start: -1rem;
|
|
1571
1571
|
margin-top: 1rem;
|
|
1572
1572
|
}
|
|
1573
|
-
.table-header[data-v-
|
|
1573
|
+
.table-header[data-v-cdacf10e] {
|
|
1574
1574
|
display: flex;
|
|
1575
1575
|
width: max-content;
|
|
1576
1576
|
}
|
|
1577
|
-
.header-col[data-v-
|
|
1577
|
+
.header-col[data-v-cdacf10e] {
|
|
1578
1578
|
min-width: calc(var(--input-height) * 3);
|
|
1579
1579
|
font-size: 13px;
|
|
1580
1580
|
color: var(--input-color);
|
|
1581
1581
|
padding: 10px 0;
|
|
1582
1582
|
border-bottom: 1px solid var(--border-color);
|
|
1583
1583
|
}
|
|
1584
|
-
.table-cell[data-v-
|
|
1585
|
-
.header-col[data-v-
|
|
1584
|
+
.table-cell[data-v-cdacf10e],
|
|
1585
|
+
.header-col[data-v-cdacf10e] {
|
|
1586
1586
|
width: 160px;
|
|
1587
1587
|
}
|
|
1588
|
-
.table-cell.check[data-v-
|
|
1589
|
-
.header-col.check[data-v-
|
|
1588
|
+
.table-cell.check[data-v-cdacf10e],
|
|
1589
|
+
.header-col.check[data-v-cdacf10e] {
|
|
1590
1590
|
width: 100px;
|
|
1591
1591
|
}
|
|
1592
|
-
.table-cell.date[data-v-
|
|
1593
|
-
.header-col.date[data-v-
|
|
1592
|
+
.table-cell.date[data-v-cdacf10e],
|
|
1593
|
+
.header-col.date[data-v-cdacf10e] {
|
|
1594
1594
|
width: 140px;
|
|
1595
1595
|
}
|
|
1596
|
-
.header-col.small-text[data-v-
|
|
1597
|
-
.header-col.text[data-v-
|
|
1598
|
-
.header-col.long-text[data-v-
|
|
1599
|
-
.header-col.json[data-v-
|
|
1600
|
-
.table-cell.small-text[data-v-
|
|
1601
|
-
.table-cell.text[data-v-
|
|
1602
|
-
.table-cell.long-text[data-v-
|
|
1603
|
-
.table-cell.json[data-v-
|
|
1596
|
+
.header-col.small-text[data-v-cdacf10e],
|
|
1597
|
+
.header-col.text[data-v-cdacf10e],
|
|
1598
|
+
.header-col.long-text[data-v-cdacf10e],
|
|
1599
|
+
.header-col.json[data-v-cdacf10e],
|
|
1600
|
+
.table-cell.small-text[data-v-cdacf10e],
|
|
1601
|
+
.table-cell.text[data-v-cdacf10e],
|
|
1602
|
+
.table-cell.long-text[data-v-cdacf10e],
|
|
1603
|
+
.table-cell.json[data-v-cdacf10e] {
|
|
1604
1604
|
width: 240px;
|
|
1605
1605
|
}
|
|
1606
|
-
.table-cell.small-text .bagel-input[data-v-
|
|
1607
|
-
.table-cell.text .bagel-input[data-v-
|
|
1608
|
-
.table-cell.long-text .bagel-input[data-v-
|
|
1609
|
-
.table-cell.json .bagel-input[data-v-
|
|
1606
|
+
.table-cell.small-text .bagel-input[data-v-cdacf10e],
|
|
1607
|
+
.table-cell.text .bagel-input[data-v-cdacf10e],
|
|
1608
|
+
.table-cell.long-text .bagel-input[data-v-cdacf10e],
|
|
1609
|
+
.table-cell.json .bagel-input[data-v-cdacf10e] {
|
|
1610
1610
|
height: 40px;
|
|
1611
1611
|
overflow: auto;
|
|
1612
1612
|
}
|
|
1613
|
-
.table-action[data-v-
|
|
1613
|
+
.table-action[data-v-cdacf10e] {
|
|
1614
1614
|
text-align: center;
|
|
1615
1615
|
position: sticky;
|
|
1616
1616
|
opacity: 0;
|
|
@@ -1620,19 +1620,19 @@ to {
|
|
|
1620
1620
|
margin-top: -1px;
|
|
1621
1621
|
background: var(--border-color);
|
|
1622
1622
|
}
|
|
1623
|
-
.table-action>.
|
|
1623
|
+
.table-action>.bgl_icon-font[data-v-cdacf10e] {
|
|
1624
1624
|
padding: 11.4px;
|
|
1625
1625
|
cursor: pointer;
|
|
1626
1626
|
transition: var(--bgl-transition);
|
|
1627
1627
|
}
|
|
1628
|
-
.table-action:hover>.
|
|
1628
|
+
.table-action:hover>.bgl_icon-font[data-v-cdacf10e] {
|
|
1629
1629
|
background: var(--bgl-red);
|
|
1630
1630
|
color: var(--bgl-white);
|
|
1631
1631
|
}
|
|
1632
|
-
.table-action:active>.
|
|
1632
|
+
.table-action:active>.bgl_icon-font[data-v-cdacf10e] {
|
|
1633
1633
|
filter: brightness(90%);
|
|
1634
1634
|
}
|
|
1635
|
-
.table-row:hover .table-action[data-v-
|
|
1635
|
+
.table-row:hover .table-action[data-v-cdacf10e] {
|
|
1636
1636
|
opacity: 1;
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
@@ -1676,55 +1676,60 @@ to {
|
|
|
1676
1676
|
/* width: auto; */
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
|
-
.bagel-input textarea[data-v-
|
|
1679
|
+
.bagel-input textarea[data-v-c5f12e8d] {
|
|
1680
1680
|
min-height: unset;
|
|
1681
1681
|
}
|
|
1682
|
-
.bagel-input.text-input textarea[data-v-
|
|
1682
|
+
.bagel-input.text-input textarea[data-v-c5f12e8d] {
|
|
1683
1683
|
resize: none;
|
|
1684
1684
|
}
|
|
1685
|
-
.code textarea[data-v-
|
|
1685
|
+
.code textarea[data-v-c5f12e8d] {
|
|
1686
1686
|
font-family: 'Inconsolata', monospace;
|
|
1687
1687
|
background: var(--bgl-black) !important;
|
|
1688
1688
|
color: var(--bgl-white) !important;
|
|
1689
1689
|
}
|
|
1690
|
-
.bagel-input.toggleEdit[data-v-
|
|
1690
|
+
.bagel-input.toggleEdit[data-v-c5f12e8d]:hover {
|
|
1691
1691
|
background-color: var(--input-bg);
|
|
1692
1692
|
}
|
|
1693
|
-
.bagel-input.small[data-v-
|
|
1693
|
+
.bagel-input.small[data-v-c5f12e8d] {
|
|
1694
1694
|
margin-bottom: 0;
|
|
1695
1695
|
height: 30px;
|
|
1696
1696
|
}
|
|
1697
|
-
.
|
|
1697
|
+
.bagel-input.dense label[data-v-c5f12e8d]{
|
|
1698
|
+
display: flex;
|
|
1699
|
+
align-items: center;
|
|
1700
|
+
gap: 0.5rem;
|
|
1701
|
+
}
|
|
1702
|
+
.toggleEditBtn[data-v-c5f12e8d] {
|
|
1698
1703
|
position: absolute;
|
|
1699
1704
|
right: -24px;
|
|
1700
1705
|
top: 4;
|
|
1701
1706
|
opacity: 0;
|
|
1702
1707
|
}
|
|
1703
|
-
.textInputIconWrap[data-v-
|
|
1708
|
+
.textInputIconWrap[data-v-c5f12e8d] {
|
|
1704
1709
|
position: relative;
|
|
1705
1710
|
}
|
|
1706
|
-
.textInputIconWrap .
|
|
1711
|
+
.textInputIconWrap .bgl_icon-font[data-v-c5f12e8d] {
|
|
1707
1712
|
position: absolute;
|
|
1708
1713
|
inset-inline-end: 0.7rem;
|
|
1709
1714
|
bottom: 50%;
|
|
1710
1715
|
line-height: 0;
|
|
1711
1716
|
color: var(--bgl-gray);
|
|
1712
1717
|
}
|
|
1713
|
-
.txtInputIconStart .iconStart[data-v-
|
|
1718
|
+
.txtInputIconStart .iconStart[data-v-c5f12e8d] {
|
|
1714
1719
|
position: absolute;
|
|
1715
1720
|
inset-inline-start: 0.7rem;
|
|
1716
1721
|
top: 50%;
|
|
1717
1722
|
line-height: 0;
|
|
1718
1723
|
color: var(--bgl-gray);
|
|
1719
1724
|
}
|
|
1720
|
-
.txtInputIconStart textarea[data-v-
|
|
1725
|
+
.txtInputIconStart textarea[data-v-c5f12e8d] {
|
|
1721
1726
|
padding-inline-start: 2rem;
|
|
1722
1727
|
}
|
|
1723
|
-
.bagel-input:hover .toggleEditBtn[data-v-
|
|
1724
|
-
.bagel-input.editMode .toggleEditBtn[data-v-
|
|
1728
|
+
.bagel-input:hover .toggleEditBtn[data-v-c5f12e8d],
|
|
1729
|
+
.bagel-input.editMode .toggleEditBtn[data-v-c5f12e8d] {
|
|
1725
1730
|
opacity: 1;
|
|
1726
1731
|
}
|
|
1727
|
-
.bagel-input.small textarea[data-v-
|
|
1732
|
+
.bagel-input.small textarea[data-v-c5f12e8d] {
|
|
1728
1733
|
height: 30px;
|
|
1729
1734
|
}
|
|
1730
1735
|
|
|
@@ -2387,6 +2392,9 @@ img.preview[data-v-7deb423e] {
|
|
|
2387
2392
|
.flex-3-col {
|
|
2388
2393
|
flex: 1 1 33.33333%;
|
|
2389
2394
|
}
|
|
2395
|
+
.mb-auto {
|
|
2396
|
+
margin-bottom: auto !important;
|
|
2397
|
+
}
|
|
2390
2398
|
.mb-0 {
|
|
2391
2399
|
margin-bottom: 0rem !important;
|
|
2392
2400
|
}
|
|
@@ -2411,6 +2419,9 @@ img.preview[data-v-7deb423e] {
|
|
|
2411
2419
|
.mb-4 {
|
|
2412
2420
|
margin-bottom: 4rem !important;
|
|
2413
2421
|
}
|
|
2422
|
+
.mt-auto {
|
|
2423
|
+
margin-top: auto !important;
|
|
2424
|
+
}
|
|
2414
2425
|
.mt-0 {
|
|
2415
2426
|
margin-top: 0rem !important;
|
|
2416
2427
|
}
|
|
@@ -2435,6 +2446,9 @@ img.preview[data-v-7deb423e] {
|
|
|
2435
2446
|
.mt-4 {
|
|
2436
2447
|
margin-top: 4rem !important;
|
|
2437
2448
|
}
|
|
2449
|
+
.ms-auto {
|
|
2450
|
+
margin-inline-start: auto !important;
|
|
2451
|
+
}
|
|
2438
2452
|
.ms-0 {
|
|
2439
2453
|
margin-inline-start: 0rem !important;
|
|
2440
2454
|
}
|
|
@@ -2459,6 +2473,9 @@ img.preview[data-v-7deb423e] {
|
|
|
2459
2473
|
.ms-4 {
|
|
2460
2474
|
margin-inline-start: 4rem !important;
|
|
2461
2475
|
}
|
|
2476
|
+
.me-auto {
|
|
2477
|
+
margin-inline-end: auto !important;
|
|
2478
|
+
}
|
|
2462
2479
|
.me-0 {
|
|
2463
2480
|
margin-inline-end: 0rem !important;
|
|
2464
2481
|
}
|
|
@@ -2747,7 +2764,7 @@ select {
|
|
|
2747
2764
|
.bagel-input.search-wrap input {
|
|
2748
2765
|
padding-inline-end: 2rem;
|
|
2749
2766
|
}
|
|
2750
|
-
.bagel-input.search-wrap .
|
|
2767
|
+
.bagel-input.search-wrap .bgl_icon-font {
|
|
2751
2768
|
margin-inline-start: -1.75rem;
|
|
2752
2769
|
}
|
|
2753
2770
|
.bagel-input select {
|
|
@@ -2829,11 +2846,11 @@ label.active {
|
|
|
2829
2846
|
.label-count-0 label {
|
|
2830
2847
|
display: none;
|
|
2831
2848
|
}
|
|
2832
|
-
.label-count-0 button.
|
|
2849
|
+
.label-count-0 button.bgl_btn.bgl_flatBtn {
|
|
2833
2850
|
/* background: var(--bgl-blue-light); */
|
|
2834
2851
|
margin-right: 5px;
|
|
2835
2852
|
}
|
|
2836
|
-
.label-count-0 button.
|
|
2853
|
+
.label-count-0 button.bgl_btn.bgl_flatBtn:hover {
|
|
2837
2854
|
background: var(--bgl-hover-filter);
|
|
2838
2855
|
}
|
|
2839
2856
|
input[type="color"] {
|
|
@@ -2874,9 +2891,9 @@ input[type="color"]::-moz-color-swatch:hover {
|
|
|
2874
2891
|
}
|
|
2875
2892
|
}
|
|
2876
2893
|
button,
|
|
2877
|
-
.
|
|
2878
|
-
.
|
|
2879
|
-
.
|
|
2894
|
+
.bgl_btn,
|
|
2895
|
+
.bgl_flatBtn,
|
|
2896
|
+
.bgl_btn-icon {
|
|
2880
2897
|
font-family: inherit;
|
|
2881
2898
|
white-space: nowrap;
|
|
2882
2899
|
cursor: pointer;
|
|
@@ -2918,12 +2935,12 @@ button,
|
|
|
2918
2935
|
content: "close";
|
|
2919
2936
|
font-family: "Material Symbols Outlined", serif;
|
|
2920
2937
|
}
|
|
2921
|
-
.
|
|
2938
|
+
.bgl_btn.thin {
|
|
2922
2939
|
height: calc(var(--btn-height) * 0.7);
|
|
2923
2940
|
line-height: calc(var(--btn-height) * 0.7);
|
|
2924
2941
|
}
|
|
2925
2942
|
@media screen and (max-width: 910px) {
|
|
2926
|
-
.
|
|
2943
|
+
.bgl_btn {
|
|
2927
2944
|
padding: 0 20px;
|
|
2928
2945
|
}
|
|
2929
2946
|
}
|
|
@@ -2944,6 +2961,12 @@ h6 {}
|
|
|
2944
2961
|
.txt-center {
|
|
2945
2962
|
text-align: center;
|
|
2946
2963
|
}
|
|
2964
|
+
.txt-start {
|
|
2965
|
+
text-align: start;
|
|
2966
|
+
}
|
|
2967
|
+
.txt-end {
|
|
2968
|
+
text-align: end;
|
|
2969
|
+
}
|
|
2947
2970
|
.smalltxt {
|
|
2948
2971
|
font-size: 12px;
|
|
2949
2972
|
}
|
|
@@ -3004,7 +3027,7 @@ h6 {}
|
|
|
3004
3027
|
.decoration-none {
|
|
3005
3028
|
text-decoration: none;
|
|
3006
3029
|
}
|
|
3007
|
-
.
|
|
3030
|
+
.bgl_icon-font {
|
|
3008
3031
|
font-family: "Material Symbols Outlined", serif;
|
|
3009
3032
|
}
|
|
3010
3033
|
@media screen and (max-width: 910px) {
|
|
@@ -3169,7 +3192,7 @@ h6 {}
|
|
|
3169
3192
|
width: 100%;
|
|
3170
3193
|
margin-top: 1rem;
|
|
3171
3194
|
}
|
|
3172
|
-
.login-card .
|
|
3195
|
+
.login-card .bgl_btn {
|
|
3173
3196
|
width: 100%;
|
|
3174
3197
|
background: var(--bgl-primary);
|
|
3175
3198
|
color: var(--bgl-white);
|
|
@@ -3638,10 +3661,10 @@ h6 {}
|
|
|
3638
3661
|
[theme="dark"] .whatsapp-msg {
|
|
3639
3662
|
color: var(--bgl-gray-light);
|
|
3640
3663
|
}
|
|
3641
|
-
[theme="dark"] .
|
|
3642
|
-
[theme="dark"] .
|
|
3643
|
-
[theme="dark"] .primary-checkbox input:checked
|
|
3644
|
-
[theme="dark"] .
|
|
3664
|
+
[theme="dark"] .bgl_btn,
|
|
3665
|
+
[theme="dark"] .bgl_btn-icon,
|
|
3666
|
+
[theme="dark"] .primary-checkbox input:checked+span,
|
|
3667
|
+
[theme="dark"] .bgl_btn.light {
|
|
3645
3668
|
color: var(--bgl-black);
|
|
3646
3669
|
}
|
|
3647
3670
|
[theme="dark"] .bagel-input.checkbox.check .slider:before {
|