@bagelink/vue 0.0.1220 → 0.0.1227
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/BglComponent.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Calendar/Index.vue.d.ts +8 -4
- package/dist/components/Calendar/Index.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/header/Header.vue.d.ts +2 -0
- package/dist/components/Calendar/components/header/Header.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/AgendaEventTile.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/AgendaEvents.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/Day.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/Event.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/Month.vue.d.ts +2 -2
- package/dist/components/Calendar/components/month/Month.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/WeekDay.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/partials/EventFlyout.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/week/Day.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/week/Week.vue.d.ts +2 -2
- package/dist/components/Calendar/components/week/WeekTimeline.vue.d.ts.map +1 -1
- package/dist/components/Calendar/constants.d.ts.map +1 -1
- package/dist/components/Calendar/language/index.d.ts +2 -1
- package/dist/components/Calendar/language/index.d.ts.map +1 -1
- package/dist/components/Calendar/language/keys.d.ts +66 -63
- package/dist/components/Calendar/language/keys.d.ts.map +1 -1
- package/dist/components/Spreadsheet/Index.vue.d.ts +25 -0
- package/dist/components/Spreadsheet/Index.vue.d.ts.map +1 -0
- package/dist/components/form/BagelForm.vue.d.ts +2 -1
- package/dist/components/form/BagelForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePick.vue.d.ts +1 -0
- package/dist/components/form/inputs/DatePick.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/lightbox/lightbox.types.d.ts +2 -1
- package/dist/components/lightbox/lightbox.types.d.ts.map +1 -1
- package/dist/composables/useSchemaField.d.ts +9 -5
- package/dist/composables/useSchemaField.d.ts.map +1 -1
- package/dist/index.cjs +1879 -1161
- package/dist/index.mjs +1880 -1162
- package/dist/style.css +733 -763
- package/dist/types/BagelForm.d.ts +2 -1
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/Btn.vue +3 -0
- package/src/components/Calendar/Index.vue +13 -16
- package/src/components/Calendar/components/header/Header.vue +17 -139
- package/src/components/Calendar/components/month/AgendaEventTile.vue +1 -10
- package/src/components/Calendar/components/month/AgendaEvents.vue +7 -53
- package/src/components/Calendar/components/month/Day.vue +12 -30
- package/src/components/Calendar/components/month/Event.vue +10 -67
- package/src/components/Calendar/components/month/Month.vue +10 -56
- package/src/components/Calendar/components/month/WeekDay.vue +1 -11
- package/src/components/Calendar/components/partials/EventFlyout.vue +2 -1
- package/src/components/Calendar/components/week/Day.vue +4 -18
- package/src/components/Calendar/components/week/DayEvent.vue +1 -1
- package/src/components/Calendar/components/week/FullDayEvent.vue +2 -2
- package/src/components/Calendar/components/week/Week.vue +1 -1
- package/src/components/Calendar/components/week/WeekTimeline.vue +13 -38
- package/src/components/Calendar/constants.ts +11 -11
- package/src/components/Calendar/language/index.ts +6 -3
- package/src/components/Calendar/language/keys.ts +91 -88
- package/src/components/Calendar/styles/_variables.css +38 -42
- package/src/components/Spreadsheet/Index.vue +867 -0
- package/src/components/form/BagelForm.vue +7 -3
- package/src/components/form/inputs/DatePick.vue +6 -2
- package/src/components/form/inputs/DatePicker.vue +2 -2
- package/src/components/form/inputs/NumberInput.vue +2 -2
- package/src/components/index.ts +1 -0
- package/src/components/lightbox/Lightbox.vue +5 -5
- package/src/components/lightbox/lightbox.types.ts +2 -1
- package/src/composables/useSchemaField.ts +36 -12
- package/src/styles/buttons.css +81 -73
- package/src/styles/layout.css +25 -0
- package/src/styles/mobilLayout.css +25 -0
- package/src/styles/text.css +82 -1
- package/src/styles/theme.css +269 -258
- package/src/types/BagelForm.ts +2 -1
- package/src/utils/BagelFormUtils.ts +2 -1
- package/src/components/Calendar/index.ts +0 -4
package/dist/style.css
CHANGED
|
@@ -55,62 +55,62 @@
|
|
|
55
55
|
max-height: 300px;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.bgl_btn[data-v-
|
|
58
|
+
.bgl_btn[data-v-bfc435b3] {
|
|
59
59
|
--btn-bg: var(--bgl-primary);
|
|
60
60
|
--btn-color: var(--bgl-light-text);
|
|
61
61
|
--btn-flat-color: var(--bgl-text-color);
|
|
62
62
|
}
|
|
63
|
-
.bgl_btn-green[data-v-
|
|
63
|
+
.bgl_btn-green[data-v-bfc435b3] {
|
|
64
64
|
--btn-bg: var(--bgl-green);
|
|
65
65
|
--btn-color: var(--bgl-light-text);
|
|
66
66
|
--btn-flat-color: var(--bgl-green);
|
|
67
67
|
}
|
|
68
|
-
.bgl_btn-yellow[data-v-
|
|
68
|
+
.bgl_btn-yellow[data-v-bfc435b3] {
|
|
69
69
|
--btn-bg: var(--bgl-yellow);
|
|
70
70
|
--btn-color: var(--bgl-black);
|
|
71
71
|
--btn-flat-color: var(--bgl-yellow);
|
|
72
72
|
}
|
|
73
|
-
.bgl_btn-blue[data-v-
|
|
73
|
+
.bgl_btn-blue[data-v-bfc435b3] {
|
|
74
74
|
--btn-bg: var(--bgl-blue);
|
|
75
75
|
--btn-color: var(--bgl-light-text);
|
|
76
76
|
--btn-flat-color: var(--bgl-blue);
|
|
77
77
|
}
|
|
78
|
-
.bgl_btn-primary[data-v-
|
|
78
|
+
.bgl_btn-primary[data-v-bfc435b3] {
|
|
79
79
|
--btn-bg: var(--bgl-primary);
|
|
80
80
|
--btn-color: var(--bgl-light-text);
|
|
81
81
|
--btn-flat-color: var(--bgl-primary);
|
|
82
82
|
}
|
|
83
|
-
.bgl_btn-red[data-v-
|
|
83
|
+
.bgl_btn-red[data-v-bfc435b3] {
|
|
84
84
|
--btn-bg: var(--bgl-red);
|
|
85
85
|
--btn-color: var(--bgl-light-text);
|
|
86
86
|
--btn-flat-color: var(--bgl-red);
|
|
87
87
|
}
|
|
88
|
-
.bgl_btn-white[data-v-
|
|
88
|
+
.bgl_btn-white[data-v-bfc435b3] {
|
|
89
89
|
--btn-bg: var(--bgl-white);
|
|
90
90
|
--btn-color: var(--bgl-black);
|
|
91
91
|
--btn-flat-color: var(--bgl-white);
|
|
92
92
|
}
|
|
93
|
-
.bgl_btn-black[data-v-
|
|
93
|
+
.bgl_btn-black[data-v-bfc435b3] {
|
|
94
94
|
--btn-bg: var(--bgl-black);
|
|
95
95
|
--btn-color: var(--bgl-light-text);
|
|
96
96
|
--btn-flat-color: var(--bgl-black);
|
|
97
97
|
}
|
|
98
|
-
.bgl_btn-gray[data-v-
|
|
98
|
+
.bgl_btn-gray[data-v-bfc435b3] {
|
|
99
99
|
--btn-bg: var(--bgl-gray-light);
|
|
100
100
|
--btn-color: var(--bgl-black);
|
|
101
101
|
--btn-flat-color: var(--bgl-gray);
|
|
102
102
|
}
|
|
103
|
-
.bgl_btn-light[data-v-
|
|
103
|
+
.bgl_btn-light[data-v-bfc435b3] {
|
|
104
104
|
--btn-bg: var(--bgl-primary-light);
|
|
105
105
|
--btn-color: var(--bgl-primary);
|
|
106
106
|
--btn-flat-color: var(--bgl-primary-light);
|
|
107
107
|
}
|
|
108
|
-
.bgl_btn-gray-light[data-v-
|
|
108
|
+
.bgl_btn-gray-light[data-v-bfc435b3] {
|
|
109
109
|
--btn-bg: var(--bgl-gray-light);
|
|
110
110
|
--btn-color: var(--bgl-gray);
|
|
111
111
|
--btn-flat-color: var(--bgl-gray-light);
|
|
112
112
|
}
|
|
113
|
-
.bgl_btn[data-v-
|
|
113
|
+
.bgl_btn[data-v-bfc435b3] {
|
|
114
114
|
padding-left: var(--btn-padding);
|
|
115
115
|
padding-right: var(--btn-padding);
|
|
116
116
|
transition: var(--bgl-transition);
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
color: var(--btn-color);
|
|
119
119
|
text-decoration: none;
|
|
120
120
|
}
|
|
121
|
-
.bgl_btn.bgl_btn-icon[data-v-
|
|
121
|
+
.bgl_btn.bgl_btn-icon[data-v-bfc435b3] {
|
|
122
122
|
padding-left: 0;
|
|
123
123
|
padding-right: 0;
|
|
124
124
|
height: var(--btn-height);
|
|
@@ -127,69 +127,72 @@
|
|
|
127
127
|
font-size: 1rem;
|
|
128
128
|
flex-shrink: 0;
|
|
129
129
|
}
|
|
130
|
-
a[data-v-
|
|
130
|
+
a[data-v-bfc435b3] {
|
|
131
131
|
text-decoration: none;
|
|
132
132
|
}
|
|
133
|
-
.bgl_btn-flex[data-v-
|
|
133
|
+
.bgl_btn-flex[data-v-bfc435b3] {
|
|
134
134
|
display: flex;
|
|
135
135
|
align-items: center;
|
|
136
136
|
gap: 0.5rem;
|
|
137
137
|
justify-content: center;
|
|
138
138
|
height: 100%;
|
|
139
139
|
}
|
|
140
|
-
.bgl_btn .bgl_btn-icon[data-v-
|
|
140
|
+
.bgl_btn .bgl_btn-icon[data-v-bfc435b3]{
|
|
141
141
|
font-size: calc(var(--input-font-size) * 1.3);
|
|
142
142
|
}
|
|
143
|
-
.bgl_btn[data-v-
|
|
144
|
-
.bgl_btn-icon[data-v-
|
|
143
|
+
.bgl_btn[data-v-bfc435b3]:hover,
|
|
144
|
+
.bgl_btn-icon[data-v-bfc435b3]:hover {
|
|
145
145
|
filter: var(--bgl-hover-filter);
|
|
146
146
|
}
|
|
147
|
-
.bgl_btn[data-v-
|
|
148
|
-
.bgl_btn-icon[data-v-
|
|
147
|
+
.bgl_btn[data-v-bfc435b3]:active:not(:disabled),
|
|
148
|
+
.bgl_btn-icon[data-v-bfc435b3]:active:not(:disabled) {
|
|
149
149
|
filter: var(--bgl-active-filter);
|
|
150
150
|
}
|
|
151
|
-
.bgl_btn.bgl_btn_flat[data-v-
|
|
151
|
+
.bgl_btn.bgl_btn_flat[data-v-bfc435b3] {
|
|
152
152
|
background: transparent;
|
|
153
153
|
color: var(--btn-flat-color);
|
|
154
154
|
}
|
|
155
|
-
.bgl_btn_flat[data-v-
|
|
156
|
-
.bgl_btn-icon.bgl_btn_flat[data-v-
|
|
155
|
+
.bgl_btn_flat[data-v-bfc435b3]:hover:not(:disabled),
|
|
156
|
+
.bgl_btn-icon.bgl_btn_flat[data-v-bfc435b3]:hover:not(:disabled) {
|
|
157
157
|
background: var(--bgl-gray-20);
|
|
158
158
|
}
|
|
159
|
-
.bgl_btn.bgl_btn_flat[data-v-
|
|
160
|
-
.bgl_btn-icon.bgl_btn_flat[data-v-
|
|
159
|
+
.bgl_btn.bgl_btn_flat[data-v-bfc435b3]:active:not(:disabled),
|
|
160
|
+
.bgl_btn-icon.bgl_btn_flat[data-v-bfc435b3]:active:not(:disabled) {
|
|
161
161
|
background: var(--bgl-gray-40);
|
|
162
162
|
}
|
|
163
|
-
.bgl_btn.thin[data-v-
|
|
163
|
+
.bgl_btn.thin[data-v-bfc435b3] {
|
|
164
164
|
padding-inline: calc(var(--btn-padding) / 3);
|
|
165
165
|
border-radius: calc(var(--btn-border-radius) / 1.5);
|
|
166
166
|
}
|
|
167
|
-
.bgl_btn.round[data-v-
|
|
167
|
+
.bgl_btn.round[data-v-bfc435b3] {
|
|
168
168
|
border-radius: 1000px;
|
|
169
169
|
}
|
|
170
|
-
.bgl_btn-icon.thin[data-v-
|
|
170
|
+
.bgl_btn-icon.thin[data-v-bfc435b3] {
|
|
171
171
|
height: calc(var(--btn-height) / 1.5);
|
|
172
172
|
width: calc(var(--btn-height) / 1.5);
|
|
173
173
|
line-height: normal;
|
|
174
174
|
}
|
|
175
|
-
.bgl_btn-icon.thin .bgl_btn-flex[data-v-
|
|
175
|
+
.bgl_btn-icon.thin .bgl_btn-flex[data-v-bfc435b3] {
|
|
176
176
|
height: 100%;
|
|
177
177
|
}
|
|
178
|
-
[dir="rtl"] .bgl_btn-icon[data-v-
|
|
178
|
+
[dir="rtl"] .bgl_btn-icon[data-v-bfc435b3]{
|
|
179
179
|
transform: rotateY(180deg);
|
|
180
180
|
}
|
|
181
|
-
|
|
181
|
+
[dir="rtl"] .ltr .bgl_btn-icon[data-v-bfc435b3]{
|
|
182
|
+
transform: rotateY(0deg);
|
|
183
|
+
}
|
|
184
|
+
.bgl_btn-border[data-v-bfc435b3], .bgl_btn-icon.bgl_btn_flat.bgl_btn-border[data-v-bfc435b3] {
|
|
182
185
|
border: 1px solid var(--btn-flat-color);
|
|
183
186
|
background: transparent;
|
|
184
187
|
color: var(--btn-flat-color);
|
|
185
188
|
}
|
|
186
|
-
.bgl_btn-border[data-v-
|
|
189
|
+
.bgl_btn-border[data-v-bfc435b3]:hover {
|
|
187
190
|
color: var(--btn-flat-color);
|
|
188
191
|
}
|
|
189
|
-
.bgl_btn-border[data-v-
|
|
192
|
+
.bgl_btn-border[data-v-bfc435b3]:active:not(:disabled) {
|
|
190
193
|
filter: brightness(80%);
|
|
191
194
|
}
|
|
192
|
-
.bgl_btn[data-v-
|
|
195
|
+
.bgl_btn[data-v-bfc435b3]:disabled {
|
|
193
196
|
opacity: 0.6;
|
|
194
197
|
filter: grayscale(0.3);
|
|
195
198
|
cursor: not-allowed;
|
|
@@ -307,97 +310,18 @@ display: block;
|
|
|
307
310
|
border-radius: var(--input-border-radius);
|
|
308
311
|
}
|
|
309
312
|
|
|
310
|
-
.
|
|
311
|
-
|
|
312
|
-
flex-wrap: wrap;
|
|
313
|
-
align-items: center;
|
|
314
|
-
justify-content: space-between;
|
|
315
|
-
padding: var(--qalendar-spacing-half);
|
|
316
|
-
border-radius: var(--qalendar-border-radius);
|
|
317
|
-
}
|
|
318
|
-
@media (min-width: 768px) {
|
|
319
|
-
.calendar-header[data-v-34cb97da] {
|
|
320
|
-
justify-content: space-between;
|
|
321
|
-
gap: var(--qalendar-spacing);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
.dark {
|
|
325
|
-
color: var(--qalendar-dark-mode-text-hint);
|
|
326
|
-
}
|
|
327
|
-
.calendar-header__period-name[data-v-34cb97da] {
|
|
328
|
-
font-size: var(--qalendar-font-l);
|
|
329
|
-
text-align: center;
|
|
330
|
-
}
|
|
331
|
-
@media (min-width: 768px) {
|
|
332
|
-
.calendar-header__period-name[data-v-34cb97da] {
|
|
333
|
-
margin-bottom: 0;
|
|
334
|
-
text-align: left;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
.calendar-header__multiselects[data-v-34cb97da] {
|
|
338
|
-
display: flex;
|
|
339
|
-
flex-wrap: wrap;
|
|
340
|
-
align-items: center;
|
|
341
|
-
gap: var(--qalendar-spacing);
|
|
313
|
+
.datePick input{
|
|
314
|
+
min-width: 2px !important;
|
|
342
315
|
}
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
gap: 20px;
|
|
347
|
-
}
|
|
348
|
-
.calendar-header__chevron-arrow[data-v-34cb97da] {
|
|
349
|
-
cursor: pointer;
|
|
350
|
-
transition: color 0.2s ease;
|
|
351
|
-
font-size: var(--qalendar-font-m);
|
|
352
|
-
}
|
|
353
|
-
.calendar-header__chevron-arrow[data-v-34cb97da]:hover {
|
|
354
|
-
color: var(--qalendar-gray-quite-dark);
|
|
355
|
-
}
|
|
356
|
-
.calendar-header__mode-picker[data-v-34cb97da] {
|
|
357
|
-
position: relative;
|
|
358
|
-
display: flex;
|
|
359
|
-
align-items: center;
|
|
360
|
-
justify-content: center;
|
|
361
|
-
width: fit-content;
|
|
362
|
-
height: 36px;
|
|
363
|
-
border-radius: 4px;
|
|
364
|
-
font-size: var(--qalendar-font-m);
|
|
365
|
-
cursor: pointer;
|
|
366
|
-
border: var(--qalendar-border-gray-thin);
|
|
367
|
-
}
|
|
368
|
-
.dark {
|
|
369
|
-
border-color: transparent;
|
|
370
|
-
}
|
|
371
|
-
.calendar-header__mode-value[data-v-34cb97da] {
|
|
372
|
-
padding: 0 var(--qalendar-spacing);
|
|
373
|
-
width: 100%;
|
|
374
|
-
height: 100%;
|
|
375
|
-
display: flex;
|
|
376
|
-
align-items: center;
|
|
377
|
-
user-select: none;
|
|
378
|
-
border-radius: 4px;
|
|
379
|
-
}
|
|
380
|
-
.dark {
|
|
381
|
-
background-color: var(--qalendar-dark-mode-lightly-elevated-surface);
|
|
382
|
-
}
|
|
383
|
-
.calendar-header__mode-options[data-v-34cb97da] {
|
|
384
|
-
position: absolute;
|
|
385
|
-
z-index: 51;
|
|
386
|
-
top: 100%;
|
|
387
|
-
left: 50%;
|
|
388
|
-
transform: translateX(-50%);
|
|
389
|
-
border: var(--qalendar-border-gray-thin);
|
|
390
|
-
background-color: #fff;
|
|
391
|
-
}
|
|
392
|
-
.dark {
|
|
393
|
-
border-color: transparent;
|
|
394
|
-
background-color: var(--qalendar-dark-mode-elevated-surface);
|
|
316
|
+
@media screen and (max-width: 910px) {
|
|
317
|
+
.datePick{
|
|
318
|
+
--input-font-size: 0.75rem;
|
|
395
319
|
}
|
|
396
|
-
.calendar-header__mode-option[data-v-34cb97da] {
|
|
397
|
-
padding: var(--qalendar-spacing-half) var(--qalendar-spacing);
|
|
398
320
|
}
|
|
399
|
-
|
|
400
|
-
|
|
321
|
+
|
|
322
|
+
.agenda__event[data-v-7667cd3d] {
|
|
323
|
+
background-color: var(--2331113a);
|
|
324
|
+
color: var(--13d56971);
|
|
401
325
|
}
|
|
402
326
|
|
|
403
327
|
.event-flyout {
|
|
@@ -405,7 +329,7 @@ display: block;
|
|
|
405
329
|
z-index: 50;
|
|
406
330
|
background-color: #fff;
|
|
407
331
|
max-height: 100%;
|
|
408
|
-
width: var(--
|
|
332
|
+
width: var(--34f9e9aa);
|
|
409
333
|
max-width: 98%;
|
|
410
334
|
border: var(--qalendar-border-gray-thin);
|
|
411
335
|
border-radius: 8px;
|
|
@@ -493,7 +417,8 @@ display: block;
|
|
|
493
417
|
width: var(--icon-height);
|
|
494
418
|
}
|
|
495
419
|
.is-title {
|
|
496
|
-
font-size:
|
|
420
|
+
font-size: 18px;
|
|
421
|
+
line-height: 1.2;
|
|
497
422
|
align-items: center;
|
|
498
423
|
}
|
|
499
424
|
.is-not-editable .is-title {
|
|
@@ -504,116 +429,16 @@ display: block;
|
|
|
504
429
|
margin-bottom: 0.75em;
|
|
505
430
|
}
|
|
506
431
|
|
|
507
|
-
.
|
|
508
|
-
|
|
509
|
-
color: var(--2507007e);
|
|
510
|
-
display: flex;
|
|
511
|
-
flex-flow: column;
|
|
512
|
-
justify-content: flex-start;
|
|
513
|
-
border-radius: 4px;
|
|
514
|
-
font-size: var(--qalendar-font-2xs);
|
|
515
|
-
margin-bottom: 4px;
|
|
516
|
-
padding: var(--qalendar-spacing);
|
|
517
|
-
cursor: pointer;
|
|
518
|
-
user-select: none;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.agenda__wrapper[data-v-25f23df1] {
|
|
522
|
-
display: flex;
|
|
523
|
-
flex-flow: row;
|
|
524
|
-
padding: 10px 5px 0;
|
|
525
|
-
}
|
|
526
|
-
.agenda__header[data-v-25f23df1] {
|
|
527
|
-
padding-right: 10px;
|
|
528
|
-
}
|
|
529
|
-
.agenda__header-day-name[data-v-25f23df1] {
|
|
530
|
-
text-align: center;
|
|
531
|
-
color: var(--qalendar-theme-color);
|
|
532
|
-
font-size: var(--qalendar-font-xs);
|
|
533
|
-
font-weight: bold;
|
|
534
|
-
}
|
|
535
|
-
.agenda__header-date[data-v-25f23df1] {
|
|
536
|
-
height: fit-content;
|
|
537
|
-
display: flex;
|
|
538
|
-
justify-content: center;
|
|
539
|
-
align-items: center;
|
|
540
|
-
padding: 5px;
|
|
541
|
-
border-radius: 4px;
|
|
542
|
-
background-color: var(--qalendar-theme-color);
|
|
543
|
-
color: white;
|
|
544
|
-
font-weight: 600;
|
|
545
|
-
font-size: var(--qalendar-font-m);
|
|
546
|
-
}
|
|
547
|
-
.agenda__content[data-v-25f23df1] {
|
|
548
|
-
display: flex;
|
|
549
|
-
flex-flow: column;
|
|
550
|
-
width: 100%;
|
|
551
|
-
height: auto;
|
|
552
|
-
}
|
|
553
|
-
.agenda__content .is-empty[data-v-25f23df1] {
|
|
554
|
-
min-height: 70px;
|
|
555
|
-
display: flex;
|
|
556
|
-
justify-content: center;
|
|
557
|
-
align-items: center;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.calendar-month__event {
|
|
561
|
-
--event-inline-padding: 4px;
|
|
562
|
-
display: flex;
|
|
563
|
-
align-items: center;
|
|
564
|
-
overflow: hidden;
|
|
565
|
-
border-radius: 4px;
|
|
566
|
-
font-size: var(--qalendar-font-2xs);
|
|
567
|
-
width: calc(100% - (var(--event-inline-padding) * 2));
|
|
568
|
-
margin-bottom: 4px;
|
|
569
|
-
padding: 0.25rem var(--event-inline-padding);
|
|
570
|
-
cursor: pointer;
|
|
571
|
-
user-select: none;
|
|
572
|
-
}
|
|
573
|
-
.calendar-month__event .calendar-month__event-time {
|
|
574
|
-
margin-right: 6px;
|
|
575
|
-
}
|
|
576
|
-
.calendar-month__event .calendar-month__event-time,
|
|
577
|
-
.calendar-month__event .calendar-month__event-title,
|
|
578
|
-
.calendar-month__event .calendar-month__event-color {
|
|
579
|
-
flex-shrink: 0;
|
|
580
|
-
}
|
|
581
|
-
.qalendar-is-small .calendar-month__event .calendar-month__event-time,
|
|
582
|
-
.qalendar-is-small .calendar-month__event .calendar-month__event-title {
|
|
583
|
-
display: none;
|
|
584
|
-
}
|
|
585
|
-
.qalendar-is-small .calendar-month__event {
|
|
586
|
-
background-color: var(--2920aa71);
|
|
587
|
-
width: 4px;
|
|
588
|
-
height: 4px;
|
|
589
|
-
border-radius: 50%;
|
|
590
|
-
padding: 1px;
|
|
591
|
-
margin-right: 1px;
|
|
592
|
-
}
|
|
593
|
-
.calendar-month__event.is-draggable {
|
|
594
|
-
cursor: grab;
|
|
595
|
-
}
|
|
596
|
-
.calendar-month__event:active {
|
|
597
|
-
z-index: 100;
|
|
598
|
-
}
|
|
599
|
-
.calendar-month__event:not(.is-draggable):active {
|
|
600
|
-
cursor: not-allowed;
|
|
432
|
+
.calendar-month__event[data-v-3c4101df]:active {
|
|
433
|
+
z-index: 100;
|
|
601
434
|
}
|
|
602
|
-
.calendar-month__event
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
background-color: var(--qalendar-option-hover);
|
|
607
|
-
}
|
|
608
|
-
.calendar-month__event .calendar-month__event-color {
|
|
609
|
-
background-color: var(--2920aa71);
|
|
610
|
-
width: 6px;
|
|
611
|
-
height: 6px;
|
|
612
|
-
border-radius: 50%;
|
|
613
|
-
margin-right: 4px;
|
|
435
|
+
.calendar-month__event .calendar-month__event-color[data-v-3c4101df] {
|
|
436
|
+
background-color: var(--03af06be);
|
|
437
|
+
width: 6px;
|
|
438
|
+
height: 6px;
|
|
614
439
|
}
|
|
615
440
|
|
|
616
|
-
.calendar-month__weekday[data-v-
|
|
441
|
+
.calendar-month__weekday[data-v-de994cfd] {
|
|
617
442
|
height: 100%;
|
|
618
443
|
flex: 1;
|
|
619
444
|
display: flex;
|
|
@@ -624,60 +449,43 @@ display: block;
|
|
|
624
449
|
overflow: hidden;
|
|
625
450
|
transition: background-color 0.2s ease-in-out;
|
|
626
451
|
}
|
|
627
|
-
.calendar-month__weekday.is-droppable[data-v-
|
|
452
|
+
.calendar-month__weekday.is-droppable[data-v-de994cfd] {
|
|
628
453
|
background-color: var(--qalendar-light-gray);
|
|
629
454
|
}
|
|
630
|
-
.calendar-month__weekday[data-v-
|
|
455
|
+
.calendar-month__weekday[data-v-de994cfd]:last-child {
|
|
631
456
|
border-right: 0;
|
|
632
457
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
635
|
-
-moz-box-shadow: inset 0 0 0 3px var(--qalendar-theme-color);
|
|
636
|
-
box-shadow: inset 0 0 0 3px var(--qalendar-theme-color);
|
|
637
|
-
border-radius: 5px;
|
|
638
|
-
}
|
|
639
|
-
.qalendar-is-small .calendar-month__weekday[data-v-057882e2] {
|
|
640
|
-
height: 45px;
|
|
641
|
-
width: 45px;
|
|
642
|
-
display: flex;
|
|
643
|
-
flex-flow: column;
|
|
644
|
-
justify-content: space-around;
|
|
645
|
-
}
|
|
646
|
-
.calendar-month__day-date[data-v-057882e2] {
|
|
647
|
-
font-size: var(--qalendar-font-xs);
|
|
648
|
-
color: var(--qalendar-gray-quite-dark);
|
|
458
|
+
.calendar-month__weekday.is-selected[data-v-de994cfd] {
|
|
459
|
+
box-shadow: inset 0 0 0 1px var(--bgl-primary);
|
|
649
460
|
}
|
|
650
|
-
.calendar-
|
|
651
|
-
margin-top: 6px;
|
|
652
|
-
}
|
|
653
|
-
.calendar-month__weekday-more[data-v-057882e2] {
|
|
461
|
+
.calendar-month__weekday-more[data-v-de994cfd] {
|
|
654
462
|
font-size: var(--qalendar-font-2xs);
|
|
655
463
|
width: 100%;
|
|
656
464
|
padding-left: 4px;
|
|
657
465
|
color: var(--qalendar-gray-quite-dark);
|
|
658
466
|
cursor: pointer;
|
|
659
467
|
}
|
|
660
|
-
.calendar-month_events[data-v-
|
|
468
|
+
.calendar-month_events[data-v-de994cfd] {
|
|
661
469
|
width: 100%;
|
|
662
470
|
}
|
|
663
|
-
.qalendar-is-small .calendar-month_events[data-v-
|
|
471
|
+
.qalendar-is-small .calendar-month_events[data-v-de994cfd] {
|
|
664
472
|
display: flex;
|
|
665
473
|
flex-flow: row;
|
|
666
474
|
justify-content: center;
|
|
667
475
|
}
|
|
668
|
-
.qalendar-is-small .calendar-month_events .calendar-month__weekday-more[data-v-
|
|
476
|
+
.qalendar-is-small .calendar-month_events .calendar-month__weekday-more[data-v-de994cfd] {
|
|
669
477
|
display: none;
|
|
670
478
|
}
|
|
671
|
-
.calendar-month__weekday.is-today .calendar-month__day-date[data-v-
|
|
672
|
-
background-color: var(--
|
|
479
|
+
.calendar-month__weekday.is-today .calendar-month__day-date[data-v-de994cfd] {
|
|
480
|
+
background-color: var(--bgl-primary);
|
|
673
481
|
color: #fff;
|
|
674
482
|
border-radius: 50%;
|
|
675
483
|
padding: 4px 6px;
|
|
676
484
|
}
|
|
677
|
-
.qalendar-is-small .calendar-month__weekday.is-today .calendar-month__day-date[data-v-
|
|
485
|
+
.qalendar-is-small .calendar-month__weekday.is-today .calendar-month__day-date[data-v-de994cfd] {
|
|
678
486
|
padding: 2px 4px;
|
|
679
487
|
}
|
|
680
|
-
.space-reserver[data-v-
|
|
488
|
+
.space-reserver[data-v-de994cfd] {
|
|
681
489
|
height: 100%;
|
|
682
490
|
flex: 1;
|
|
683
491
|
display: flex;
|
|
@@ -687,71 +495,25 @@ display: block;
|
|
|
687
495
|
border-bottom: var(--qalendar-border-gray-thin);
|
|
688
496
|
border-right-color: transparent;
|
|
689
497
|
}
|
|
690
|
-
.space-reserver + .calendar-month__weekday[data-v-
|
|
498
|
+
.space-reserver + .calendar-month__weekday[data-v-de994cfd]:not(.trailing-or-leading) {
|
|
691
499
|
border-left: var(--qalendar-border-gray-thin);
|
|
692
500
|
}
|
|
693
501
|
@media (prefers-color-scheme: dark) {
|
|
694
|
-
.calendar-month__weekday[data-v-
|
|
695
|
-
.space-reserver[data-v-
|
|
502
|
+
.calendar-month__weekday[data-v-de994cfd],
|
|
503
|
+
.space-reserver[data-v-de994cfd] {
|
|
696
504
|
border-color: var(--qalendar-dark-mode-line-color);
|
|
697
505
|
}
|
|
698
506
|
}
|
|
699
507
|
|
|
700
|
-
.calendar-month__day-name[data-v-d96cc47c] {
|
|
701
|
-
display: block;
|
|
702
|
-
font-size: 12px;
|
|
703
|
-
font-weight: 500;
|
|
704
|
-
color: var(--qalendar-gray-quite-dark);
|
|
705
|
-
margin-bottom: var(--qalendar-spacing-half);
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.calendar-month {
|
|
709
|
-
position: relative;
|
|
710
|
-
display: flex;
|
|
711
|
-
flex-flow: column;
|
|
712
|
-
width: 100%;
|
|
713
|
-
height: 100%;
|
|
714
|
-
overflow-y: auto;
|
|
715
|
-
}
|
|
716
|
-
:global(.qalendar-is-small) .calendar-month {
|
|
717
|
-
height: initial;
|
|
718
|
-
}
|
|
719
|
-
.calendar-month__week-day-names {
|
|
720
|
-
display: flex;
|
|
721
|
-
justify-content: space-between;
|
|
722
|
-
}
|
|
723
|
-
.calendar-month__week-day-name {
|
|
724
|
-
flex: 1;
|
|
725
|
-
text-align: center;
|
|
726
|
-
}
|
|
727
|
-
.calendar-month__weeks {
|
|
728
|
-
height: 100%;
|
|
729
|
-
flex-grow: 1;
|
|
730
|
-
display: flex;
|
|
731
|
-
flex-flow: column;
|
|
732
|
-
justify-content: space-between;
|
|
733
|
-
}
|
|
734
508
|
.calendar-month__week {
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
}
|
|
738
|
-
.calendar-month__week:first-child {
|
|
739
|
-
border-top: var(--qalendar-border-gray-thin);
|
|
509
|
+
display: flex;
|
|
510
|
+
flex: 1;
|
|
740
511
|
}
|
|
741
|
-
@media (prefers-color-scheme: dark) {
|
|
742
512
|
.calendar-month__week:first-child {
|
|
743
|
-
border-
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
.calendar-month__day_events {
|
|
747
|
-
height: 100%;
|
|
748
|
-
display: none;
|
|
749
|
-
}
|
|
750
|
-
:global(.qalendar-is-small) .calendar-month__day_events {
|
|
751
|
-
display: block;
|
|
513
|
+
border-top: var(--qalendar-border-gray-thin);
|
|
752
514
|
}
|
|
753
515
|
|
|
754
|
-
.calendar-week__event[data-v-
|
|
516
|
+
.calendar-week__event[data-v-d496d603] {
|
|
755
517
|
position: absolute;
|
|
756
518
|
width: 100%;
|
|
757
519
|
border-radius: 4px;
|
|
@@ -760,22 +522,22 @@ display: block;
|
|
|
760
522
|
user-select: none;
|
|
761
523
|
overflow: hidden;
|
|
762
524
|
}
|
|
763
|
-
.calendar-week__event.is-editable[data-v-
|
|
525
|
+
.calendar-week__event.is-editable[data-v-d496d603] {
|
|
764
526
|
cursor: grab;
|
|
765
527
|
}
|
|
766
|
-
.calendar-week__event.has-disabled-dnd[data-v-
|
|
528
|
+
.calendar-week__event.has-disabled-dnd[data-v-d496d603] {
|
|
767
529
|
cursor: initial;
|
|
768
530
|
}
|
|
769
|
-
.calendar-week__event .calendar-week__event-row[data-v-
|
|
531
|
+
.calendar-week__event .calendar-week__event-row[data-v-d496d603] {
|
|
770
532
|
display: flex;
|
|
771
533
|
align-items: flex-start;
|
|
772
534
|
margin-bottom: 0.25em;
|
|
773
535
|
}
|
|
774
|
-
.calendar-week__event .calendar-week__event-row p[data-v-
|
|
536
|
+
.calendar-week__event .calendar-week__event-row p[data-v-d496d603] {
|
|
775
537
|
margin: 0;
|
|
776
538
|
padding: 0;
|
|
777
539
|
}
|
|
778
|
-
.calendar-week__event .calendar-week__event-info-wrapper[data-v-
|
|
540
|
+
.calendar-week__event .calendar-week__event-info-wrapper[data-v-d496d603] {
|
|
779
541
|
position: relative;
|
|
780
542
|
padding: var(--qalendar-spacing-half);
|
|
781
543
|
font-size: var(--qalendar-font-xs);
|
|
@@ -783,61 +545,49 @@ display: block;
|
|
|
783
545
|
box-sizing: border-box;
|
|
784
546
|
user-select: none;
|
|
785
547
|
}
|
|
786
|
-
.calendar-week__event .calendar-week__event-blend-out[data-v-
|
|
548
|
+
.calendar-week__event .calendar-week__event-blend-out[data-v-d496d603] {
|
|
787
549
|
position: absolute;
|
|
788
550
|
bottom: 0;
|
|
789
551
|
height: 20px;
|
|
790
552
|
width: 100%;
|
|
791
553
|
transform: translateX(calc(var(--qalendar-spacing-half) * -1));
|
|
792
554
|
}
|
|
793
|
-
.calendar-week__event .calendar-week__event-icon[data-v-
|
|
555
|
+
.calendar-week__event .calendar-week__event-icon[data-v-d496d603] {
|
|
794
556
|
margin: 2px 4px 0 0;
|
|
795
557
|
font-size: var(--qalendar-font-xs);
|
|
796
558
|
}
|
|
797
|
-
.calendar-week__event .calendar-week__event-resize[data-v-
|
|
559
|
+
.calendar-week__event .calendar-week__event-resize[data-v-d496d603] {
|
|
798
560
|
position: absolute;
|
|
799
561
|
width: 100%;
|
|
800
562
|
cursor: ns-resize;
|
|
801
563
|
height: 5px;
|
|
802
564
|
}
|
|
803
|
-
.calendar-week__event .calendar-week__event-resize-up[data-v-
|
|
565
|
+
.calendar-week__event .calendar-week__event-resize-up[data-v-d496d603] {
|
|
804
566
|
top: 0;
|
|
805
567
|
}
|
|
806
|
-
.calendar-week__event .calendar-week__event-resize-down[data-v-
|
|
568
|
+
.calendar-week__event .calendar-week__event-resize-down[data-v-d496d603] {
|
|
807
569
|
bottom: 0;
|
|
808
570
|
}
|
|
809
571
|
|
|
810
|
-
.calendar-week__day[data-v-
|
|
572
|
+
.calendar-week__day[data-v-87669cec] {
|
|
811
573
|
position: relative;
|
|
812
574
|
width: 100%;
|
|
813
575
|
height: 100%;
|
|
814
576
|
display: flex;
|
|
815
577
|
flex-direction: column;
|
|
816
578
|
}
|
|
817
|
-
.calendar-week__day .calendar-week__day-interval[data-v-
|
|
579
|
+
.calendar-week__day .calendar-week__day-interval[data-v-87669cec] {
|
|
818
580
|
flex: 1;
|
|
819
581
|
font-size: var(--qalendar-font-xs);
|
|
820
582
|
color: var(--qalendar-gray);
|
|
821
583
|
padding: 2px;
|
|
822
584
|
}
|
|
823
|
-
.calendar-week__day
|
|
824
|
-
border-
|
|
825
|
-
}
|
|
826
|
-
.calendar-week__day[data-v-12350119]:first-child {
|
|
827
|
-
border-left: 1px dashed rgb(224 224 224);
|
|
828
|
-
}
|
|
829
|
-
@media (prefers-color-scheme: dark) {
|
|
830
|
-
.calendar-week__day[data-v-12350119]:first-child {
|
|
831
|
-
border-color: var(--qalendar-dark-mode-line-color);
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
.calendar-week__day[data-v-12350119]:not(:last-child) {
|
|
835
|
-
border-right: 1px dashed rgb(224 224 224);
|
|
836
|
-
}
|
|
837
|
-
@media (prefers-color-scheme: dark) {
|
|
838
|
-
.calendar-week__day[data-v-12350119]:not(:last-child) {
|
|
839
|
-
border-color: var(--qalendar-dark-mode-line-color);
|
|
585
|
+
.calendar-week__day[data-v-87669cec]:first-child {
|
|
586
|
+
border-inline-start: 1px solid var(--border-color);
|
|
840
587
|
}
|
|
588
|
+
.calendar-week__day[data-v-87669cec] {
|
|
589
|
+
border-inline-end: 1px solid var(--border-color);
|
|
590
|
+
border-bottom: 1px solid var(--border-color);
|
|
841
591
|
}
|
|
842
592
|
|
|
843
593
|
.day-timeline[data-v-a4d8d28d] {
|
|
@@ -876,7 +626,7 @@ display: block;
|
|
|
876
626
|
}
|
|
877
627
|
}
|
|
878
628
|
|
|
879
|
-
.week-timeline__event[data-v-
|
|
629
|
+
.week-timeline__event[data-v-489753e0] {
|
|
880
630
|
position: relative;
|
|
881
631
|
--event-padding: 3px;
|
|
882
632
|
display: flex;
|
|
@@ -892,75 +642,49 @@ display: block;
|
|
|
892
642
|
user-select: none;
|
|
893
643
|
overflow: hidden;
|
|
894
644
|
}
|
|
895
|
-
.week-timeline__event[data-v-
|
|
645
|
+
.week-timeline__event[data-v-489753e0]:active {
|
|
896
646
|
cursor: not-allowed;
|
|
897
647
|
}
|
|
898
648
|
|
|
899
|
-
.week-timeline[data-v-
|
|
649
|
+
.week-timeline[data-v-e3c7c017] {
|
|
900
650
|
height: fit-content;
|
|
901
651
|
display: flex;
|
|
902
652
|
justify-content: space-evenly;
|
|
903
|
-
padding-bottom: var(--qalendar-spacing-half);
|
|
904
|
-
padding-left: var(--qalendar-week-padding-left);
|
|
905
|
-
border-bottom: var(--qalendar-border-gray-thin);
|
|
906
653
|
}
|
|
907
|
-
.mode-is-day .week-timeline[data-v-
|
|
908
|
-
width: 100
|
|
909
|
-
padding-left: 0;
|
|
654
|
+
.mode-is-day .week-timeline[data-v-e3c7c017] {
|
|
655
|
+
width: calc(100% - 3.5em);
|
|
910
656
|
}
|
|
911
|
-
.week-timeline__day[data-v-
|
|
657
|
+
.week-timeline__day[data-v-e3c7c017] {
|
|
912
658
|
width: 100%;
|
|
913
|
-
display: flex;
|
|
914
|
-
flex-flow: column;
|
|
915
|
-
align-items: center;
|
|
916
|
-
justify-content: flex-start;
|
|
917
659
|
}
|
|
918
|
-
.week-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
margin-bottom: 4px;
|
|
922
|
-
color: var(--qalendar-gray-quite-dark);
|
|
660
|
+
.week-timeline__date[data-v-e3c7c017] {
|
|
661
|
+
height: 1rem;
|
|
662
|
+
width: 1rem;
|
|
923
663
|
}
|
|
924
|
-
.week-timeline__date[data-v-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
height: 2rem;
|
|
928
|
-
width: 2rem;
|
|
929
|
-
border-radius: 50%;
|
|
930
|
-
display: flex;
|
|
931
|
-
align-items: center;
|
|
932
|
-
justify-content: center;
|
|
933
|
-
}
|
|
934
|
-
.is-today .week-timeline__date[data-v-0e7c9832] {
|
|
935
|
-
background-color: var(--qalendar-blue);
|
|
936
|
-
color: #fff;
|
|
937
|
-
}
|
|
938
|
-
.week-timeline__events[data-v-0e7c9832] {
|
|
939
|
-
width: 100%;
|
|
940
|
-
flex: 1;
|
|
941
|
-
border-right: 1px dashed rgb(224 224 224);
|
|
664
|
+
.is-today .week-timeline__date[data-v-e3c7c017] {
|
|
665
|
+
background: var(--bgl-primary);
|
|
666
|
+
color: var(--bgl-white);
|
|
942
667
|
}
|
|
943
|
-
.week-
|
|
944
|
-
border-left: 1px dashed rgb(224 224 224);
|
|
668
|
+
.week-timeline__events[data-v-e3c7c017] {
|
|
945
669
|
}
|
|
946
670
|
|
|
947
|
-
.calendar-week__wrapper[data-v-
|
|
671
|
+
.calendar-week__wrapper[data-v-f1208dd2] {
|
|
948
672
|
position: relative;
|
|
949
673
|
padding-left: var(--qalendar-week-padding-left);
|
|
950
674
|
overflow-y: auto;
|
|
951
675
|
}
|
|
952
|
-
.calendar-week[data-v-
|
|
676
|
+
.calendar-week[data-v-f1208dd2] {
|
|
953
677
|
position: relative;
|
|
954
678
|
width: 100%;
|
|
955
679
|
flex: 1 1 auto;
|
|
956
680
|
}
|
|
957
|
-
.calendar-week__events[data-v-
|
|
681
|
+
.calendar-week__events[data-v-f1208dd2] {
|
|
958
682
|
display: flex;
|
|
959
683
|
width: 100%;
|
|
960
|
-
height: var(--
|
|
684
|
+
height: var(--7ccd10f4);
|
|
961
685
|
overflow: hidden;
|
|
962
686
|
}
|
|
963
|
-
.calendar-week .current-time-line[data-v-
|
|
687
|
+
.calendar-week .current-time-line[data-v-f1208dd2] {
|
|
964
688
|
position: absolute;
|
|
965
689
|
left: 0;
|
|
966
690
|
width: 100%;
|
|
@@ -968,10 +692,10 @@ display: block;
|
|
|
968
692
|
z-index: 1;
|
|
969
693
|
background-color: red;
|
|
970
694
|
}
|
|
971
|
-
.calendar-week .current-time-line__circle[data-v-
|
|
695
|
+
.calendar-week .current-time-line__circle[data-v-f1208dd2] {
|
|
972
696
|
position: relative;
|
|
973
697
|
}
|
|
974
|
-
.calendar-week .current-time-line__circle[data-v-
|
|
698
|
+
.calendar-week .current-time-line__circle[data-v-f1208dd2]::before {
|
|
975
699
|
content: '';
|
|
976
700
|
position: absolute;
|
|
977
701
|
transform: translate(-45%, -45%);
|
|
@@ -980,13 +704,58 @@ display: block;
|
|
|
980
704
|
border-radius: 50%;
|
|
981
705
|
background-color: red;
|
|
982
706
|
}
|
|
983
|
-
.calendar-week .custom-current-time[data-v-
|
|
707
|
+
.calendar-week .custom-current-time[data-v-f1208dd2] {
|
|
984
708
|
position: absolute;
|
|
985
709
|
left: 0;
|
|
986
710
|
width: 100%;
|
|
987
711
|
z-index: 1;
|
|
988
712
|
}
|
|
989
|
-
|
|
713
|
+
:root {
|
|
714
|
+
/** Color */
|
|
715
|
+
--qalendar-gray-quite-dark: rgb(110 110 110);
|
|
716
|
+
--qalendar-gray: rgb(180 180 180);
|
|
717
|
+
--qalendar-green: rgb(51 182 121);
|
|
718
|
+
--qalendar-theme-color: var(--qalendar-blue);
|
|
719
|
+
--qalendar-light-gray: rgba(240 236 236 / 76%);
|
|
720
|
+
--qalendar-option-hover: var(--qalendar-light-gray);
|
|
721
|
+
|
|
722
|
+
--qalendar-dark-mode-elevated-surface: #383838;
|
|
723
|
+
--qalendar-dark-mode-lightly-elevated-surface: #2e2e2e;
|
|
724
|
+
--qalendar-dark-mode-text-primary: rgba(255 255 255 1);
|
|
725
|
+
--qalendar-dark-mode-text-secondary: rgba(255 255 255 0.7);
|
|
726
|
+
--qalendar-dark-mode-text-hint: rgba(255 255 255 0.5);
|
|
727
|
+
--qalendar-dark-mode-line-color: var(--qalendar-gray);
|
|
728
|
+
|
|
729
|
+
/** Borders */
|
|
730
|
+
--qalendar-border-gray-thin: 1px solid rgb(224 224 224);
|
|
731
|
+
--qalendar-border-dashed-gray-thin: 1px dashed rgb(224 224 224);
|
|
732
|
+
--qalendar-border-blue-thin: 1px solid var(--qalendar-theme-color);
|
|
733
|
+
--qalendar-border-radius: 8px;
|
|
734
|
+
|
|
735
|
+
/** Spacing */
|
|
736
|
+
--qalendar-spacing: 10px;
|
|
737
|
+
--qalendar-spacing-half: 5px;
|
|
738
|
+
--qalendar-spacing-double: 20px;
|
|
739
|
+
|
|
740
|
+
/** Miscellaneous */
|
|
741
|
+
--qalendar-box-shadow: 0 4px 4px rgba(0 0 0 / 6%), 0 1px 4px rgba(0 0 0 / 18%);
|
|
742
|
+
--qalendar-text-transition: color 0.2s ease;
|
|
743
|
+
--qalendar-week-padding-left: 56px;
|
|
744
|
+
|
|
745
|
+
/** Font */
|
|
746
|
+
--qalendar-font-2xs: 10px;
|
|
747
|
+
--qalendar-font-xs: 12px;
|
|
748
|
+
--qalendar-font-s: 14px;
|
|
749
|
+
--qalendar-font-m: 16px;
|
|
750
|
+
--qalendar-font-l: 18px;
|
|
751
|
+
}
|
|
752
|
+
@media (min-width: 62rem) {
|
|
753
|
+
.calendar-root {
|
|
754
|
+
--qalendar-spacing: 20px;
|
|
755
|
+
--qalendar-spacing-half: 10px;
|
|
756
|
+
--qalendar-spacing-double: 40px;
|
|
757
|
+
}
|
|
758
|
+
}
|
|
990
759
|
.calendar-root-wrapper {
|
|
991
760
|
width: 100%;
|
|
992
761
|
max-width: 100vw;
|
|
@@ -995,7 +764,6 @@ display: block;
|
|
|
995
764
|
}
|
|
996
765
|
.calendar-root-wrapper .calendar-root {
|
|
997
766
|
flex: 1;
|
|
998
|
-
border: var(--qalendar-border-gray-thin);
|
|
999
767
|
border-radius: var(--qalendar-border-radius);
|
|
1000
768
|
position: relative;
|
|
1001
769
|
width: 100%;
|
|
@@ -1003,14 +771,9 @@ display: block;
|
|
|
1003
771
|
display: flex;
|
|
1004
772
|
flex-flow: column;
|
|
1005
773
|
}
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
background: #121212;
|
|
1010
|
-
color: #fff;
|
|
1011
|
-
border-color: transparent;
|
|
1012
|
-
}
|
|
1013
|
-
} */
|
|
774
|
+
.calendar-root-wrapper .calendar-root .calendar-month__weeks{
|
|
775
|
+
border-inline: var(--qalendar-border-gray-thin);
|
|
776
|
+
}
|
|
1014
777
|
.calendar-root-wrapper .calendar-root .top-bar-loader {
|
|
1015
778
|
position: absolute;
|
|
1016
779
|
top: 1px;
|
|
@@ -1628,69 +1391,69 @@ pre code.hljs{
|
|
|
1628
1391
|
direction: ltr;
|
|
1629
1392
|
}
|
|
1630
1393
|
|
|
1631
|
-
.calendar-container[data-v-
|
|
1394
|
+
.calendar-container[data-v-c6c8cc7b] {
|
|
1632
1395
|
max-width: 90vw;
|
|
1633
1396
|
}
|
|
1634
|
-
.calendar-section[data-v-
|
|
1397
|
+
.calendar-section[data-v-c6c8cc7b] {
|
|
1635
1398
|
min-width: 280px;
|
|
1636
1399
|
}
|
|
1637
|
-
.calendar-grid[data-v-
|
|
1400
|
+
.calendar-grid[data-v-c6c8cc7b] {
|
|
1638
1401
|
grid-template-columns: repeat(7, 1fr);
|
|
1639
1402
|
}
|
|
1640
|
-
.month-grid[data-v-
|
|
1403
|
+
.month-grid[data-v-c6c8cc7b] {
|
|
1641
1404
|
grid-template-columns: repeat(3, 1fr);
|
|
1642
1405
|
grid-template-rows: repeat(4, 1fr);
|
|
1643
1406
|
}
|
|
1644
|
-
.year-grid[data-v-
|
|
1407
|
+
.year-grid[data-v-c6c8cc7b] {
|
|
1645
1408
|
grid-template-columns: repeat(3, 1fr);
|
|
1646
1409
|
grid-template-rows: repeat(7, 1fr);
|
|
1647
1410
|
}
|
|
1648
|
-
.month-item[data-v-
|
|
1649
|
-
.year-item[data-v-
|
|
1411
|
+
.month-item[data-v-c6c8cc7b],
|
|
1412
|
+
.year-item[data-v-c6c8cc7b] {
|
|
1650
1413
|
background: none;
|
|
1651
1414
|
color: var(--bgl-text-color);
|
|
1652
1415
|
}
|
|
1653
|
-
.month-item[data-v-
|
|
1654
|
-
.year-item[data-v-
|
|
1416
|
+
.month-item[data-v-c6c8cc7b]:hover:not(.disabled),
|
|
1417
|
+
.year-item[data-v-c6c8cc7b]:hover:not(.disabled) {
|
|
1655
1418
|
background: var(--bgl-box-bg);
|
|
1656
1419
|
filter: var(--bgl-hover-filter);
|
|
1657
1420
|
}
|
|
1658
|
-
.month-item[data-v-
|
|
1659
|
-
.year-item[data-v-
|
|
1421
|
+
.month-item[data-v-c6c8cc7b]:active:not(.disabled),
|
|
1422
|
+
.year-item[data-v-c6c8cc7b]:active:not(.disabled) {
|
|
1660
1423
|
background: var(--bgl-box-bg);
|
|
1661
1424
|
filter: var(--bgl-active-filter);
|
|
1662
1425
|
}
|
|
1663
|
-
.month-item.selected[data-v-
|
|
1664
|
-
.year-item.selected[data-v-
|
|
1426
|
+
.month-item.selected[data-v-c6c8cc7b],
|
|
1427
|
+
.year-item.selected[data-v-c6c8cc7b] {
|
|
1665
1428
|
background-color: var(--bgl-primary);
|
|
1666
1429
|
color: white;
|
|
1667
1430
|
}
|
|
1668
|
-
.month-item.disabled[data-v-
|
|
1669
|
-
.year-item.disabled[data-v-
|
|
1431
|
+
.month-item.disabled[data-v-c6c8cc7b],
|
|
1432
|
+
.year-item.disabled[data-v-c6c8cc7b] {
|
|
1670
1433
|
opacity: 0.6;
|
|
1671
1434
|
filter: grayscale(0.3);
|
|
1672
1435
|
}
|
|
1673
|
-
.day[data-v-
|
|
1436
|
+
.day[data-v-c6c8cc7b] {
|
|
1674
1437
|
border: none;
|
|
1675
1438
|
background: none;
|
|
1676
1439
|
color: var(--bgl-text-color);
|
|
1677
1440
|
}
|
|
1678
|
-
.day[data-v-
|
|
1441
|
+
.day[data-v-c6c8cc7b]:hover:not(.disabled) {
|
|
1679
1442
|
background-color: var(--input-bg);
|
|
1680
1443
|
}
|
|
1681
|
-
.day.selected[data-v-
|
|
1444
|
+
.day.selected[data-v-c6c8cc7b] {
|
|
1682
1445
|
background-color: var(--bgl-primary);
|
|
1683
1446
|
color: var(--bgl-white);
|
|
1684
1447
|
}
|
|
1685
|
-
.day.today[data-v-
|
|
1448
|
+
.day.today[data-v-c6c8cc7b]:not(.selected) {
|
|
1686
1449
|
border: 1px solid var(--bgl-primary);
|
|
1687
1450
|
}
|
|
1688
|
-
.day.disabled[data-v-
|
|
1451
|
+
.day.disabled[data-v-c6c8cc7b] {
|
|
1689
1452
|
opacity: 0.6;
|
|
1690
1453
|
filter: grayscale(0.3);
|
|
1691
1454
|
cursor: not-allowed;
|
|
1692
1455
|
}
|
|
1693
|
-
.day.not-in-month[data-v-
|
|
1456
|
+
.day.not-in-month[data-v-c6c8cc7b] {
|
|
1694
1457
|
opacity: 0.4;
|
|
1695
1458
|
}
|
|
1696
1459
|
|
|
@@ -2007,14 +1770,14 @@ pre code.hljs{
|
|
|
2007
1770
|
direction: ltr;
|
|
2008
1771
|
}
|
|
2009
1772
|
|
|
2010
|
-
.txtInputIconStart .iconStart[data-v-
|
|
1773
|
+
.txtInputIconStart .iconStart[data-v-6e5ae00f] {
|
|
2011
1774
|
color: var(--input-color);
|
|
2012
1775
|
position: absolute;
|
|
2013
1776
|
inset-inline-start:calc(var(--input-height) / 3 - 0.25rem);
|
|
2014
1777
|
margin-top: calc(var(--input-height) / 2 );
|
|
2015
1778
|
line-height: 0;
|
|
2016
1779
|
}
|
|
2017
|
-
.textInputSpinnerWrap .spinner[data-v-
|
|
1780
|
+
.textInputSpinnerWrap .spinner[data-v-6e5ae00f] {
|
|
2018
1781
|
color: var(--input-color);
|
|
2019
1782
|
position: absolute;
|
|
2020
1783
|
inset-inline-end: 0;
|
|
@@ -2024,18 +1787,18 @@ pre code.hljs{
|
|
|
2024
1787
|
flex-direction: column;
|
|
2025
1788
|
gap: 0;
|
|
2026
1789
|
}
|
|
2027
|
-
.top-bgl-ctrl-num-btn[data-v-
|
|
1790
|
+
.top-bgl-ctrl-num-btn[data-v-6e5ae00f]{
|
|
2028
1791
|
margin-top: calc(var(--input-height) / 10) !important;
|
|
2029
1792
|
}
|
|
2030
|
-
.bgl-ctrl-num-btn[data-v-
|
|
1793
|
+
.bgl-ctrl-num-btn[data-v-6e5ae00f]{
|
|
2031
1794
|
height: calc(var(--input-height) / 2.5) !important;
|
|
2032
1795
|
isolation: isolate;
|
|
2033
1796
|
}
|
|
2034
|
-
.bgl-big-ctrl-num-btn[data-v-
|
|
1797
|
+
.bgl-big-ctrl-num-btn[data-v-6e5ae00f]{
|
|
2035
1798
|
width: 100% !important;
|
|
2036
1799
|
isolation: isolate;
|
|
2037
1800
|
}
|
|
2038
|
-
.bgl-number-input[data-v-
|
|
1801
|
+
.bgl-number-input[data-v-6e5ae00f]{
|
|
2039
1802
|
padding-inline-end: 1.75rem !important;
|
|
2040
1803
|
}
|
|
2041
1804
|
|
|
@@ -4545,6 +4308,98 @@ body:has(.bg-dark.is-active) {
|
|
|
4545
4308
|
background: transparent;
|
|
4546
4309
|
}
|
|
4547
4310
|
|
|
4311
|
+
.fixed-columns[data-v-784daa05] {
|
|
4312
|
+
border-right: 2px solid var(--border-color);
|
|
4313
|
+
}
|
|
4314
|
+
.spreadsheet table[data-v-784daa05] {
|
|
4315
|
+
border-collapse: collapse;
|
|
4316
|
+
}
|
|
4317
|
+
.spreadsheet th[data-v-784daa05], .spreadsheet td[data-v-784daa05] {
|
|
4318
|
+
border: 1px solid var(--border-color);
|
|
4319
|
+
padding: 0.1rem 0.5rem;
|
|
4320
|
+
min-width: 80px;
|
|
4321
|
+
background: var(--bgl-white);
|
|
4322
|
+
user-select: none;
|
|
4323
|
+
}
|
|
4324
|
+
.spreadsheet th[data-v-784daa05] {
|
|
4325
|
+
background: var(--input-bg);
|
|
4326
|
+
white-space: nowrap;
|
|
4327
|
+
position: relative;
|
|
4328
|
+
padding: 0.25rem 0.5rem;
|
|
4329
|
+
font-weight: 500;
|
|
4330
|
+
text-align: start;
|
|
4331
|
+
}
|
|
4332
|
+
.spreadsheet th .bgl_icon-font[data-v-784daa05]{
|
|
4333
|
+
vertical-align: middle;
|
|
4334
|
+
}
|
|
4335
|
+
.spreadsheet td.selected[data-v-784daa05] {
|
|
4336
|
+
background: var(--bgl-primary-light);
|
|
4337
|
+
}
|
|
4338
|
+
.spreadsheet td.locked[data-v-784daa05] {
|
|
4339
|
+
background: var(--bgl-gray-light);
|
|
4340
|
+
cursor: default;
|
|
4341
|
+
}
|
|
4342
|
+
.spreadsheet td.locked.selected[data-v-784daa05] {
|
|
4343
|
+
background: var(--bgl-primary-light);
|
|
4344
|
+
}
|
|
4345
|
+
.spreadsheet td[data-v-784daa05] {
|
|
4346
|
+
height: 40px;
|
|
4347
|
+
vertical-align: middle;
|
|
4348
|
+
}
|
|
4349
|
+
.spreadsheet td[data-v-784daa05]:has(img){
|
|
4350
|
+
padding: 0;
|
|
4351
|
+
}
|
|
4352
|
+
.spreadsheet td span[data-v-784daa05]{
|
|
4353
|
+
display: block;
|
|
4354
|
+
display: -webkit-box;
|
|
4355
|
+
max-width: 100%;
|
|
4356
|
+
-webkit-box-orient: vertical;
|
|
4357
|
+
overflow: hidden;
|
|
4358
|
+
text-overflow: ellipsis;
|
|
4359
|
+
-webkit-line-clamp: 1;
|
|
4360
|
+
word-break: break-all;
|
|
4361
|
+
}
|
|
4362
|
+
.spreadsheet input[data-v-784daa05] {
|
|
4363
|
+
width: 100%;
|
|
4364
|
+
border: none;
|
|
4365
|
+
background: transparent;
|
|
4366
|
+
padding: 0;
|
|
4367
|
+
margin: 0;
|
|
4368
|
+
min-height: 0;
|
|
4369
|
+
min-width: 0;
|
|
4370
|
+
}
|
|
4371
|
+
.spreadsheet input[data-v-784daa05]:focus {
|
|
4372
|
+
outline: 2px solid var(--bgl-primary);
|
|
4373
|
+
outline-offset: 6px;
|
|
4374
|
+
}
|
|
4375
|
+
.spreadsheet th.sortable[data-v-784daa05] {
|
|
4376
|
+
cursor: pointer;
|
|
4377
|
+
}
|
|
4378
|
+
.row-number-header[data-v-784daa05], .row-number[data-v-784daa05] {
|
|
4379
|
+
width: fit-content;
|
|
4380
|
+
min-width: fit-content !important;
|
|
4381
|
+
padding: 0.1rem 0.7rem !important;
|
|
4382
|
+
}
|
|
4383
|
+
.spreadsheet td .bgl-checkbox[data-v-784daa05]{
|
|
4384
|
+
margin: 0;
|
|
4385
|
+
text-align: center;
|
|
4386
|
+
justify-content: center;
|
|
4387
|
+
}
|
|
4388
|
+
.spreadsheet td[data-v-784daa05]:has(.bgl-checkbox){
|
|
4389
|
+
text-align: center;
|
|
4390
|
+
background: var(--input-bg);
|
|
4391
|
+
}
|
|
4392
|
+
.spreadsheet td[data-v-784daa05]:has(:checked){
|
|
4393
|
+
background: var(--bgl-primary-light);
|
|
4394
|
+
}
|
|
4395
|
+
.spreadsheetCellPlaceHolder[data-v-784daa05]{
|
|
4396
|
+
height: 0px;
|
|
4397
|
+
overflow: hidden;
|
|
4398
|
+
opactiy: 0;
|
|
4399
|
+
poiner-events: none;
|
|
4400
|
+
user-select: none;
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4548
4403
|
.zoomer-debug[data-v-379819e1] {
|
|
4549
4404
|
position: fixed;
|
|
4550
4405
|
top: 0;
|
|
@@ -4575,19 +4430,19 @@ body:has(.bg-dark.is-active) {
|
|
|
4575
4430
|
-moz-user-drag: none;
|
|
4576
4431
|
}
|
|
4577
4432
|
|
|
4578
|
-
.lightbox-image[data-v-
|
|
4433
|
+
.lightbox-image[data-v-194584ac]{
|
|
4579
4434
|
object-fit: contain;
|
|
4580
4435
|
}
|
|
4581
|
-
.bgl-lightbox-overlay[data-v-
|
|
4436
|
+
.bgl-lightbox-overlay[data-v-194584ac] {
|
|
4582
4437
|
background: rgba(0, 0, 0, 0.8);
|
|
4583
4438
|
}
|
|
4584
|
-
.bgl-lightbox[data-v-
|
|
4439
|
+
.bgl-lightbox[data-v-194584ac] {
|
|
4585
4440
|
max-height: 90%;
|
|
4586
4441
|
}
|
|
4587
|
-
.bgl-lightbox-item[data-v-
|
|
4588
|
-
animation: 500ms ease bgl-lightbox-load-
|
|
4442
|
+
.bgl-lightbox-item[data-v-194584ac]{
|
|
4443
|
+
animation: 500ms ease bgl-lightbox-load-194584ac;
|
|
4589
4444
|
}
|
|
4590
|
-
@keyframes bgl-lightbox-load-
|
|
4445
|
+
@keyframes bgl-lightbox-load-194584ac {
|
|
4591
4446
|
from {
|
|
4592
4447
|
scale:0.7;
|
|
4593
4448
|
}
|
|
@@ -4595,44 +4450,44 @@ to {
|
|
|
4595
4450
|
scale:1;
|
|
4596
4451
|
}
|
|
4597
4452
|
}
|
|
4598
|
-
.bgl-lightbox-item[data-v-
|
|
4453
|
+
.bgl-lightbox-item[data-v-194584ac] * {
|
|
4599
4454
|
max-height: calc(80vh - 90px);
|
|
4600
4455
|
border-radius: 3px;
|
|
4601
4456
|
margin: auto;
|
|
4602
|
-
animation: 200ms ease bgl-lightbox-load-
|
|
4457
|
+
animation: 200ms ease bgl-lightbox-load-194584ac;
|
|
4603
4458
|
transition: max-height 200ms ease;
|
|
4604
4459
|
}
|
|
4605
|
-
.bgl-lightbox-item.zoomed[data-v-
|
|
4460
|
+
.bgl-lightbox-item.zoomed[data-v-194584ac] * {
|
|
4606
4461
|
max-height: calc(100vh - 90px);
|
|
4607
4462
|
height: calc(100vh - 90px);
|
|
4608
4463
|
}
|
|
4609
|
-
.navigation[data-v-
|
|
4464
|
+
.navigation[data-v-194584ac] {
|
|
4610
4465
|
top: 50%;
|
|
4611
4466
|
transform: translateY(-50%);
|
|
4612
4467
|
}
|
|
4613
|
-
.thumbnail[data-v-
|
|
4468
|
+
.thumbnail[data-v-194584ac] {
|
|
4614
4469
|
height: 50px;
|
|
4615
4470
|
width: 50px;
|
|
4616
4471
|
}
|
|
4617
|
-
.thumbnail[data-v-
|
|
4472
|
+
.thumbnail[data-v-194584ac]:hover {
|
|
4618
4473
|
opacity: 1;
|
|
4619
4474
|
}
|
|
4620
|
-
.thumbnail[data-v-
|
|
4475
|
+
.thumbnail[data-v-194584ac]:active {
|
|
4621
4476
|
opacity: 0.8;
|
|
4622
4477
|
}
|
|
4623
|
-
.thumbnail.active[data-v-
|
|
4478
|
+
.thumbnail.active[data-v-194584ac] {
|
|
4624
4479
|
opacity: 1;
|
|
4625
4480
|
outline: 2px solid white;
|
|
4626
4481
|
}
|
|
4627
|
-
.file-info[data-v-
|
|
4482
|
+
.file-info[data-v-194584ac]{
|
|
4628
4483
|
max-width: 420px
|
|
4629
4484
|
}
|
|
4630
4485
|
@media screen and (max-width: 910px) {
|
|
4631
|
-
.file-info[data-v-
|
|
4486
|
+
.file-info[data-v-194584ac]{
|
|
4632
4487
|
max-width: 220px;
|
|
4633
4488
|
text-align: center !important;
|
|
4634
4489
|
}
|
|
4635
|
-
.file-info[data-v-
|
|
4490
|
+
.file-info[data-v-194584ac] *{
|
|
4636
4491
|
text-align: center !important;
|
|
4637
4492
|
margin-inline: 0 !important;;
|
|
4638
4493
|
max-width: 100% !important;
|
|
@@ -4667,6 +4522,18 @@ to {
|
|
|
4667
4522
|
border-radius: 100%;
|
|
4668
4523
|
}.aspect-ratio-1 {
|
|
4669
4524
|
aspect-ratio: 1;
|
|
4525
|
+
}.vertical-align-middle,
|
|
4526
|
+
.vertical-middle {
|
|
4527
|
+
vertical-align: middle;
|
|
4528
|
+
}.vertical-align-top,
|
|
4529
|
+
.vertical-top {
|
|
4530
|
+
vertical-align: top;
|
|
4531
|
+
}.vertical-align-bottom,
|
|
4532
|
+
.vertical-bottom {
|
|
4533
|
+
vertical-align: bottom;
|
|
4534
|
+
}.vertical-align-baseline,
|
|
4535
|
+
.vertical-baseline {
|
|
4536
|
+
vertical-align: baseline;
|
|
4670
4537
|
}.flex-center {
|
|
4671
4538
|
justify-content: center;
|
|
4672
4539
|
align-items: center;
|
|
@@ -7938,6 +7805,8 @@ to {
|
|
|
7938
7805
|
justify-content: flex-end;
|
|
7939
7806
|
}.space-between {
|
|
7940
7807
|
justify-content: space-between;
|
|
7808
|
+
}.space-evenly {
|
|
7809
|
+
justify-content: space-evenly;
|
|
7941
7810
|
}.label {
|
|
7942
7811
|
display: block;
|
|
7943
7812
|
font-size: var(--label-font-size);
|
|
@@ -8222,6 +8091,27 @@ to {
|
|
|
8222
8091
|
aspect-ratio: 1;
|
|
8223
8092
|
}
|
|
8224
8093
|
|
|
8094
|
+
.m_vertical-align-middle,
|
|
8095
|
+
.m_vertical-middle {
|
|
8096
|
+
vertical-align: middle;
|
|
8097
|
+
}
|
|
8098
|
+
|
|
8099
|
+
.m_vertical-align-top,
|
|
8100
|
+
.m_vertical-top {
|
|
8101
|
+
vertical-align: top;
|
|
8102
|
+
}
|
|
8103
|
+
|
|
8104
|
+
.m_vertical-align-bottom,
|
|
8105
|
+
.m_vertical-bottom {
|
|
8106
|
+
vertical-align: bottom;
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
.m_vertical-align-baseline,
|
|
8110
|
+
.m_vertical-baseline {
|
|
8111
|
+
vertical-align: baseline;
|
|
8112
|
+
}
|
|
8113
|
+
|
|
8114
|
+
|
|
8225
8115
|
.m_flex-center {
|
|
8226
8116
|
justify-items: center;
|
|
8227
8117
|
align-items: center;
|
|
@@ -12777,6 +12667,10 @@ to {
|
|
|
12777
12667
|
justify-content: space-between;
|
|
12778
12668
|
}
|
|
12779
12669
|
|
|
12670
|
+
.m_space-evenly {
|
|
12671
|
+
justify-content: space-evenly;
|
|
12672
|
+
}
|
|
12673
|
+
|
|
12780
12674
|
.m_label {
|
|
12781
12675
|
display: block;
|
|
12782
12676
|
font-size: var(--label-font-size);
|
|
@@ -14061,100 +13955,104 @@ select {
|
|
|
14061
13955
|
}.bgl_btn,
|
|
14062
13956
|
.bgl_flatBtn,
|
|
14063
13957
|
.bgl_btn-icon {
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
13958
|
+
font-family: inherit;
|
|
13959
|
+
white-space: nowrap;
|
|
13960
|
+
cursor: pointer;
|
|
13961
|
+
box-sizing: border-box;
|
|
13962
|
+
user-select: none;
|
|
13963
|
+
border: none;
|
|
13964
|
+
transition: var(--bgl-transition);
|
|
13965
|
+
border-radius: var(--btn-border-radius);
|
|
13966
|
+
line-height: var(--btn-height);
|
|
13967
|
+
font-size: var(--input-font-size);
|
|
13968
|
+
display: inline-block;
|
|
13969
|
+
height: var(--btn-height);
|
|
13970
|
+
padding: 0;
|
|
14077
13971
|
}.btn-close {
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
-
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14086
|
-
|
|
14087
|
-
|
|
14088
|
-
|
|
14089
|
-
|
|
14090
|
-
|
|
14091
|
-
|
|
13972
|
+
margin-top: -20px;
|
|
13973
|
+
margin-inline-end: -20px;
|
|
13974
|
+
margin-inline-start: auto;
|
|
13975
|
+
margin-bottom: 15px;
|
|
13976
|
+
transition: var(--bgl-transition);
|
|
13977
|
+
height: 30px;
|
|
13978
|
+
width: 30px;
|
|
13979
|
+
opacity: 0.6;
|
|
13980
|
+
cursor: pointer;
|
|
13981
|
+
border-radius: 100%;
|
|
13982
|
+
outline: 2px solid transparent;
|
|
13983
|
+
display: flex;
|
|
13984
|
+
align-items: center;
|
|
13985
|
+
justify-content: center;
|
|
14092
13986
|
}.btn-close:hover {
|
|
14093
|
-
|
|
14094
|
-
|
|
13987
|
+
background: var(--bgl-gray-light);
|
|
13988
|
+
opacity: 1;
|
|
14095
13989
|
}.btn-close:active {
|
|
14096
|
-
|
|
13990
|
+
background: var(--bgl-gray);
|
|
14097
13991
|
}.btn-close::before {
|
|
14098
|
-
|
|
14099
|
-
|
|
13992
|
+
content: 'close';
|
|
13993
|
+
font-family: 'Material Symbols Outlined', serif;
|
|
14100
13994
|
}.bgl_btn.thin {
|
|
14101
|
-
|
|
14102
|
-
|
|
13995
|
+
height: calc(var(--btn-height) * 0.7);
|
|
13996
|
+
line-height: calc(var(--btn-height) * 0.7);
|
|
14103
13997
|
}.hover {
|
|
14104
|
-
|
|
14105
|
-
|
|
13998
|
+
cursor: pointer;
|
|
13999
|
+
transition: all 400ms ease;
|
|
14106
14000
|
}.hover:hover {
|
|
14107
|
-
|
|
14001
|
+
filter: brightness(90%);
|
|
14108
14002
|
}.hover:active {
|
|
14109
|
-
|
|
14003
|
+
filter: brightness(80%);
|
|
14110
14004
|
}.border {
|
|
14111
|
-
|
|
14005
|
+
border: 1px solid var(--border-color);
|
|
14112
14006
|
}.border-primary {
|
|
14113
|
-
|
|
14007
|
+
border: 1px solid var(--bgl-primary);
|
|
14008
|
+
}.outline {
|
|
14009
|
+
outline: 1px solid var(--border-color);
|
|
14010
|
+
}.outline-primary {
|
|
14011
|
+
outline: 1px solid var(--bgl-primary);
|
|
14114
14012
|
}.rotate-270 {
|
|
14115
|
-
|
|
14013
|
+
transform: rotate(270deg);
|
|
14116
14014
|
}.rotate-180 {
|
|
14117
|
-
|
|
14015
|
+
transform: rotate(180deg);
|
|
14118
14016
|
}.rotate-90 {
|
|
14119
|
-
|
|
14017
|
+
transform: rotate(90deg);
|
|
14120
14018
|
}.rotate-0 {
|
|
14121
|
-
|
|
14019
|
+
transform: rotate(0deg);
|
|
14122
14020
|
}@media screen and (max-width: 910px) {
|
|
14123
|
-
|
|
14124
|
-
|
|
14125
|
-
|
|
14021
|
+
.bgl_btn {
|
|
14022
|
+
padding: 0 20px;
|
|
14023
|
+
}
|
|
14126
14024
|
|
|
14127
|
-
|
|
14128
|
-
|
|
14129
|
-
|
|
14025
|
+
.m_border {
|
|
14026
|
+
border: 1px solid var(--border-color);
|
|
14027
|
+
}
|
|
14130
14028
|
|
|
14131
|
-
|
|
14132
|
-
|
|
14133
|
-
|
|
14029
|
+
.m_rotate-270 {
|
|
14030
|
+
transform: rotate(270deg);
|
|
14031
|
+
}
|
|
14134
14032
|
|
|
14135
|
-
|
|
14136
|
-
|
|
14137
|
-
|
|
14033
|
+
.m_rotate-180 {
|
|
14034
|
+
transform: rotate(180deg);
|
|
14035
|
+
}
|
|
14138
14036
|
|
|
14139
|
-
|
|
14140
|
-
|
|
14141
|
-
|
|
14037
|
+
.m_rotate-90 {
|
|
14038
|
+
transform: rotate(90deg);
|
|
14039
|
+
}
|
|
14142
14040
|
|
|
14143
|
-
|
|
14144
|
-
|
|
14145
|
-
|
|
14041
|
+
.m_rotate-0 {
|
|
14042
|
+
transform: rotate(0deg);
|
|
14043
|
+
}
|
|
14146
14044
|
}.ripple {
|
|
14147
|
-
|
|
14148
|
-
|
|
14149
|
-
|
|
14150
|
-
|
|
14151
|
-
|
|
14152
|
-
|
|
14045
|
+
position: absolute;
|
|
14046
|
+
border-radius: 50%;
|
|
14047
|
+
transform: scale(0);
|
|
14048
|
+
background: rgba(0, 0, 0, 0.3);
|
|
14049
|
+
pointer-events: none;
|
|
14050
|
+
animation: rippleEffect 0.6s ease-out;
|
|
14153
14051
|
}@keyframes rippleEffect {
|
|
14154
|
-
|
|
14155
|
-
|
|
14156
|
-
|
|
14157
|
-
|
|
14052
|
+
to {
|
|
14053
|
+
transform: scale(4);
|
|
14054
|
+
opacity: 0;
|
|
14055
|
+
}
|
|
14158
14056
|
}.txt-center {
|
|
14159
14057
|
text-align: center;
|
|
14160
14058
|
}.txt-start {
|
|
@@ -14315,6 +14213,26 @@ select {
|
|
|
14315
14213
|
}.black,
|
|
14316
14214
|
.font-black {
|
|
14317
14215
|
font-weight: 900;
|
|
14216
|
+
}.line-height-0 {
|
|
14217
|
+
line-height: 0;
|
|
14218
|
+
}.line-height-01 {
|
|
14219
|
+
line-height: 0.1;
|
|
14220
|
+
}.line-height-02 {
|
|
14221
|
+
line-height: 0.2;
|
|
14222
|
+
}.line-height-03 {
|
|
14223
|
+
line-height: 0.3;
|
|
14224
|
+
}.line-height-04 {
|
|
14225
|
+
line-height: 0.4;
|
|
14226
|
+
}.line-height-05 {
|
|
14227
|
+
line-height: 0.5;
|
|
14228
|
+
}.line-height-06 {
|
|
14229
|
+
line-height: 0.6;
|
|
14230
|
+
}.line-height-07 {
|
|
14231
|
+
line-height: 0.7;
|
|
14232
|
+
}.line-height-08 {
|
|
14233
|
+
line-height: 0.8;
|
|
14234
|
+
}.line-height-09 {
|
|
14235
|
+
line-height: 0.9;
|
|
14318
14236
|
}.line-height-1 {
|
|
14319
14237
|
line-height: 1;
|
|
14320
14238
|
}.line-height-11 {
|
|
@@ -14402,6 +14320,7 @@ select {
|
|
|
14402
14320
|
}.white-space {
|
|
14403
14321
|
white-space: nowrap;
|
|
14404
14322
|
}@media screen and (max-width: 910px) {
|
|
14323
|
+
|
|
14405
14324
|
.txt20,
|
|
14406
14325
|
.txt-20 {
|
|
14407
14326
|
font-size: 18px;
|
|
@@ -14677,6 +14596,46 @@ select {
|
|
|
14677
14596
|
font-weight: 900;
|
|
14678
14597
|
}
|
|
14679
14598
|
|
|
14599
|
+
.m_line-height-0 {
|
|
14600
|
+
line-height: 0;
|
|
14601
|
+
}
|
|
14602
|
+
|
|
14603
|
+
.m_line-height-01 {
|
|
14604
|
+
line-height: 0.1;
|
|
14605
|
+
}
|
|
14606
|
+
|
|
14607
|
+
.m_line-height-02 {
|
|
14608
|
+
line-height: 0.2;
|
|
14609
|
+
}
|
|
14610
|
+
|
|
14611
|
+
.m_line-height-03 {
|
|
14612
|
+
line-height: 0.3;
|
|
14613
|
+
}
|
|
14614
|
+
|
|
14615
|
+
.m_line-height-04 {
|
|
14616
|
+
line-height: 0.4;
|
|
14617
|
+
}
|
|
14618
|
+
|
|
14619
|
+
.m_line-height-05 {
|
|
14620
|
+
line-height: 0.5;
|
|
14621
|
+
}
|
|
14622
|
+
|
|
14623
|
+
.m_line-height-06 {
|
|
14624
|
+
line-height: 0.6;
|
|
14625
|
+
}
|
|
14626
|
+
|
|
14627
|
+
.m_line-height-07 {
|
|
14628
|
+
line-height: 0.7;
|
|
14629
|
+
}
|
|
14630
|
+
|
|
14631
|
+
.m_line-height-08 {
|
|
14632
|
+
line-height: 0.8;
|
|
14633
|
+
}
|
|
14634
|
+
|
|
14635
|
+
.m_line-height-09 {
|
|
14636
|
+
line-height: 0.9;
|
|
14637
|
+
}
|
|
14638
|
+
|
|
14680
14639
|
.m_line-height-1 {
|
|
14681
14640
|
line-height: 1;
|
|
14682
14641
|
}
|
|
@@ -15815,298 +15774,309 @@ select {
|
|
|
15815
15774
|
}
|
|
15816
15775
|
|
|
15817
15776
|
}/* TEHEME */:root {
|
|
15818
|
-
|
|
15819
|
-
|
|
15820
|
-
|
|
15821
|
-
|
|
15822
|
-
|
|
15823
|
-
|
|
15824
|
-
|
|
15825
|
-
|
|
15826
|
-
|
|
15827
|
-
|
|
15828
|
-
|
|
15829
|
-
|
|
15830
|
-
|
|
15831
|
-
|
|
15832
|
-
|
|
15833
|
-
|
|
15834
|
-
|
|
15835
|
-
|
|
15836
|
-
|
|
15837
|
-
|
|
15838
|
-
|
|
15839
|
-
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
|
|
15843
|
-
|
|
15844
|
-
|
|
15845
|
-
|
|
15846
|
-
|
|
15847
|
-
|
|
15848
|
-
|
|
15849
|
-
|
|
15850
|
-
|
|
15851
|
-
|
|
15852
|
-
|
|
15853
|
-
|
|
15854
|
-
|
|
15777
|
+
--bgl-primary: var(--bgl-blue);
|
|
15778
|
+
--bgl-primary-tint: #2e5bff80;
|
|
15779
|
+
--bgl-primary-light: #eef6ff;
|
|
15780
|
+
--bgl-black: #282929;
|
|
15781
|
+
--bgl-black-tint: #28292980;
|
|
15782
|
+
--bgl-white: #fff;
|
|
15783
|
+
--bgl-gray: #b7b7b7;
|
|
15784
|
+
--bgl-gray-light: #f5f8fa;
|
|
15785
|
+
--bgl-gray-80: #e8ecef;
|
|
15786
|
+
--bgl-gray-20: rgba(183, 183, 183, 0.2);
|
|
15787
|
+
--bgl-gray-40: rgba(183, 183, 183, 0.4);
|
|
15788
|
+
--bgl-accent-color: var(--bgl-primary);
|
|
15789
|
+
--bgl-bg: #f4f6fa;
|
|
15790
|
+
--bgl-shadow: #00000031;
|
|
15791
|
+
--border-color: #00000020;
|
|
15792
|
+
--placeholder-color: #00000040;
|
|
15793
|
+
--label-color: #00000080;
|
|
15794
|
+
--input-bg: #f5f8fa;
|
|
15795
|
+
--input-color: #000000;
|
|
15796
|
+
--bgl-box-bg: var(--bgl-white);
|
|
15797
|
+
--bgl-popup-bg: var(--bgl-white);
|
|
15798
|
+
--bgl-popup-text: var(--bgl-black);
|
|
15799
|
+
--bgl-text-color: var(--bgl-black);
|
|
15800
|
+
--bgl-light-text: var(--bgl-white);
|
|
15801
|
+
--bgl-richtext-color: var(--bgl-white);
|
|
15802
|
+
--bgl-code-bg: var(--bgl-black);
|
|
15803
|
+
--bgl-code-color: var(--bgl-white);
|
|
15804
|
+
--bgl-dark-bg: rgba(0, 0, 0, 0.7);
|
|
15805
|
+
--bgl-selection-bg: var(--bgl-blue-dark);
|
|
15806
|
+
--bgl-selection-color: var(--bgl-white);
|
|
15807
|
+
--bgl-scrollbar-thumb: var(--bgl-gray);
|
|
15808
|
+
--pill-btn-color: var(--bgl-white);
|
|
15809
|
+
--pill-btn-bg: var(--placeholder-color);
|
|
15810
|
+
--bgl-selected: var(--bgl-gray-light);
|
|
15811
|
+
--skeleton-bg: #f0f0f0;
|
|
15812
|
+
--skeleton-pulse: var(--bgl-bg);
|
|
15813
|
+
--bgl-range-thumb-color: var(--bgl-white);
|
|
15855
15814
|
}/* TYPE */:root {
|
|
15856
|
-
|
|
15857
|
-
|
|
15815
|
+
--bgl-font: 'Lexend', 'Ploni', sans-serif;
|
|
15816
|
+
--input-font-size: 16px;
|
|
15858
15817
|
}/* DIMENSIONS */:root {
|
|
15859
|
-
|
|
15860
|
-
|
|
15861
|
-
|
|
15862
|
-
|
|
15863
|
-
|
|
15864
|
-
|
|
15865
|
-
|
|
15866
|
-
|
|
15867
|
-
|
|
15868
|
-
|
|
15869
|
-
|
|
15870
|
-
|
|
15871
|
-
|
|
15872
|
-
|
|
15818
|
+
--bgl-font-size: 16px;
|
|
15819
|
+
--input-height: 40px;
|
|
15820
|
+
--label-font-size: 12px;
|
|
15821
|
+
--input-border-radius: 7px;
|
|
15822
|
+
--card-border-radius: 12px;
|
|
15823
|
+
--btn-border-radius: 10px;
|
|
15824
|
+
--btn-padding: 30px;
|
|
15825
|
+
--btn-height: 40px;
|
|
15826
|
+
--pill-border-radius: 8px;
|
|
15827
|
+
--pill-height: 30px;
|
|
15828
|
+
--skeleton-radius: 0.25rem;
|
|
15829
|
+
--skeleton-margin: 1rem;
|
|
15830
|
+
--bgl-range-thumb-size: 20px;
|
|
15831
|
+
--bgl-range-track-height: 8px;
|
|
15873
15832
|
}/* MISC */:root {
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
|
|
15877
|
-
|
|
15833
|
+
--bgl-transition: all 200ms ease;
|
|
15834
|
+
--bgl-transition-400: all 400ms ease;
|
|
15835
|
+
--bgl-hover-filter: brightness(90%);
|
|
15836
|
+
--bgl-active-filter: brightness(70%);
|
|
15878
15837
|
}/* OTHER COLORS */:root {
|
|
15879
|
-
|
|
15880
|
-
|
|
15881
|
-
|
|
15882
|
-
|
|
15883
|
-
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15887
|
-
|
|
15888
|
-
|
|
15889
|
-
|
|
15890
|
-
|
|
15891
|
-
|
|
15838
|
+
--bgl-blue: #2e5bff;
|
|
15839
|
+
--bgl-blue-20: rgba(46, 91, 255, 20%);
|
|
15840
|
+
--bgl-blue-dark: #191c30;
|
|
15841
|
+
--bgl-blue-light: #eef6ff;
|
|
15842
|
+
--bgl-pink: #f1416c;
|
|
15843
|
+
--bgl-pink-light: #fde8f0;
|
|
15844
|
+
--bgl-red: #ed6c6f;
|
|
15845
|
+
--bgl-red-tint: #fbe2e2;
|
|
15846
|
+
--bgl-red-light: #fde8e8;
|
|
15847
|
+
--bgl-yellow: #ffbb00;
|
|
15848
|
+
--bgl-yellow-light: #fff6d5;
|
|
15849
|
+
--bgl-green: #75c98f;
|
|
15850
|
+
--bgl-green-light: #e8f7f0;
|
|
15851
|
+
--bgl-purple: #8a4baf;
|
|
15852
|
+
--bgl-purple-light: #f0e8f7;
|
|
15853
|
+
--bgl-brown: #a67c52;
|
|
15854
|
+
--bgl-brown-light: #f9f4f0;
|
|
15855
|
+
--bgl-orange: #ff8c00;
|
|
15856
|
+
--bgl-orange-light: #ffebd9;
|
|
15857
|
+
--bgl-turquoise: #00d8c0;
|
|
15858
|
+
--bgl-turquoise-light: #e8f9f7;
|
|
15859
|
+
--whatsapp-gray: #89959f;
|
|
15860
|
+
--whatsapp-green: #e0fcd6;
|
|
15861
|
+
--whatsapp-blue: #71bce6;
|
|
15892
15862
|
}.testMe * {
|
|
15893
|
-
|
|
15863
|
+
outline: 1px dotted red;
|
|
15894
15864
|
}.Vue-Toastification__toast {
|
|
15895
|
-
|
|
15896
|
-
|
|
15865
|
+
border-radius: var(--card-border-radius);
|
|
15866
|
+
box-shadow: none;
|
|
15897
15867
|
}.Vue-Toastification__toast--default {
|
|
15898
|
-
|
|
15868
|
+
background: var(--bgl-primary);
|
|
15899
15869
|
}.Vue-Toastification__close-button {
|
|
15900
|
-
|
|
15901
|
-
|
|
15870
|
+
height: 1.5rem;
|
|
15871
|
+
line-height: 1rem;
|
|
15902
15872
|
}::-moz-selection {
|
|
15903
|
-
|
|
15904
|
-
|
|
15873
|
+
color: var(--bgl-selection-color);
|
|
15874
|
+
background: var(--bgl-selection-bg);
|
|
15905
15875
|
}::selection {
|
|
15906
|
-
|
|
15907
|
-
|
|
15876
|
+
color: var(--bgl-selection-color);
|
|
15877
|
+
background: var(--bgl-selection-bg);
|
|
15908
15878
|
}.popup {
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15879
|
+
border-radius: 15px;
|
|
15880
|
+
background: var(--bgl-popup-bg);
|
|
15881
|
+
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
|
|
15882
|
+
padding: 2rem;
|
|
15883
|
+
min-width: 300px;
|
|
15884
|
+
text-align: center;
|
|
15915
15885
|
}.tabs {
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
15886
|
+
-moz-column-gap: 1rem;
|
|
15887
|
+
column-gap: 1rem;
|
|
15888
|
+
margin-top: 20px;
|
|
15889
|
+
margin-bottom: -2rem;
|
|
15890
|
+
border-top: 1px solid var(--border-color);
|
|
15891
|
+
width: calc(100% + 4rem);
|
|
15892
|
+
-webkit-margin-start: -2rem;
|
|
15893
|
+
margin-inline-start: -2rem;
|
|
15894
|
+
-webkit-padding-start: 2rem;
|
|
15895
|
+
padding-inline-start: 2rem;
|
|
15896
|
+
overflow: auto;
|
|
15897
|
+
display: flex;
|
|
15928
15898
|
}.tab {
|
|
15929
|
-
|
|
15930
|
-
|
|
15931
|
-
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
|
|
15899
|
+
font-size: 14px;
|
|
15900
|
+
font-weight: 600;
|
|
15901
|
+
line-height: 2.5;
|
|
15902
|
+
cursor: pointer;
|
|
15903
|
+
transition: var(--bgl-transition);
|
|
15904
|
+
border-bottom: 2px solid transparent;
|
|
15905
|
+
padding: 0 5px;
|
|
15906
|
+
white-space: nowrap;
|
|
15907
|
+
text-decoration: none;
|
|
15908
|
+
color: inherit;
|
|
15939
15909
|
}.tab.active {
|
|
15940
|
-
|
|
15941
|
-
|
|
15910
|
+
color: var(--bgl-primary);
|
|
15911
|
+
border-bottom: 2px solid var(--bgl-primary);
|
|
15942
15912
|
}.tab:hover {
|
|
15943
|
-
|
|
15913
|
+
color: var(--bgl-primary);
|
|
15944
15914
|
}.tab:active {
|
|
15945
|
-
|
|
15946
|
-
|
|
15915
|
+
-webkit-filter: brightness(70%);
|
|
15916
|
+
filter: brightness(70%);
|
|
15947
15917
|
}.router-tab {
|
|
15948
|
-
|
|
15949
|
-
|
|
15950
|
-
|
|
15951
|
-
|
|
15952
|
-
|
|
15953
|
-
|
|
15954
|
-
|
|
15955
|
-
|
|
15956
|
-
|
|
15957
|
-
|
|
15918
|
+
font-size: 14px;
|
|
15919
|
+
font-weight: 600;
|
|
15920
|
+
line-height: 2.5;
|
|
15921
|
+
cursor: pointer;
|
|
15922
|
+
transition: var(--bgl-transition);
|
|
15923
|
+
border-bottom: 2px solid transparent;
|
|
15924
|
+
padding: 0 5px;
|
|
15925
|
+
white-space: nowrap;
|
|
15926
|
+
text-decoration: none;
|
|
15927
|
+
color: inherit;
|
|
15958
15928
|
}.router-tab.router-link-active {
|
|
15959
|
-
|
|
15960
|
-
|
|
15929
|
+
color: var(--bgl-primary);
|
|
15930
|
+
border-bottom: 2px solid var(--bgl-primary);
|
|
15961
15931
|
}.router-tab:hover {
|
|
15962
|
-
|
|
15932
|
+
color: var(--bgl-primary);
|
|
15963
15933
|
}.router-tab:active {
|
|
15964
|
-
|
|
15965
|
-
|
|
15934
|
+
-webkit-filter: brightness(70%);
|
|
15935
|
+
filter: brightness(70%);
|
|
15966
15936
|
}.entity-container {
|
|
15967
|
-
|
|
15968
|
-
|
|
15969
|
-
|
|
15970
|
-
|
|
15971
|
-
|
|
15972
|
-
|
|
15973
|
-
|
|
15974
|
-
|
|
15975
|
-
|
|
15976
|
-
|
|
15977
|
-
|
|
15978
|
-
|
|
15979
|
-
|
|
15937
|
+
display: grid;
|
|
15938
|
+
height: 100%;
|
|
15939
|
+
grid-template-columns: minmax(300px, 1fr) 3fr;
|
|
15940
|
+
grid-gap: 1rem;
|
|
15941
|
+
-moz-column-gap: 1rem;
|
|
15942
|
+
column-gap: 1rem;
|
|
15943
|
+
grid-template-rows: 1fr;
|
|
15944
|
+
grid-template-areas: 'list-view detail-view';
|
|
15945
|
+
transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
15946
|
+
transition:
|
|
15947
|
+
grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99),
|
|
15948
|
+
-ms-grid-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
15949
|
+
transition: all 0.5s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
15980
15950
|
}.detail-main {
|
|
15981
|
-
|
|
15951
|
+
overflow-y: auto;
|
|
15982
15952
|
}.content-row p {
|
|
15983
|
-
|
|
15953
|
+
margin: 0 0 10px 0;
|
|
15984
15954
|
}.id {
|
|
15985
|
-
|
|
15986
|
-
|
|
15955
|
+
color: var(--bgl-gray);
|
|
15956
|
+
font-size: 9px;
|
|
15987
15957
|
}.field {
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
15958
|
+
--field-count: 1;
|
|
15959
|
+
--width: calc(100% / var(--field-count));
|
|
15960
|
+
grid-auto-columns: minmax(var(--width), var(--width));
|
|
15961
|
+
font-size: 10px;
|
|
15962
|
+
text-align: z;
|
|
15993
15963
|
}.detail-view-inner {
|
|
15994
|
-
|
|
15995
|
-
|
|
15996
|
-
|
|
15997
|
-
|
|
15998
|
-
|
|
15999
|
-
|
|
15964
|
+
display: grid;
|
|
15965
|
+
height: 100%;
|
|
15966
|
+
overflow: hidden;
|
|
15967
|
+
grid-template-rows: -webkit-max-content 1fr;
|
|
15968
|
+
grid-template-rows: max-content 1fr;
|
|
15969
|
+
gap: 1rem;
|
|
16000
15970
|
}.detail-view-inner-wrap {
|
|
16001
|
-
|
|
16002
|
-
|
|
16003
|
-
|
|
15971
|
+
height: 100%;
|
|
15972
|
+
overflow: hidden;
|
|
15973
|
+
transition: var(--bgl-transition);
|
|
16004
15974
|
}.table-list-wrap {
|
|
16005
|
-
|
|
15975
|
+
overflow: auto;
|
|
16006
15976
|
}.copy-url {
|
|
16007
|
-
|
|
16008
|
-
|
|
16009
|
-
|
|
16010
|
-
|
|
16011
|
-
|
|
16012
|
-
|
|
16013
|
-
|
|
16014
|
-
|
|
15977
|
+
background-color: var(--bgl-gray-light);
|
|
15978
|
+
border-radius: var(--btn-border-radius);
|
|
15979
|
+
padding: 0.5rem 1rem;
|
|
15980
|
+
align-items: center;
|
|
15981
|
+
justify-content: flex-start;
|
|
15982
|
+
margin-bottom: 1rem;
|
|
15983
|
+
display: flex;
|
|
15984
|
+
justify-content: space-between;
|
|
16015
15985
|
}.copy-url a {
|
|
16016
|
-
|
|
16017
|
-
|
|
16018
|
-
|
|
16019
|
-
|
|
16020
|
-
|
|
15986
|
+
margin: 0;
|
|
15987
|
+
font-size: 12px;
|
|
15988
|
+
opacity: 0.8;
|
|
15989
|
+
color: var(--bgl-text-color);
|
|
15990
|
+
word-break: break-all;
|
|
16021
15991
|
}.list-view {
|
|
16022
|
-
|
|
16023
|
-
|
|
16024
|
-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
15992
|
+
grid-area: list-view;
|
|
15993
|
+
grid-template-areas: 'list-header''list-content';
|
|
15994
|
+
grid-template-columns: 1fr;
|
|
15995
|
+
overflow-y: auto;
|
|
15996
|
+
grid-template-rows: -webkit-max-content 1fr;
|
|
15997
|
+
grid-template-rows: max-content 1fr;
|
|
15998
|
+
transition: var(--transition);
|
|
16029
15999
|
}.shekel {
|
|
16030
|
-
|
|
16000
|
+
line-height: 0;
|
|
16031
16001
|
}.view-wrapper {
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16002
|
+
height: 100%;
|
|
16003
|
+
position: relative;
|
|
16004
|
+
overflow: hidden;
|
|
16035
16005
|
}@media screen and (max-width: 1000px) {
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
|
|
16006
|
+
.entity-container {
|
|
16007
|
+
grid-template-columns: minmax(22vw, 1fr) 2fr;
|
|
16008
|
+
}
|
|
16039
16009
|
}@media screen and (max-width: 910px) {
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16010
|
+
.tab {
|
|
16011
|
+
font-size: 12px;
|
|
16012
|
+
}
|
|
16043
16013
|
|
|
16044
|
-
|
|
16045
|
-
|
|
16046
|
-
|
|
16047
|
-
|
|
16014
|
+
.entity-container {
|
|
16015
|
+
grid-template-columns: 1fr;
|
|
16016
|
+
gap: 0;
|
|
16017
|
+
}
|
|
16048
16018
|
|
|
16049
|
-
|
|
16050
|
-
|
|
16051
|
-
|
|
16052
|
-
|
|
16019
|
+
.detail-view-inner {
|
|
16020
|
+
border-radius: var(--card-border-radius);
|
|
16021
|
+
background: var(--bgl-box-bg);
|
|
16022
|
+
}
|
|
16053
16023
|
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16057
|
-
|
|
16058
|
-
|
|
16059
|
-
|
|
16024
|
+
.detail-view-inner-wrap {
|
|
16025
|
+
position: absolute;
|
|
16026
|
+
height: 100%;
|
|
16027
|
+
width: 100%;
|
|
16028
|
+
background: var(--bgl-bg);
|
|
16029
|
+
}
|
|
16060
16030
|
|
|
16061
|
-
|
|
16062
|
-
|
|
16063
|
-
|
|
16031
|
+
.detail-view-inner-wrap.bgl_card {
|
|
16032
|
+
background: var(--bgl-box-bg);
|
|
16033
|
+
}
|
|
16064
16034
|
|
|
16065
|
-
|
|
16066
|
-
|
|
16067
|
-
|
|
16035
|
+
.bgl_card {
|
|
16036
|
+
padding: 1rem 1rem;
|
|
16037
|
+
}
|
|
16068
16038
|
|
|
16069
|
-
|
|
16070
|
-
|
|
16071
|
-
|
|
16072
|
-
|
|
16073
|
-
|
|
16074
|
-
|
|
16075
|
-
|
|
16076
|
-
|
|
16077
|
-
|
|
16078
|
-
|
|
16079
|
-
|
|
16080
|
-
|
|
16081
|
-
|
|
16082
|
-
.popup {
|
|
16083
|
-
border-radius: 15px;
|
|
16084
|
-
background: var(--bgl-popup-bg);
|
|
16085
|
-
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
|
|
16086
|
-
padding: 2rem;
|
|
16087
|
-
min-width: 0;
|
|
16088
|
-
max-width: 90%;
|
|
16089
|
-
max-height: 90vh;
|
|
16090
|
-
overflow-x: auto;
|
|
16091
|
-
text-align: center;
|
|
16092
|
-
}
|
|
16039
|
+
.tabs {
|
|
16040
|
+
-moz-column-gap: 10px;
|
|
16041
|
+
column-gap: 10px;
|
|
16042
|
+
margin-top: 10px;
|
|
16043
|
+
margin-bottom: -15px;
|
|
16044
|
+
box-sizing: border-box;
|
|
16045
|
+
-webkit-margin-start: -1rem;
|
|
16046
|
+
margin-inline-start: -1rem;
|
|
16047
|
+
-webkit-padding-start: 1rem;
|
|
16048
|
+
padding-inline-start: 1rem;
|
|
16049
|
+
max-width: calc(100vw - 2rem);
|
|
16050
|
+
}
|
|
16093
16051
|
|
|
16094
|
-
|
|
16095
|
-
|
|
16096
|
-
|
|
16052
|
+
.popup {
|
|
16053
|
+
border-radius: 15px;
|
|
16054
|
+
background: var(--bgl-popup-bg);
|
|
16055
|
+
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
|
|
16056
|
+
padding: 2rem;
|
|
16057
|
+
min-width: 0;
|
|
16058
|
+
max-width: 90%;
|
|
16059
|
+
max-height: 90vh;
|
|
16060
|
+
overflow-x: auto;
|
|
16061
|
+
text-align: center;
|
|
16062
|
+
}
|
|
16097
16063
|
|
|
16098
|
-
|
|
16099
|
-
|
|
16100
|
-
|
|
16101
|
-
height: fit-content;
|
|
16102
|
-
}
|
|
16064
|
+
.detail-main {
|
|
16065
|
+
overflow-y: unset;
|
|
16066
|
+
}
|
|
16103
16067
|
|
|
16104
|
-
|
|
16105
|
-
|
|
16106
|
-
|
|
16107
|
-
|
|
16108
|
-
|
|
16109
|
-
|
|
16068
|
+
.detail-section {
|
|
16069
|
+
height: -webkit-fit-content;
|
|
16070
|
+
height: -moz-fit-content;
|
|
16071
|
+
height: fit-content;
|
|
16072
|
+
}
|
|
16073
|
+
|
|
16074
|
+
.field {
|
|
16075
|
+
display: flex;
|
|
16076
|
+
flex-wrap: wrap;
|
|
16077
|
+
gap: 0.5rem;
|
|
16078
|
+
align-items: center;
|
|
16079
|
+
}
|
|
16110
16080
|
}[theme="dark"] {
|
|
16111
16081
|
--bgl-primary: #1c4fe1;
|
|
16112
16082
|
--bgl-primary-tint: #1c4fe180;
|