@bagelink/vue 0.0.483 → 0.0.487
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/Accordion.vue.d.ts +4 -2
- package/dist/components/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AccordionItem.vue.d.ts +13 -11
- package/dist/components/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/Alert.vue.d.ts +1 -1
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts +8 -8
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +39 -37
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts +22 -20
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +14 -12
- package/dist/components/Carousel.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts +6 -4
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts +16 -14
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/ListView.vue.d.ts +4 -2
- package/dist/components/ListView.vue.d.ts.map +1 -1
- package/dist/components/MaterialIcon.vue.d.ts +8 -8
- package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +20 -18
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts +19 -15
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/PageTitle.vue.d.ts +6 -4
- package/dist/components/PageTitle.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +53 -399
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.vue.d.ts +6 -4
- package/dist/components/Title.vue.d.ts.map +1 -1
- package/dist/components/TopBar.vue.d.ts +4 -2
- package/dist/components/TopBar.vue.d.ts.map +1 -1
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +23 -21
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts +6 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +14 -14
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +14 -14
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +14 -14
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +39 -161
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/JSONInput.vue.d.ts +10 -10
- package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -6
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +26 -24
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +18 -18
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +2 -2
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +46 -46
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts +6 -4
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Layout.vue.d.ts +6 -4
- package/dist/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarMenu.vue.d.ts +13 -11
- package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts +16 -14
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/Tabs.vue.d.ts +6 -4
- package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsBody.vue.d.ts +4 -2
- package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +13 -10
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/index.cjs +682 -1195
- package/dist/index.mjs +682 -1195
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +440 -182
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/AccordionItem.vue +3 -2
- package/src/components/Btn.vue +3 -2
- package/src/components/Card.vue +1 -0
- package/src/components/ListItem.vue +1 -1
- package/src/components/NavBar.vue +1 -1
- package/src/components/TableSchema.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +2 -1
- package/src/components/form/inputs/ToggleInput.vue +13 -10
- package/src/components/layout/TabsNav.vue +56 -31
- package/src/styles/appearance.css +8 -0
- package/src/styles/inputs.css +18 -0
- package/src/styles/layout.css +93 -0
- package/src/styles/mobilLayout.css +94 -0
- package/src/styles/text.css +81 -0
- package/src/styles/theme.css +1 -1
package/dist/style.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
[dir='rtl'] .top-arrow[data-v-
|
|
2
|
+
[dir='rtl'] .top-arrow[data-v-d1115533] {
|
|
3
3
|
transform: rotate(180deg);
|
|
4
4
|
}
|
|
5
|
-
.nav-expend[data-v-
|
|
5
|
+
.nav-expend[data-v-d1115533] {
|
|
6
6
|
text-align: center;
|
|
7
7
|
cursor: pointer;
|
|
8
8
|
background: var(--bgl-white);
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
margin-bottom: 30px;
|
|
29
29
|
}
|
|
30
30
|
*/
|
|
31
|
-
.nav-expend[data-v-
|
|
31
|
+
.nav-expend[data-v-d1115533] {
|
|
32
32
|
background: var(--bgl-white);
|
|
33
33
|
}
|
|
34
|
-
.nav-expend[data-v-
|
|
34
|
+
.nav-expend[data-v-d1115533]:hover {
|
|
35
35
|
filter: brightness(95%);
|
|
36
36
|
box-shadow: 0 0 20px 0 var(--bgl-primary-tint);
|
|
37
37
|
}
|
|
38
|
-
.nav-expend[data-v-
|
|
38
|
+
.nav-expend[data-v-d1115533]:active {
|
|
39
39
|
filter: var(--bgl-active-filter);
|
|
40
40
|
}
|
|
41
|
-
.nav[data-v-
|
|
41
|
+
.nav[data-v-d1115533] {
|
|
42
42
|
color: var(--bgl-white);
|
|
43
43
|
background: var(--bgl-primary);
|
|
44
44
|
z-index: 100;
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
}
|
|
50
|
-
.nav[data-v-
|
|
50
|
+
.nav[data-v-d1115533] * {
|
|
51
51
|
user-select: none;
|
|
52
52
|
}
|
|
53
|
-
.nav-button[data-v-
|
|
53
|
+
.nav-button[data-v-d1115533] {
|
|
54
54
|
text-decoration: none;
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
display: flex;
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
transition: all 0.2s ease;
|
|
62
62
|
pointer-events: none;
|
|
63
63
|
}
|
|
64
|
-
.nav-button[data-v-
|
|
64
|
+
.nav-button[data-v-d1115533]:hover {
|
|
65
65
|
width: fit-content;
|
|
66
66
|
pointer-events: all;
|
|
67
67
|
}
|
|
68
|
-
.nav-button .bgl_icon-font[data-v-
|
|
68
|
+
.nav-button .bgl_icon-font[data-v-d1115533] {
|
|
69
69
|
font-size: 22px;
|
|
70
70
|
margin: 0.25rem 10px;
|
|
71
71
|
padding: 10px;
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
transition: all 0.2s ease;
|
|
79
79
|
pointer-events: all;
|
|
80
80
|
}
|
|
81
|
-
.nav-button:hover .bgl_icon-font[data-v-
|
|
82
|
-
.nav-button.router-link-active .bgl_icon-font[data-v-
|
|
81
|
+
.nav-button:hover .bgl_icon-font[data-v-d1115533],
|
|
82
|
+
.nav-button.router-link-active .bgl_icon-font[data-v-d1115533] {
|
|
83
83
|
background: var(--bgl-white);
|
|
84
84
|
color: var(--bgl-primary);
|
|
85
85
|
}
|
|
86
|
-
.nav-button:hover .tooltip[data-v-
|
|
86
|
+
.nav-button:hover .tooltip[data-v-d1115533] {
|
|
87
87
|
opacity: 1;
|
|
88
88
|
pointer-events: all;
|
|
89
89
|
}
|
|
90
|
-
.tooltip[data-v-
|
|
90
|
+
.tooltip[data-v-d1115533] {
|
|
91
91
|
background-color: var(--bgl-white);
|
|
92
92
|
color: var(--bgl-primary);
|
|
93
93
|
line-height: 1;
|
|
@@ -101,23 +101,23 @@
|
|
|
101
101
|
opacity: 0;
|
|
102
102
|
margin-inline-start: 1rem;
|
|
103
103
|
}
|
|
104
|
-
.tooltip[data-v-
|
|
104
|
+
.tooltip[data-v-d1115533]:hover {
|
|
105
105
|
filter: brightness(95%);
|
|
106
106
|
}
|
|
107
|
-
.tooltip[data-v-
|
|
107
|
+
.tooltip[data-v-d1115533]:active {
|
|
108
108
|
filter: brightness(90%);
|
|
109
109
|
}
|
|
110
|
-
.bot-buttons-wrapper[data-v-
|
|
110
|
+
.bot-buttons-wrapper[data-v-d1115533] {
|
|
111
111
|
margin-top: auto;
|
|
112
112
|
width: 100%;
|
|
113
113
|
}
|
|
114
|
-
.nav-links-wrapper[data-v-
|
|
114
|
+
.nav-links-wrapper[data-v-d1115533] {
|
|
115
115
|
direction: ltr;
|
|
116
116
|
}
|
|
117
|
-
[dir='rtl'] .nav-links-wrapper[data-v-
|
|
117
|
+
[dir='rtl'] .nav-links-wrapper[data-v-d1115533] {
|
|
118
118
|
direction: rtl;
|
|
119
119
|
}
|
|
120
|
-
.nav-scroll[data-v-
|
|
120
|
+
.nav-scroll[data-v-d1115533] {
|
|
121
121
|
overflow-y: scroll;
|
|
122
122
|
width: 50vw;
|
|
123
123
|
direction: rtl;
|
|
@@ -127,30 +127,30 @@
|
|
|
127
127
|
display: flex;
|
|
128
128
|
flex-direction: column;
|
|
129
129
|
}
|
|
130
|
-
.nav[data-v-
|
|
130
|
+
.nav[data-v-d1115533]::-webkit-scrollbar-thumb {
|
|
131
131
|
background-color: transparent;
|
|
132
132
|
}
|
|
133
|
-
.nav[data-v-
|
|
133
|
+
.nav[data-v-d1115533]:hover::-webkit-scrollbar-thumb {
|
|
134
134
|
background-color: var(--bgl-gray);
|
|
135
135
|
}
|
|
136
|
-
[dir='rtl'] .nav-scroll[data-v-
|
|
136
|
+
[dir='rtl'] .nav-scroll[data-v-d1115533] {
|
|
137
137
|
direction: ltr;
|
|
138
138
|
}
|
|
139
|
-
.full-nav[data-v-
|
|
139
|
+
.full-nav[data-v-d1115533] {
|
|
140
140
|
height: 100%;
|
|
141
141
|
display: flex;
|
|
142
142
|
flex-direction: column;
|
|
143
143
|
}
|
|
144
144
|
@media screen and (min-width: 910px) {
|
|
145
|
-
.nav.open .nav-expend[data-v-
|
|
145
|
+
.nav.open .nav-expend[data-v-d1115533] {
|
|
146
146
|
margin-inline-start: 189px;
|
|
147
147
|
transform: rotate(180deg);
|
|
148
148
|
}
|
|
149
|
-
.nav.open[data-v-
|
|
149
|
+
.nav.open[data-v-d1115533] {
|
|
150
150
|
width: 200px;
|
|
151
151
|
text-align: start;
|
|
152
152
|
}
|
|
153
|
-
.nav.open .tooltip[data-v-
|
|
153
|
+
.nav.open .tooltip[data-v-d1115533] {
|
|
154
154
|
background-color: transparent;
|
|
155
155
|
color: var(--bgl-white);
|
|
156
156
|
padding: 0;
|
|
@@ -159,30 +159,30 @@
|
|
|
159
159
|
opacity: 1;
|
|
160
160
|
margin-inline-start: 0rem;
|
|
161
161
|
}
|
|
162
|
-
.nav.open .nav-button .bgl_icon-font[data-v-
|
|
162
|
+
.nav.open .nav-button .bgl_icon-font[data-v-d1115533] {
|
|
163
163
|
margin: 0;
|
|
164
164
|
background: transparent;
|
|
165
165
|
}
|
|
166
|
-
.nav.open .nav-button[data-v-
|
|
166
|
+
.nav.open .nav-button[data-v-d1115533] {
|
|
167
167
|
width: 180px;
|
|
168
168
|
border-radius: 10px;
|
|
169
169
|
margin-inline-start: 10px;
|
|
170
170
|
margin-top: 10px;
|
|
171
171
|
margin-bottom: 10px;
|
|
172
172
|
}
|
|
173
|
-
.nav.open .nav-button[data-v-
|
|
174
|
-
.nav.open .nav-button.router-link-active[data-v-
|
|
173
|
+
.nav.open .nav-button[data-v-d1115533]:hover,
|
|
174
|
+
.nav.open .nav-button.router-link-active[data-v-d1115533] {
|
|
175
175
|
background: var(--bgl-white);
|
|
176
176
|
color: var(--bgl-primary);
|
|
177
177
|
}
|
|
178
|
-
.nav.open .nav-button[data-v-
|
|
179
|
-
.nav.open .nav-button:hover .tooltip[data-v-
|
|
180
|
-
.nav.open .nav-button.router-link-active .tooltip[data-v-
|
|
178
|
+
.nav.open .nav-button[data-v-d1115533]:hover,
|
|
179
|
+
.nav.open .nav-button:hover .tooltip[data-v-d1115533],
|
|
180
|
+
.nav.open .nav-button.router-link-active .tooltip[data-v-d1115533] {
|
|
181
181
|
color: var(--bgl-primary);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
@media screen and (max-width: 910px) {
|
|
185
|
-
.full-nav[data-v-
|
|
185
|
+
.full-nav[data-v-d1115533] {
|
|
186
186
|
height: auto;
|
|
187
187
|
display: flex;
|
|
188
188
|
flex-direction: row;
|
|
@@ -191,10 +191,10 @@
|
|
|
191
191
|
inset-inline-end: 0;
|
|
192
192
|
overflow-x: auto;
|
|
193
193
|
}
|
|
194
|
-
.nav.open[data-v-
|
|
194
|
+
.nav.open[data-v-d1115533] {
|
|
195
195
|
width: initial;
|
|
196
196
|
}
|
|
197
|
-
.nav[data-v-
|
|
197
|
+
.nav[data-v-d1115533] {
|
|
198
198
|
width: auto;
|
|
199
199
|
display: flex;
|
|
200
200
|
flex-direction: row;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
overflow-x: auto;
|
|
203
203
|
justify-content: flex-start;
|
|
204
204
|
}
|
|
205
|
-
.tooltip[data-v-
|
|
205
|
+
.tooltip[data-v-d1115533] {
|
|
206
206
|
opacity: 1;
|
|
207
207
|
background: transparent;
|
|
208
208
|
color: var(--bgl-white);
|
|
@@ -211,25 +211,25 @@
|
|
|
211
211
|
padding: 0;
|
|
212
212
|
margin: 0;
|
|
213
213
|
}
|
|
214
|
-
.nav-button[data-v-
|
|
214
|
+
.nav-button[data-v-d1115533] {
|
|
215
215
|
flex-direction: column;
|
|
216
216
|
margin: 12px 0.25rem;
|
|
217
217
|
}
|
|
218
|
-
.nav-button .bgl_icon-font[data-v-
|
|
218
|
+
.nav-button .bgl_icon-font[data-v-d1115533] {
|
|
219
219
|
padding: 2px 0 0 0;
|
|
220
220
|
margin: 0;
|
|
221
221
|
height: 30px;
|
|
222
222
|
width: 30px;
|
|
223
223
|
}
|
|
224
|
-
.nav-links-wrapper[data-v-
|
|
224
|
+
.nav-links-wrapper[data-v-d1115533] {
|
|
225
225
|
display: flex;
|
|
226
226
|
}
|
|
227
|
-
.bot-buttons-wrapper[data-v-
|
|
227
|
+
.bot-buttons-wrapper[data-v-d1115533] {
|
|
228
228
|
margin-top: 0;
|
|
229
229
|
width: auto;
|
|
230
230
|
display: flex;
|
|
231
231
|
}
|
|
232
|
-
.nav-scroll[data-v-
|
|
232
|
+
.nav-scroll[data-v-d1115533] {
|
|
233
233
|
overflow-y: visible;
|
|
234
234
|
width: auto;
|
|
235
235
|
direction: auto;
|
|
@@ -240,27 +240,27 @@
|
|
|
240
240
|
flex-direction: row;
|
|
241
241
|
margin-inline-end: auto;
|
|
242
242
|
}
|
|
243
|
-
.nav[data-v-
|
|
243
|
+
.nav[data-v-d1115533]::-webkit-scrollbar {
|
|
244
244
|
display: none;
|
|
245
245
|
}
|
|
246
|
-
.nav-expend[data-v-
|
|
246
|
+
.nav-expend[data-v-d1115533] {
|
|
247
247
|
display: none;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
a[data-v-
|
|
251
|
+
a[data-v-957b4083] {
|
|
252
252
|
text-decoration: none;
|
|
253
253
|
}
|
|
254
|
-
.loading[data-v-
|
|
254
|
+
.loading[data-v-957b4083] {
|
|
255
255
|
border: 1px solid var(--bgl-white);
|
|
256
256
|
border-bottom: 2px solid var(--bgl-white);
|
|
257
|
-
animation: spin-
|
|
257
|
+
animation: spin-957b4083 1s linear infinite;
|
|
258
258
|
border-radius: 100px;
|
|
259
259
|
width: 1rem;
|
|
260
260
|
height: 1rem;
|
|
261
261
|
margin: auto;
|
|
262
262
|
}
|
|
263
|
-
@keyframes spin-
|
|
263
|
+
@keyframes spin-957b4083 {
|
|
264
264
|
0% {
|
|
265
265
|
transform: rotate(0deg);
|
|
266
266
|
}
|
|
@@ -268,7 +268,7 @@ a[data-v-b96e25bd] {
|
|
|
268
268
|
transform: rotate(360deg);
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
|
-
.bgl_btn-icon[data-v-
|
|
271
|
+
.bgl_btn-icon[data-v-957b4083] {
|
|
272
272
|
height: var(--btn-height);
|
|
273
273
|
width: var(--btn-height);
|
|
274
274
|
border-radius: 100%;
|
|
@@ -278,101 +278,101 @@ a[data-v-b96e25bd] {
|
|
|
278
278
|
flex-shrink: 0;
|
|
279
279
|
transition: var(--bgl-transition);
|
|
280
280
|
}
|
|
281
|
-
.bgl_btn[data-v-
|
|
281
|
+
.bgl_btn[data-v-957b4083] {
|
|
282
282
|
padding-left: var(--btn-padding);
|
|
283
283
|
padding-right: var(--btn-padding);
|
|
284
284
|
transition: var(--bgl-transition);
|
|
285
285
|
text-decoration: none;
|
|
286
286
|
}
|
|
287
|
-
.bgl_btn[disabled="true"][data-v-
|
|
287
|
+
.bgl_btn[disabled="true"][data-v-957b4083] {
|
|
288
288
|
opacity: 0.5;
|
|
289
289
|
cursor: not-allowed;
|
|
290
290
|
}
|
|
291
|
-
.bgl_btn-flex[data-v-
|
|
291
|
+
.bgl_btn-flex[data-v-957b4083] {
|
|
292
292
|
display: flex;
|
|
293
293
|
align-items: center;
|
|
294
294
|
gap: 0.5rem;
|
|
295
295
|
justify-content: center;
|
|
296
296
|
}
|
|
297
|
-
.bgl_btn .bgl_.bgl_icon-font[data-v-
|
|
297
|
+
.bgl_btn .bgl_.bgl_icon-font[data-v-957b4083] {
|
|
298
298
|
font-size: calc(var(--input-font-size) * 1.3);
|
|
299
299
|
}
|
|
300
|
-
.bgl_btn[data-v-
|
|
301
|
-
.bgl_btn-icon[data-v-
|
|
302
|
-
background-color: var(--
|
|
303
|
-
color: var(--
|
|
300
|
+
.bgl_btn[data-v-957b4083],
|
|
301
|
+
.bgl_btn-icon[data-v-957b4083] {
|
|
302
|
+
background-color: var(--23db5d74);
|
|
303
|
+
color: var(--82322962);
|
|
304
304
|
}
|
|
305
|
-
.bgl_btn[data-v-
|
|
306
|
-
.bgl_btn-icon[data-v-
|
|
305
|
+
.bgl_btn[data-v-957b4083]:hover,
|
|
306
|
+
.bgl_btn-icon[data-v-957b4083]:hover {
|
|
307
307
|
filter: var(--bgl-hover-filter);
|
|
308
308
|
}
|
|
309
|
-
.bgl_btn[data-v-
|
|
310
|
-
.bgl_btn-icon[data-v-
|
|
309
|
+
.bgl_btn[data-v-957b4083]:active,
|
|
310
|
+
.bgl_btn-icon[data-v-957b4083]:active {
|
|
311
311
|
filter: var(--bgl-active-filter);
|
|
312
312
|
}
|
|
313
|
-
.bgl_btn.bgl_flatBtn[data-v-
|
|
313
|
+
.bgl_btn.bgl_flatBtn[data-v-957b4083] {
|
|
314
314
|
padding-left: var(--btn-padding);
|
|
315
315
|
padding-right: var(--btn-padding);
|
|
316
316
|
background: transparent;
|
|
317
317
|
}
|
|
318
|
-
.bgl_btn-icon.bgl_flatBtn[data-v-
|
|
318
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-957b4083] {
|
|
319
319
|
background: transparent;
|
|
320
320
|
}
|
|
321
|
-
.bgl_btn.bgl_flatBtn[data-v-
|
|
322
|
-
.bgl_btn-icon.bgl_flatBtn[data-v-
|
|
321
|
+
.bgl_btn.bgl_flatBtn[data-v-957b4083]:hover,
|
|
322
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-957b4083]:hover {
|
|
323
323
|
filter: var(--bgl-active-filter);
|
|
324
324
|
}
|
|
325
|
-
.bgl_btn.bgl_flatBtn[data-v-
|
|
326
|
-
.bgl_btn-icon.bgl_flatBtn[data-v-
|
|
325
|
+
.bgl_btn.bgl_flatBtn[data-v-957b4083]:active,
|
|
326
|
+
.bgl_btn-icon.bgl_flatBtn[data-v-957b4083]:active {
|
|
327
327
|
background: var(--bgl-gray);
|
|
328
328
|
filter: var(--bgl-hover-filter);
|
|
329
329
|
}
|
|
330
|
-
.bgl_btn.bgl_flatBtn.red[data-v-
|
|
331
|
-
.bgl_btn-icon.bgl_flatBtn.red[data-v-
|
|
330
|
+
.bgl_btn.bgl_flatBtn.red[data-v-957b4083],
|
|
331
|
+
.bgl_btn-icon.bgl_flatBtn.red[data-v-957b4083] {
|
|
332
332
|
color: var(--bgl-red);
|
|
333
333
|
}
|
|
334
|
-
.bgl_btn.bgl_flatBtn.white[data-v-
|
|
335
|
-
.bgl_btn-icon.bgl_flatBtn.white[data-v-
|
|
334
|
+
.bgl_btn.bgl_flatBtn.white[data-v-957b4083],
|
|
335
|
+
.bgl_btn-icon.bgl_flatBtn.white[data-v-957b4083] {
|
|
336
336
|
color: var(--bgl-white);
|
|
337
337
|
}
|
|
338
|
-
.bgl_btn.bgl_flatBtn.light[data-v-
|
|
339
|
-
.bgl_btn-icon.bgl_flatBtn.light[data-v-
|
|
338
|
+
.bgl_btn.bgl_flatBtn.light[data-v-957b4083],
|
|
339
|
+
.bgl_btn-icon.bgl_flatBtn.light[data-v-957b4083] {
|
|
340
340
|
color: var(--bgl-primary-tint);
|
|
341
341
|
}
|
|
342
|
-
.bgl_btn.bgl_flatBtn.black[data-v-
|
|
343
|
-
.bgl_btn-icon.bgl_flatBtn.black[data-v-
|
|
342
|
+
.bgl_btn.bgl_flatBtn.black[data-v-957b4083],
|
|
343
|
+
.bgl_btn-icon.bgl_flatBtn.black[data-v-957b4083] {
|
|
344
344
|
color: var(--bgl-black);
|
|
345
345
|
}
|
|
346
|
-
.bgl_btn.bgl_flatBtn.gray[data-v-
|
|
347
|
-
.bgl_btn-icon.bgl_flatBtn.gray[data-v-
|
|
346
|
+
.bgl_btn.bgl_flatBtn.gray[data-v-957b4083],
|
|
347
|
+
.bgl_btn-icon.bgl_flatBtn.gray[data-v-957b4083] {
|
|
348
348
|
color: var(--bgl-gray);
|
|
349
349
|
}
|
|
350
|
-
.bgl_btn.thin[data-v-
|
|
351
|
-
padding-
|
|
352
|
-
|
|
350
|
+
.bgl_btn.thin[data-v-957b4083] {
|
|
351
|
+
padding-inline: calc(var(--btn-padding) / 3);
|
|
352
|
+
border-radius: calc(var(--btn-border-radius) / 1.5);
|
|
353
353
|
}
|
|
354
|
-
.bgl_btn.round[data-v-
|
|
354
|
+
.bgl_btn.round[data-v-957b4083] {
|
|
355
355
|
border-radius: calc(var(--btn-border-radius) * 2);
|
|
356
356
|
}
|
|
357
|
-
.bgl_btn-icon.thin[data-v-
|
|
357
|
+
.bgl_btn-icon.thin[data-v-957b4083] {
|
|
358
358
|
height: calc(var(--btn-height) / 1.5);
|
|
359
359
|
width: calc(var(--btn-height) / 1.5);
|
|
360
360
|
line-height: 1;
|
|
361
361
|
}
|
|
362
|
-
[dir="rtl"] .bgl_.bgl_icon-font[data-v-
|
|
362
|
+
[dir="rtl"] .bgl_.bgl_icon-font[data-v-957b4083] {
|
|
363
363
|
transform: rotateY(180deg);
|
|
364
364
|
}
|
|
365
|
-
.bgl_btn-border[data-v-
|
|
366
|
-
outline: 1px solid var(--
|
|
367
|
-
color: var(--
|
|
365
|
+
.bgl_btn-border[data-v-957b4083] {
|
|
366
|
+
outline: 1px solid var(--23db5d74);
|
|
367
|
+
color: var(--23db5d74);
|
|
368
368
|
background: transparent;
|
|
369
369
|
}
|
|
370
|
-
.bgl_btn-border[data-v-
|
|
370
|
+
.bgl_btn-border[data-v-957b4083]:hover {
|
|
371
371
|
color: var(--bgl-white);
|
|
372
|
-
background: var(--
|
|
372
|
+
background: var(--23db5d74);
|
|
373
373
|
filter: brightness(100%);
|
|
374
374
|
}
|
|
375
|
-
.bgl_btn-border[data-v-
|
|
375
|
+
.bgl_btn-border[data-v-957b4083]:active {
|
|
376
376
|
filter: brightness(80%);
|
|
377
377
|
}
|
|
378
378
|
.bg-dark {
|
|
@@ -540,13 +540,13 @@ a[data-v-b96e25bd] {
|
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
-
.accordion-item[data-v-
|
|
543
|
+
.accordion-item[data-v-b862dfb8] {
|
|
544
544
|
border-bottom: 1px solid var(--border-color);
|
|
545
545
|
transition: all 0.2s;
|
|
546
546
|
cursor: pointer;
|
|
547
547
|
overflow: hidden;
|
|
548
548
|
}
|
|
549
|
-
.accordion-head[data-v-
|
|
549
|
+
.accordion-head[data-v-b862dfb8] {
|
|
550
550
|
height: var(--input-height);
|
|
551
551
|
background: transparent;
|
|
552
552
|
display: flex;
|
|
@@ -555,19 +555,19 @@ a[data-v-b96e25bd] {
|
|
|
555
555
|
justify-content: space-between;
|
|
556
556
|
border: none;
|
|
557
557
|
}
|
|
558
|
-
.accordion-icon[data-v-
|
|
558
|
+
.accordion-icon[data-v-b862dfb8] {
|
|
559
559
|
transition: all 0.2s ease;
|
|
560
560
|
}
|
|
561
|
-
.accordion-icon.open[data-v-
|
|
561
|
+
.accordion-icon.open[data-v-b862dfb8] {
|
|
562
562
|
transform: rotate(180deg);
|
|
563
563
|
}
|
|
564
|
-
.accordion-label[data-v-
|
|
564
|
+
.accordion-label[data-v-b862dfb8] {
|
|
565
565
|
font-weight: bold;
|
|
566
566
|
}
|
|
567
|
-
.accordion-head:hover .accordion-label[data-v-
|
|
567
|
+
.accordion-head:hover .accordion-label[data-v-b862dfb8] {
|
|
568
568
|
text-decoration: underline;
|
|
569
569
|
}
|
|
570
|
-
.accordion-body[data-v-
|
|
570
|
+
.accordion-body[data-v-b862dfb8] {
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.expand-enter-active,
|
|
@@ -637,41 +637,41 @@ a[data-v-b96e25bd] {
|
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
.list-arrows[data-v-
|
|
640
|
+
.list-arrows[data-v-ae8770a6] {
|
|
641
641
|
opacity: 0;
|
|
642
642
|
}
|
|
643
|
-
.list-arrows .bgl_icon-font[data-v-
|
|
643
|
+
.list-arrows .bgl_icon-font[data-v-ae8770a6] {
|
|
644
644
|
transition: all ease-in-out 0.2s;
|
|
645
645
|
}
|
|
646
|
-
.list-arrows.sorted[data-v-
|
|
646
|
+
.list-arrows.sorted[data-v-ae8770a6] {
|
|
647
647
|
opacity: 1;
|
|
648
648
|
}
|
|
649
|
-
.col img[data-v-
|
|
649
|
+
.col img[data-v-ae8770a6] {
|
|
650
650
|
height: 35px;
|
|
651
651
|
margin-top: -14px;
|
|
652
652
|
margin-bottom: -14px;
|
|
653
653
|
border-radius: 5px;
|
|
654
654
|
}
|
|
655
|
-
.list-arrows.sorted .desc[data-v-
|
|
655
|
+
.list-arrows.sorted .desc[data-v-ae8770a6] {
|
|
656
656
|
transform: rotate(180deg);
|
|
657
657
|
}
|
|
658
|
-
table[data-v-
|
|
658
|
+
table[data-v-ae8770a6] {
|
|
659
659
|
border-collapse: separate;
|
|
660
660
|
border-spacing: 0 15px;
|
|
661
661
|
border-collapse: collapse;
|
|
662
662
|
}
|
|
663
|
-
th[data-v-
|
|
663
|
+
th[data-v-ae8770a6] {
|
|
664
664
|
font-weight: 400;
|
|
665
665
|
}
|
|
666
|
-
.embedded-field[data-v-
|
|
666
|
+
.embedded-field[data-v-ae8770a6] {
|
|
667
667
|
margin-bottom: -0.2rem;
|
|
668
668
|
margin-top: -0.2rem;
|
|
669
669
|
}
|
|
670
|
-
.row[data-v-
|
|
670
|
+
.row[data-v-ae8770a6] {
|
|
671
671
|
border-bottom: 1px solid var(--border-color);
|
|
672
672
|
cursor: pointer;
|
|
673
673
|
}
|
|
674
|
-
.row.first-row[data-v-
|
|
674
|
+
.row.first-row[data-v-ae8770a6] {
|
|
675
675
|
font-size: 0.8rem;
|
|
676
676
|
color: var(--bgl-black-tint);
|
|
677
677
|
position: sticky;
|
|
@@ -681,10 +681,10 @@ th[data-v-6cb0708f] {
|
|
|
681
681
|
height: 50px;
|
|
682
682
|
vertical-align: bottom;
|
|
683
683
|
}
|
|
684
|
-
.row.first-row input[type=checkbox][data-v-
|
|
684
|
+
.row.first-row input[type=checkbox][data-v-ae8770a6]{
|
|
685
685
|
margin-bottom: 0.7rem;
|
|
686
686
|
}
|
|
687
|
-
.row.first-row[data-v-
|
|
687
|
+
.row.first-row[data-v-ae8770a6]::after {
|
|
688
688
|
content: '';
|
|
689
689
|
border-bottom: 1px solid var(--border-color);
|
|
690
690
|
position: absolute;
|
|
@@ -692,30 +692,30 @@ th[data-v-6cb0708f] {
|
|
|
692
692
|
right: 0;
|
|
693
693
|
bottom: -1px;
|
|
694
694
|
}
|
|
695
|
-
.first-row .col[data-v-
|
|
695
|
+
.first-row .col[data-v-ae8770a6] {
|
|
696
696
|
cursor: pointer;
|
|
697
697
|
background: var(--bgl-white);
|
|
698
698
|
}
|
|
699
|
-
.col[data-v-
|
|
699
|
+
.col[data-v-ae8770a6] {
|
|
700
700
|
white-space: nowrap;
|
|
701
701
|
padding: 0.75rem 0.5rem;
|
|
702
702
|
transition: var(--bgl-transition);
|
|
703
703
|
line-height: 1;
|
|
704
704
|
align-items: center;
|
|
705
705
|
}
|
|
706
|
-
.col[data-v-
|
|
707
|
-
padding: 0rem;
|
|
706
|
+
.col[data-v-ae8770a6]:has(.bagel-input) {
|
|
707
|
+
padding: 0rem 0.25rem;
|
|
708
708
|
}
|
|
709
|
-
.col > div[data-v-
|
|
709
|
+
.col > div[data-v-ae8770a6] {
|
|
710
710
|
display: flex;
|
|
711
711
|
gap: 0.5rem;
|
|
712
712
|
}
|
|
713
|
-
.max-col-width[data-v-
|
|
713
|
+
.max-col-width[data-v-ae8770a6] {
|
|
714
714
|
max-width: 30vw;
|
|
715
715
|
overflow: hidden;
|
|
716
716
|
text-overflow: ellipsis;
|
|
717
717
|
}
|
|
718
|
-
.col.check .bgl_icon-font[data-v-
|
|
718
|
+
.col.check .bgl_icon-font[data-v-ae8770a6] {
|
|
719
719
|
border-radius: 100%;
|
|
720
720
|
background: var(--bgl-blue-20);
|
|
721
721
|
color: var(--bgl-primary);
|
|
@@ -726,31 +726,31 @@ th[data-v-6cb0708f] {
|
|
|
726
726
|
justify-content: center;
|
|
727
727
|
margin-top: -2px;
|
|
728
728
|
}
|
|
729
|
-
.rows[data-v-
|
|
729
|
+
.rows[data-v-ae8770a6] {
|
|
730
730
|
font-size: 0.8125em;
|
|
731
731
|
}
|
|
732
|
-
.table-list[data-v-
|
|
732
|
+
.table-list[data-v-ae8770a6] {
|
|
733
733
|
height: 100%;
|
|
734
734
|
position: relative;
|
|
735
735
|
padding-left: 0 !important;
|
|
736
736
|
padding-right: 0 !important;
|
|
737
737
|
overflow: auto;
|
|
738
738
|
}
|
|
739
|
-
.BagelTable .table-list[data-v-
|
|
739
|
+
.BagelTable .table-list[data-v-ae8770a6] {
|
|
740
740
|
overflow: unset;
|
|
741
741
|
}
|
|
742
|
-
.row-item[data-v-
|
|
742
|
+
.row-item[data-v-ae8770a6] {
|
|
743
743
|
height: 50px;
|
|
744
744
|
transition: all 200ms ease;
|
|
745
745
|
}
|
|
746
|
-
.row-item[data-v-
|
|
746
|
+
.row-item[data-v-ae8770a6]:hover {
|
|
747
747
|
background: var(--bgl-gray-light);
|
|
748
748
|
}
|
|
749
|
-
.row-item input[type=checkbox][data-v-
|
|
749
|
+
.row-item input[type=checkbox][data-v-ae8770a6]{
|
|
750
750
|
margin-top: 0.45rem !important;
|
|
751
751
|
accent-color: var(--bgl-primary);
|
|
752
752
|
}
|
|
753
|
-
.infinite-wrapper[data-v-
|
|
753
|
+
.infinite-wrapper[data-v-ae8770a6] {
|
|
754
754
|
overflow-y: auto;
|
|
755
755
|
width: 100%;
|
|
756
756
|
}
|
|
@@ -801,6 +801,7 @@ th[data-v-6cb0708f] {
|
|
|
801
801
|
background: var(--bgl-white);
|
|
802
802
|
padding: 2rem 2rem;
|
|
803
803
|
position: relative;
|
|
804
|
+
box-shadow:0 1px 5px 0 rgba(0,0,0,.05), 0 1px 2px -1px rgba(0,0,0,.05);
|
|
804
805
|
}
|
|
805
806
|
.bgl_card.gray {
|
|
806
807
|
background: var(--bgl-gray-20);
|
|
@@ -2248,7 +2249,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
2248
2249
|
color: var(--bgl-white);
|
|
2249
2250
|
}
|
|
2250
2251
|
|
|
2251
|
-
.bagel-input .fileUploadWrap[data-v-
|
|
2252
|
+
.bagel-input .fileUploadWrap[data-v-82316bcb] {
|
|
2252
2253
|
--width: 320px;
|
|
2253
2254
|
outline: 1px solid var(--border-color);
|
|
2254
2255
|
border-radius: var(--input-border-radius);
|
|
@@ -2261,7 +2262,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
2261
2262
|
overflow-y: auto;
|
|
2262
2263
|
background: var(--input-bg);
|
|
2263
2264
|
}
|
|
2264
|
-
.previewName[data-v-
|
|
2265
|
+
.previewName[data-v-82316bcb] {
|
|
2265
2266
|
padding: 0.5rem;
|
|
2266
2267
|
text-align: start;
|
|
2267
2268
|
color: var(--input-color);
|
|
@@ -2271,18 +2272,18 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
2271
2272
|
align-items: center;
|
|
2272
2273
|
padding-inline: 14px;
|
|
2273
2274
|
}
|
|
2274
|
-
.previewName p[data-v-
|
|
2275
|
+
.previewName p[data-v-82316bcb] {
|
|
2275
2276
|
overflow: hidden;
|
|
2276
2277
|
text-overflow: ellipsis;
|
|
2277
2278
|
white-space: nowrap;
|
|
2278
2279
|
}
|
|
2279
|
-
.imagePreviewWrap[data-v-
|
|
2280
|
+
.imagePreviewWrap[data-v-82316bcb] {
|
|
2280
2281
|
background: var(--input-bg);
|
|
2281
2282
|
border-radius: var(--input-border-radius);
|
|
2282
2283
|
padding: 5px;
|
|
2283
2284
|
min-height: 90px;
|
|
2284
2285
|
}
|
|
2285
|
-
img.preview[data-v-
|
|
2286
|
+
img.preview[data-v-82316bcb] {
|
|
2286
2287
|
/* max-height: calc(var(--width) / 2); */
|
|
2287
2288
|
/* max-width: calc(var(--width) * 2); */
|
|
2288
2289
|
width: 40px;
|
|
@@ -2292,7 +2293,7 @@ img.preview[data-v-bf26cc92] {
|
|
|
2292
2293
|
background: var(--bgl-gray-light);
|
|
2293
2294
|
box-shadow: 0 0 10px #00000012;
|
|
2294
2295
|
}
|
|
2295
|
-
img.preview.single[data-v-
|
|
2296
|
+
img.preview.single[data-v-82316bcb]{
|
|
2296
2297
|
max-width: var(--width);
|
|
2297
2298
|
width: auto;
|
|
2298
2299
|
object-fit: contain;
|
|
@@ -2300,18 +2301,18 @@ img.preview.single[data-v-bf26cc92]{
|
|
|
2300
2301
|
max-height: calc(var(--width) / 2);
|
|
2301
2302
|
margin: 1rem;
|
|
2302
2303
|
}
|
|
2303
|
-
.fileUploadWrap.dragover[data-v-
|
|
2304
|
-
.fileUploadWrap[data-v-
|
|
2304
|
+
.fileUploadWrap.dragover[data-v-82316bcb],
|
|
2305
|
+
.fileUploadWrap[data-v-82316bcb]:hover {
|
|
2305
2306
|
box-shadow: inset 0 0 10px #00000012;
|
|
2306
2307
|
}
|
|
2307
|
-
.bagel-input .fileUploadWrap.fileDropZone[data-v-
|
|
2308
|
+
.bagel-input .fileUploadWrap.fileDropZone[data-v-82316bcb] {
|
|
2308
2309
|
background: var(--input-bg);
|
|
2309
2310
|
display: flex;
|
|
2310
2311
|
align-items: center;
|
|
2311
2312
|
justify-content: center;
|
|
2312
2313
|
color: var(--bgl-gray);
|
|
2313
2314
|
}
|
|
2314
|
-
.pie[data-v-
|
|
2315
|
+
.pie[data-v-82316bcb] {
|
|
2315
2316
|
width: 30px;
|
|
2316
2317
|
height: 30px;
|
|
2317
2318
|
position: relative;
|
|
@@ -2319,7 +2320,7 @@ img.preview.single[data-v-bf26cc92]{
|
|
|
2319
2320
|
align-items: center;
|
|
2320
2321
|
justify-content: center;
|
|
2321
2322
|
}
|
|
2322
|
-
.pie[data-v-
|
|
2323
|
+
.pie[data-v-82316bcb]:before {
|
|
2323
2324
|
content: '';
|
|
2324
2325
|
position: absolute;
|
|
2325
2326
|
border-radius: 50%;
|
|
@@ -2337,65 +2338,66 @@ img.preview.single[data-v-bf26cc92]{
|
|
|
2337
2338
|
#000 calc(100% - var(--b))
|
|
2338
2339
|
);
|
|
2339
2340
|
}
|
|
2340
|
-
.pie .success[data-v-
|
|
2341
|
+
.pie .success[data-v-82316bcb] {
|
|
2341
2342
|
transform: scale(0);
|
|
2342
2343
|
opacity: 0;
|
|
2343
2344
|
transition: all 0.3s ease-in-out;
|
|
2344
2345
|
}
|
|
2345
|
-
.pie .progress[data-v-
|
|
2346
|
+
.pie .progress[data-v-82316bcb] {
|
|
2346
2347
|
position: absolute;
|
|
2347
2348
|
font-size: 10px;
|
|
2348
2349
|
}
|
|
2349
|
-
.pie.complete .progress[data-v-
|
|
2350
|
+
.pie.complete .progress[data-v-82316bcb] {
|
|
2350
2351
|
display: none;
|
|
2351
2352
|
}
|
|
2352
|
-
.pie.complete .success[data-v-
|
|
2353
|
+
.pie.complete .success[data-v-82316bcb] {
|
|
2353
2354
|
transform: scale(1.3);
|
|
2354
2355
|
opacity: 1;
|
|
2355
2356
|
}
|
|
2356
|
-
.pie.complete[data-v-
|
|
2357
|
+
.pie.complete[data-v-82316bcb]:before {
|
|
2357
2358
|
background: conic-gradient(var(--bgl-green) calc(var(--p) * 1%), #0000 0);
|
|
2358
2359
|
}
|
|
2359
|
-
.pie.complete[data-v-
|
|
2360
|
+
.pie.complete[data-v-82316bcb] {
|
|
2360
2361
|
color: var(--bgl-green);
|
|
2361
2362
|
}
|
|
2362
2363
|
|
|
2363
|
-
.bgl-checkbox[data-v-
|
|
2364
|
+
.bgl-checkbox[data-v-c7810f72] {
|
|
2364
2365
|
position: relative;
|
|
2366
|
+
transition: var(--bgl-transition);
|
|
2365
2367
|
}
|
|
2366
|
-
.bgl-checkbox input[type=checkbox][data-v-
|
|
2368
|
+
.bgl-checkbox input[type=checkbox][data-v-c7810f72] {
|
|
2367
2369
|
display: none;
|
|
2368
2370
|
}
|
|
2369
|
-
.bgl-checkbox label[data-v-
|
|
2371
|
+
.bgl-checkbox label[data-v-c7810f72] {
|
|
2370
2372
|
padding-inline-start: calc(var(--input-height) + 0.25rem);
|
|
2371
2373
|
transition: var(--bgl-transition);
|
|
2372
2374
|
cursor: pointer;
|
|
2373
2375
|
user-select: none;
|
|
2374
2376
|
line-height: var(--input-height);
|
|
2375
2377
|
}
|
|
2376
|
-
.bgl-checkbox[data-v-
|
|
2378
|
+
.bgl-checkbox[data-v-c7810f72]:hover {
|
|
2377
2379
|
filter: brightness(90%);
|
|
2378
2380
|
}
|
|
2379
|
-
.bgl-checkbox[data-v-
|
|
2381
|
+
.bgl-checkbox[data-v-c7810f72]:active {
|
|
2380
2382
|
filter: var(--bgl-active-filter);
|
|
2381
2383
|
}
|
|
2382
|
-
.switch[data-v-
|
|
2384
|
+
.switch[data-v-c7810f72] {
|
|
2383
2385
|
position: absolute;
|
|
2384
2386
|
display: inline-block;
|
|
2385
2387
|
height: calc(var(--input-height) / 2);
|
|
2386
|
-
width: var(--input-height);
|
|
2388
|
+
width: calc(var(--input-height) - 2px);
|
|
2387
2389
|
border-radius: var(--input-height);
|
|
2388
2390
|
background: var(--bgl-gray);
|
|
2389
2391
|
outline: 1px solid var(--border-color);
|
|
2390
2392
|
margin-top: 0.15rem;
|
|
2391
2393
|
pointer-events: none;
|
|
2392
2394
|
}
|
|
2393
|
-
.switch input[data-v-
|
|
2395
|
+
.switch input[data-v-c7810f72] {
|
|
2394
2396
|
opacity: 0;
|
|
2395
2397
|
width: 0;
|
|
2396
2398
|
height: 0;
|
|
2397
2399
|
}
|
|
2398
|
-
.slider[data-v-
|
|
2400
|
+
.slider[data-v-c7810f72] {
|
|
2399
2401
|
position: absolute;
|
|
2400
2402
|
cursor: pointer;
|
|
2401
2403
|
top: 0;
|
|
@@ -2403,28 +2405,30 @@ img.preview.single[data-v-bf26cc92]{
|
|
|
2403
2405
|
right: 0;
|
|
2404
2406
|
bottom: 0;
|
|
2405
2407
|
background: var(--input-bg);
|
|
2406
|
-
-webkit-transition: 0.
|
|
2407
|
-
transition: 0.
|
|
2408
|
+
-webkit-transition: 0.2s;
|
|
2409
|
+
transition: 0.2s;
|
|
2408
2410
|
border-radius: calc(var(--input-height) / 2);
|
|
2409
2411
|
box-shadow: inset 0 0 10px #00000020;
|
|
2412
|
+
background: var(--input-bg);
|
|
2410
2413
|
}
|
|
2411
|
-
.slider[data-v-
|
|
2414
|
+
.slider[data-v-c7810f72]:before {
|
|
2412
2415
|
position: absolute;
|
|
2413
2416
|
content: "";
|
|
2414
|
-
height: calc(var(--input-height) / 2 -
|
|
2415
|
-
width: calc(var(--input-height) / 2 -
|
|
2416
|
-
|
|
2417
|
-
bottom:
|
|
2417
|
+
height: calc(var(--input-height) / 2 - 2px);
|
|
2418
|
+
width: calc(var(--input-height) / 2 - 2px);
|
|
2419
|
+
inset-inline-start: 1px;
|
|
2420
|
+
bottom: 1px;
|
|
2418
2421
|
border-radius: 50%;
|
|
2419
2422
|
background: var(--bgl-white);
|
|
2420
|
-
-webkit-transition: 0.
|
|
2421
|
-
transition: 0.
|
|
2423
|
+
-webkit-transition: 0.2s;
|
|
2424
|
+
transition: 0.2s;
|
|
2425
|
+
box-shadow:0 1px 5px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
|
|
2422
2426
|
}
|
|
2423
|
-
.checked .slider[data-v-
|
|
2427
|
+
.checked .slider[data-v-c7810f72] {
|
|
2424
2428
|
background: var(--bgl-primary);
|
|
2425
2429
|
}
|
|
2426
|
-
.checked .slider[data-v-
|
|
2427
|
-
|
|
2430
|
+
.checked .slider[data-v-c7810f72]:before {
|
|
2431
|
+
margin-inline-start:calc(var(--input-height) / 2 - 2px) ;
|
|
2428
2432
|
}
|
|
2429
2433
|
|
|
2430
2434
|
/* Basic editor styles */
|
|
@@ -2780,7 +2784,7 @@ p {
|
|
|
2780
2784
|
color: var(--bgl-primary) !important;
|
|
2781
2785
|
}
|
|
2782
2786
|
|
|
2783
|
-
.bgl_tabs_wrap[data-v-
|
|
2787
|
+
.bgl_tabs_wrap[data-v-b6feec19] {
|
|
2784
2788
|
background: var(--input-bg);
|
|
2785
2789
|
border-radius: calc(var(--input-border-radius) * 1.4);
|
|
2786
2790
|
padding-inline: calc(var(--btn-padding) / 8);
|
|
@@ -2788,36 +2792,31 @@ p {
|
|
|
2788
2792
|
box-shadow: inset 0 0 10px #00000012;
|
|
2789
2793
|
gap: 0.25rem;
|
|
2790
2794
|
}
|
|
2791
|
-
.bgl_tab[data-v-
|
|
2795
|
+
.bgl_tab[data-v-b6feec19] {
|
|
2792
2796
|
border: none;
|
|
2793
2797
|
background: transparent;
|
|
2794
2798
|
cursor: pointer;
|
|
2795
2799
|
font-size: var(--input-font-size);
|
|
2796
2800
|
font-family: inherit;
|
|
2797
|
-
transition: var(--bgl-transition);
|
|
2798
2801
|
padding-inline: calc(var(--btn-padding) / 2);
|
|
2799
2802
|
padding-block: calc(var(--btn-padding) / 8);
|
|
2800
2803
|
border-radius: var(--input-border-radius);
|
|
2804
|
+
transition: var(--bgl-transition);
|
|
2801
2805
|
}
|
|
2802
|
-
.bgl_tab
|
|
2803
|
-
.
|
|
2804
|
-
background: var(--bgl-white);
|
|
2805
|
-
box-shadow: 0 0 10px #00000011;
|
|
2806
|
-
position: relative;
|
|
2807
|
-
}
|
|
2808
|
-
.bgl_tab[data-v-09a61175]:hover {
|
|
2809
|
-
background: var(--input-bg);
|
|
2810
|
-
filter: brightness(95%);
|
|
2806
|
+
.bgl_tab[data-v-b6feec19]:hover {
|
|
2807
|
+
background: rgba(255, 255, 255, .4);
|
|
2811
2808
|
}
|
|
2812
|
-
.
|
|
2813
|
-
|
|
2809
|
+
.bgl_tabs_wrap[data-v-b6feec19]::before {
|
|
2810
|
+
content: '';
|
|
2811
|
+
position: absolute;
|
|
2812
|
+
top: calc(var(--btn-padding) / 8);
|
|
2813
|
+
bottom: calc(var(--btn-padding) / 8);
|
|
2814
|
+
left: var(--indicator-left, 0);
|
|
2815
|
+
width: var(--indicator-width, 0);
|
|
2814
2816
|
background: var(--bgl-white);
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
.bgl_tab[data-v-09a61175]:active {
|
|
2819
|
-
-webkit-filter: brightness(70%);
|
|
2820
|
-
filter: brightness(70%);
|
|
2817
|
+
border-radius: var(--input-border-radius);
|
|
2818
|
+
transition: var(--bgl-transition);
|
|
2819
|
+
z-index: 0;
|
|
2821
2820
|
}
|
|
2822
2821
|
|
|
2823
2822
|
.tab[data-v-bb096cbe] {
|
|
@@ -3293,6 +3292,9 @@ p {
|
|
|
3293
3292
|
.mb-1 {
|
|
3294
3293
|
margin-bottom: 1rem !important;
|
|
3295
3294
|
}
|
|
3295
|
+
.mb-1-5 {
|
|
3296
|
+
margin-bottom: 1.5rem !important;
|
|
3297
|
+
}
|
|
3296
3298
|
.mb-2 {
|
|
3297
3299
|
margin-bottom: 2rem !important;
|
|
3298
3300
|
}
|
|
@@ -3320,6 +3322,9 @@ p {
|
|
|
3320
3322
|
.mt-1 {
|
|
3321
3323
|
margin-top: 1rem !important;
|
|
3322
3324
|
}
|
|
3325
|
+
.mt-1-5 {
|
|
3326
|
+
margin-top: 1.5rem !important;
|
|
3327
|
+
}
|
|
3323
3328
|
.mt-2 {
|
|
3324
3329
|
margin-top: 2rem !important;
|
|
3325
3330
|
}
|
|
@@ -3353,6 +3358,10 @@ p {
|
|
|
3353
3358
|
margin-top: 1rem !important;
|
|
3354
3359
|
margin-bottom: 1rem !important;
|
|
3355
3360
|
}
|
|
3361
|
+
.my-1-5 {
|
|
3362
|
+
margin-top: 1.5rem !important;
|
|
3363
|
+
margin-bottom: 1.5rem !important;
|
|
3364
|
+
}
|
|
3356
3365
|
.my-2 {
|
|
3357
3366
|
margin-top: 2rem !important;
|
|
3358
3367
|
margin-bottom: 2rem !important;
|
|
@@ -3383,6 +3392,9 @@ p {
|
|
|
3383
3392
|
.ms-1 {
|
|
3384
3393
|
margin-inline-start: 1rem !important;
|
|
3385
3394
|
}
|
|
3395
|
+
.ms-1-5 {
|
|
3396
|
+
margin-inline-start: 1.5rem !important;
|
|
3397
|
+
}
|
|
3386
3398
|
.ms-2 {
|
|
3387
3399
|
margin-inline-start: 2rem !important;
|
|
3388
3400
|
}
|
|
@@ -3410,6 +3422,9 @@ p {
|
|
|
3410
3422
|
.me-1 {
|
|
3411
3423
|
margin-inline-end: 1rem !important;
|
|
3412
3424
|
}
|
|
3425
|
+
.me-1-5 {
|
|
3426
|
+
margin-inline-end: 1.5rem !important;
|
|
3427
|
+
}
|
|
3413
3428
|
.me-2 {
|
|
3414
3429
|
margin-inline-end: 2rem !important;
|
|
3415
3430
|
}
|
|
@@ -3444,6 +3459,10 @@ p {
|
|
|
3444
3459
|
margin-inline-start: 1rem !important;
|
|
3445
3460
|
margin-inline-end: 1rem !important;
|
|
3446
3461
|
}
|
|
3462
|
+
.mx-1-5 {
|
|
3463
|
+
margin-inline-start: 1.5rem !important;
|
|
3464
|
+
margin-inline-end: 1.5rem !important;
|
|
3465
|
+
}
|
|
3447
3466
|
.mx-2 {
|
|
3448
3467
|
margin-inline-start: 2rem !important;
|
|
3449
3468
|
margin-inline-end: 2rem !important;
|
|
@@ -3474,6 +3493,9 @@ p {
|
|
|
3474
3493
|
.m-1 {
|
|
3475
3494
|
margin: 1rem !important;
|
|
3476
3495
|
}
|
|
3496
|
+
.m-1-5 {
|
|
3497
|
+
margin: 1.5rem !important;
|
|
3498
|
+
}
|
|
3477
3499
|
.m-2 {
|
|
3478
3500
|
margin: 2rem !important;
|
|
3479
3501
|
}
|
|
@@ -3495,6 +3517,9 @@ p {
|
|
|
3495
3517
|
.-mb-1 {
|
|
3496
3518
|
margin-bottom: -1rem !important;
|
|
3497
3519
|
}
|
|
3520
|
+
.-mb-1-5 {
|
|
3521
|
+
margin-bottom: -1.5rem !important;
|
|
3522
|
+
}
|
|
3498
3523
|
.-mb-2 {
|
|
3499
3524
|
margin-bottom: -2rem !important;
|
|
3500
3525
|
}
|
|
@@ -3516,6 +3541,9 @@ p {
|
|
|
3516
3541
|
.-mt-1 {
|
|
3517
3542
|
margin-top: -1rem !important;
|
|
3518
3543
|
}
|
|
3544
|
+
.-mt-1-5 {
|
|
3545
|
+
margin-top: -1.5rem !important;
|
|
3546
|
+
}
|
|
3519
3547
|
.-mt-2 {
|
|
3520
3548
|
margin-top: -2rem !important;
|
|
3521
3549
|
}
|
|
@@ -3541,6 +3569,10 @@ p {
|
|
|
3541
3569
|
margin-top: -1rem !important;
|
|
3542
3570
|
margin-bottom: -1rem !important;
|
|
3543
3571
|
}
|
|
3572
|
+
.-my-1-5 {
|
|
3573
|
+
margin-top: -1.5rem !important;
|
|
3574
|
+
margin-bottom: -1.5rem !important;
|
|
3575
|
+
}
|
|
3544
3576
|
.-my-2 {
|
|
3545
3577
|
margin-top: -2rem !important;
|
|
3546
3578
|
margin-bottom: -2rem !important;
|
|
@@ -3565,6 +3597,9 @@ p {
|
|
|
3565
3597
|
.-ms-1 {
|
|
3566
3598
|
margin-inline-start: -1rem !important;
|
|
3567
3599
|
}
|
|
3600
|
+
.-ms-1-5 {
|
|
3601
|
+
margin-inline-start: -1.5rem !important;
|
|
3602
|
+
}
|
|
3568
3603
|
.-ms-2 {
|
|
3569
3604
|
margin-inline-start: -2rem !important;
|
|
3570
3605
|
}
|
|
@@ -3586,6 +3621,9 @@ p {
|
|
|
3586
3621
|
.-me-1 {
|
|
3587
3622
|
margin-inline-end: -1rem !important;
|
|
3588
3623
|
}
|
|
3624
|
+
.-me-1-5 {
|
|
3625
|
+
margin-inline-end: -1.5rem !important;
|
|
3626
|
+
}
|
|
3589
3627
|
.-me-2 {
|
|
3590
3628
|
margin-inline-end: -2rem !important;
|
|
3591
3629
|
}
|
|
@@ -3601,6 +3639,9 @@ p {
|
|
|
3601
3639
|
.pb-1 {
|
|
3602
3640
|
padding-bottom: 1rem !important;
|
|
3603
3641
|
}
|
|
3642
|
+
.pb-1-5 {
|
|
3643
|
+
padding-bottom: 1.5rem !important;
|
|
3644
|
+
}
|
|
3604
3645
|
.pb-2 {
|
|
3605
3646
|
padding-bottom: 2rem !important;
|
|
3606
3647
|
}
|
|
@@ -3625,6 +3666,9 @@ p {
|
|
|
3625
3666
|
.pt-1 {
|
|
3626
3667
|
padding-top: 1rem !important;
|
|
3627
3668
|
}
|
|
3669
|
+
.pt-1-5 {
|
|
3670
|
+
padding-top: 1.5rem !important;
|
|
3671
|
+
}
|
|
3628
3672
|
.pt-2 {
|
|
3629
3673
|
padding-top: 2rem !important;
|
|
3630
3674
|
}
|
|
@@ -3649,6 +3693,9 @@ p {
|
|
|
3649
3693
|
.ps-1 {
|
|
3650
3694
|
padding-inline-start: 1rem !important;
|
|
3651
3695
|
}
|
|
3696
|
+
.ps-1-5 {
|
|
3697
|
+
padding-inline-start: 1.5rem !important;
|
|
3698
|
+
}
|
|
3652
3699
|
.ps-2 {
|
|
3653
3700
|
padding-inline-start: 2rem !important;
|
|
3654
3701
|
}
|
|
@@ -3673,6 +3720,9 @@ p {
|
|
|
3673
3720
|
.pe-1 {
|
|
3674
3721
|
padding-inline-end: 1rem !important;
|
|
3675
3722
|
}
|
|
3723
|
+
.pe-1-5 {
|
|
3724
|
+
padding-inline-end: 1.5rem !important;
|
|
3725
|
+
}
|
|
3676
3726
|
.pe-2 {
|
|
3677
3727
|
padding-inline-end: 2rem !important;
|
|
3678
3728
|
}
|
|
@@ -3699,6 +3749,10 @@ p {
|
|
|
3699
3749
|
padding-inline-end: 1rem !important;
|
|
3700
3750
|
padding-inline-start: 1rem !important;
|
|
3701
3751
|
}
|
|
3752
|
+
.px-1-5 {
|
|
3753
|
+
padding-inline-end: 1.5rem !important;
|
|
3754
|
+
padding-inline-start: 1.5rem !important;
|
|
3755
|
+
}
|
|
3702
3756
|
.px-2 {
|
|
3703
3757
|
padding-inline-end: 2rem !important;
|
|
3704
3758
|
padding-inline-start: 2rem !important;
|
|
@@ -3731,6 +3785,10 @@ p {
|
|
|
3731
3785
|
padding-top: 1rem !important;
|
|
3732
3786
|
padding-bottom: 1rem !important;
|
|
3733
3787
|
}
|
|
3788
|
+
.py-1-5 {
|
|
3789
|
+
padding-top: 1.5rem !important;
|
|
3790
|
+
padding-bottom: 1.5rem !important;
|
|
3791
|
+
}
|
|
3734
3792
|
.py-2 {
|
|
3735
3793
|
padding-top: 2rem !important;
|
|
3736
3794
|
padding-bottom: 2rem !important;
|
|
@@ -3761,6 +3819,9 @@ p {
|
|
|
3761
3819
|
.p-1 {
|
|
3762
3820
|
padding: 1rem !important;
|
|
3763
3821
|
}
|
|
3822
|
+
.p-1-5 {
|
|
3823
|
+
padding: 1.5rem !important;
|
|
3824
|
+
}
|
|
3764
3825
|
.p-2 {
|
|
3765
3826
|
padding: 2rem !important;
|
|
3766
3827
|
}
|
|
@@ -4126,6 +4187,15 @@ p {
|
|
|
4126
4187
|
.overflow-unset {
|
|
4127
4188
|
overflow: unset;
|
|
4128
4189
|
}
|
|
4190
|
+
.overflow-scroll {
|
|
4191
|
+
overflow: scroll;
|
|
4192
|
+
}
|
|
4193
|
+
.overflow-x-scroll {
|
|
4194
|
+
overflow-x: scroll;
|
|
4195
|
+
}
|
|
4196
|
+
.overflow-y-scroll {
|
|
4197
|
+
overflow-y: scroll;
|
|
4198
|
+
}
|
|
4129
4199
|
.overflow-x {
|
|
4130
4200
|
overflow-x: auto;
|
|
4131
4201
|
}
|
|
@@ -4694,6 +4764,10 @@ p {
|
|
|
4694
4764
|
margin-bottom: 1rem !important;
|
|
4695
4765
|
}
|
|
4696
4766
|
|
|
4767
|
+
.m_mb-1-5 {
|
|
4768
|
+
margin-bottom: 1.5rem !important;
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4697
4771
|
.m_mb-2 {
|
|
4698
4772
|
margin-bottom: 2rem !important;
|
|
4699
4773
|
}
|
|
@@ -4730,6 +4804,11 @@ p {
|
|
|
4730
4804
|
margin-top: 1rem !important;
|
|
4731
4805
|
}
|
|
4732
4806
|
|
|
4807
|
+
.m_mt-1-5 {
|
|
4808
|
+
margin-top: 1.5rem !important;
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4811
|
+
|
|
4733
4812
|
.m_mt-2 {
|
|
4734
4813
|
margin-top: 2rem !important;
|
|
4735
4814
|
}
|
|
@@ -4772,6 +4851,11 @@ p {
|
|
|
4772
4851
|
margin-bottom: 1rem !important;
|
|
4773
4852
|
}
|
|
4774
4853
|
|
|
4854
|
+
.m_my-1-5 {
|
|
4855
|
+
margin-top: 1.5rem !important;
|
|
4856
|
+
margin-bottom: 1.5rem !important;
|
|
4857
|
+
}
|
|
4858
|
+
|
|
4775
4859
|
.m_my-2 {
|
|
4776
4860
|
margin-top: 2rem !important;
|
|
4777
4861
|
margin-bottom: 2rem !important;
|
|
@@ -4811,6 +4895,10 @@ p {
|
|
|
4811
4895
|
margin-inline-start: 1rem !important;
|
|
4812
4896
|
}
|
|
4813
4897
|
|
|
4898
|
+
.m_ms-1-5 {
|
|
4899
|
+
margin-inline-start: 1.5rem !important;
|
|
4900
|
+
}
|
|
4901
|
+
|
|
4814
4902
|
.m_ms-2 {
|
|
4815
4903
|
margin-inline-start: 2rem !important;
|
|
4816
4904
|
}
|
|
@@ -4847,6 +4935,10 @@ p {
|
|
|
4847
4935
|
margin-inline-end: 1rem !important;
|
|
4848
4936
|
}
|
|
4849
4937
|
|
|
4938
|
+
.m_me-1-5 {
|
|
4939
|
+
margin-inline-end: 1.5rem !important;
|
|
4940
|
+
}
|
|
4941
|
+
|
|
4850
4942
|
.m_me-2 {
|
|
4851
4943
|
margin-inline-end: 2rem !important;
|
|
4852
4944
|
}
|
|
@@ -4890,6 +4982,11 @@ p {
|
|
|
4890
4982
|
margin-inline-end: 1rem !important;
|
|
4891
4983
|
}
|
|
4892
4984
|
|
|
4985
|
+
.m_mx-1-5 {
|
|
4986
|
+
margin-inline-start: 1.5rem !important;
|
|
4987
|
+
margin-inline-end: 1.5rem !important;
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4893
4990
|
.m_mx-2 {
|
|
4894
4991
|
margin-inline-start: 2rem !important;
|
|
4895
4992
|
margin-inline-end: 2rem !important;
|
|
@@ -4929,6 +5026,10 @@ p {
|
|
|
4929
5026
|
margin: 1rem !important;
|
|
4930
5027
|
}
|
|
4931
5028
|
|
|
5029
|
+
.m_m-1-5 {
|
|
5030
|
+
margin: 1.5rem !important;
|
|
5031
|
+
}
|
|
5032
|
+
|
|
4932
5033
|
.m_m-2 {
|
|
4933
5034
|
margin: 2rem !important;
|
|
4934
5035
|
}
|
|
@@ -4957,6 +5058,10 @@ p {
|
|
|
4957
5058
|
margin-bottom: -1rem !important;
|
|
4958
5059
|
}
|
|
4959
5060
|
|
|
5061
|
+
.m_-mb-1-5 {
|
|
5062
|
+
margin-bottom: -1.5rem !important;
|
|
5063
|
+
}
|
|
5064
|
+
|
|
4960
5065
|
.m_-mb-2 {
|
|
4961
5066
|
margin-bottom: -2rem !important;
|
|
4962
5067
|
}
|
|
@@ -4985,6 +5090,10 @@ p {
|
|
|
4985
5090
|
margin-top: -1rem !important;
|
|
4986
5091
|
}
|
|
4987
5092
|
|
|
5093
|
+
.m_-mt-1-5 {
|
|
5094
|
+
margin-top: -1.5rem !important;
|
|
5095
|
+
}
|
|
5096
|
+
|
|
4988
5097
|
.m_-mt-2 {
|
|
4989
5098
|
margin-top: -2rem !important;
|
|
4990
5099
|
}
|
|
@@ -5017,6 +5126,11 @@ p {
|
|
|
5017
5126
|
margin-bottom: -1rem !important;
|
|
5018
5127
|
}
|
|
5019
5128
|
|
|
5129
|
+
.m_-my-1-5 {
|
|
5130
|
+
margin-top: -1.5rem !important;
|
|
5131
|
+
margin-bottom: -1.5rem !important;
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5020
5134
|
.m_-my-2 {
|
|
5021
5135
|
margin-top: -2rem !important;
|
|
5022
5136
|
margin-bottom: -2rem !important;
|
|
@@ -5048,6 +5162,10 @@ p {
|
|
|
5048
5162
|
margin-inline-start: -1rem !important;
|
|
5049
5163
|
}
|
|
5050
5164
|
|
|
5165
|
+
.m_-ms-1-5 {
|
|
5166
|
+
margin-inline-start: -1.5rem !important;
|
|
5167
|
+
}
|
|
5168
|
+
|
|
5051
5169
|
.m_-ms-2 {
|
|
5052
5170
|
margin-inline-start: -2rem !important;
|
|
5053
5171
|
}
|
|
@@ -5076,6 +5194,10 @@ p {
|
|
|
5076
5194
|
margin-inline-end: -1rem !important;
|
|
5077
5195
|
}
|
|
5078
5196
|
|
|
5197
|
+
.m_-me-1-5 {
|
|
5198
|
+
margin-inline-end: -1.5rem !important;
|
|
5199
|
+
}
|
|
5200
|
+
|
|
5079
5201
|
.m_-me-2 {
|
|
5080
5202
|
margin-inline-end: -2rem !important;
|
|
5081
5203
|
}
|
|
@@ -5096,6 +5218,10 @@ p {
|
|
|
5096
5218
|
padding-bottom: 1rem !important;
|
|
5097
5219
|
}
|
|
5098
5220
|
|
|
5221
|
+
.m_pb-1-5 {
|
|
5222
|
+
padding-bottom: 1.5rem !important;
|
|
5223
|
+
}
|
|
5224
|
+
|
|
5099
5225
|
.m_pb-2 {
|
|
5100
5226
|
padding-bottom: 2rem !important;
|
|
5101
5227
|
}
|
|
@@ -5128,6 +5254,10 @@ p {
|
|
|
5128
5254
|
padding-top: 1rem !important;
|
|
5129
5255
|
}
|
|
5130
5256
|
|
|
5257
|
+
.m_pt-1-5 {
|
|
5258
|
+
padding-top: 1.5rem !important;
|
|
5259
|
+
}
|
|
5260
|
+
|
|
5131
5261
|
.m_pt-2 {
|
|
5132
5262
|
padding-top: 2rem !important;
|
|
5133
5263
|
}
|
|
@@ -5160,6 +5290,10 @@ p {
|
|
|
5160
5290
|
padding-inline-start: 1rem !important;
|
|
5161
5291
|
}
|
|
5162
5292
|
|
|
5293
|
+
.m_ps-1-5 {
|
|
5294
|
+
padding-inline-start: 1.5rem !important;
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5163
5297
|
.m_ps-2 {
|
|
5164
5298
|
padding-inline-start: 2rem !important;
|
|
5165
5299
|
}
|
|
@@ -5192,6 +5326,10 @@ p {
|
|
|
5192
5326
|
padding-inline-end: 1rem !important;
|
|
5193
5327
|
}
|
|
5194
5328
|
|
|
5329
|
+
.m_pe-1-5 {
|
|
5330
|
+
padding-inline-end: 1.5rem !important;
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5195
5333
|
.m_pe-2 {
|
|
5196
5334
|
padding-inline-end: 2rem !important;
|
|
5197
5335
|
}
|
|
@@ -5226,6 +5364,11 @@ p {
|
|
|
5226
5364
|
padding-inline-start: 1rem !important;
|
|
5227
5365
|
}
|
|
5228
5366
|
|
|
5367
|
+
.m_px-1-5 {
|
|
5368
|
+
padding-inline-end: 1.5rem !important;
|
|
5369
|
+
padding-inline-start: 1.5rem !important;
|
|
5370
|
+
}
|
|
5371
|
+
|
|
5229
5372
|
.m_px-2 {
|
|
5230
5373
|
padding-inline-end: 2rem !important;
|
|
5231
5374
|
padding-inline-start: 2rem !important;
|
|
@@ -5266,6 +5409,11 @@ p {
|
|
|
5266
5409
|
padding-bottom: 1rem !important;
|
|
5267
5410
|
}
|
|
5268
5411
|
|
|
5412
|
+
.m_py-1-5 {
|
|
5413
|
+
padding-top: 1.5rem !important;
|
|
5414
|
+
padding-bottom: 1.5rem !important;
|
|
5415
|
+
}
|
|
5416
|
+
|
|
5269
5417
|
.m_py-2 {
|
|
5270
5418
|
padding-top: 2rem !important;
|
|
5271
5419
|
padding-bottom: 2rem !important;
|
|
@@ -5304,6 +5452,10 @@ p {
|
|
|
5304
5452
|
padding: 1rem !important;
|
|
5305
5453
|
}
|
|
5306
5454
|
|
|
5455
|
+
.m_p-1-5 {
|
|
5456
|
+
padding: 1.5rem !important;
|
|
5457
|
+
}
|
|
5458
|
+
|
|
5307
5459
|
.m_p-2 {
|
|
5308
5460
|
padding: 2rem !important;
|
|
5309
5461
|
}
|
|
@@ -5753,6 +5905,18 @@ p {
|
|
|
5753
5905
|
overflow: unset;
|
|
5754
5906
|
}
|
|
5755
5907
|
|
|
5908
|
+
.overflow-scroll {
|
|
5909
|
+
overflow: scroll;
|
|
5910
|
+
}
|
|
5911
|
+
|
|
5912
|
+
.overflow-x-scroll {
|
|
5913
|
+
overflow-x: scroll;
|
|
5914
|
+
}
|
|
5915
|
+
|
|
5916
|
+
.overflow-y-scroll {
|
|
5917
|
+
overflow-y: scroll;
|
|
5918
|
+
}
|
|
5919
|
+
|
|
5756
5920
|
.m_overflow-x {
|
|
5757
5921
|
overflow-x: auto;
|
|
5758
5922
|
}
|
|
@@ -5873,6 +6037,7 @@ select {
|
|
|
5873
6037
|
.bagel-input .switch.no-edit {
|
|
5874
6038
|
pointer-events: none;
|
|
5875
6039
|
outline: none;
|
|
6040
|
+
opacity: .7;
|
|
5876
6041
|
}
|
|
5877
6042
|
.bagel-input label.active {
|
|
5878
6043
|
color: var(--bgl-primary);
|
|
@@ -5914,6 +6079,20 @@ select {
|
|
|
5914
6079
|
outline: none;
|
|
5915
6080
|
box-shadow: inset 0 0 10px #00000012;
|
|
5916
6081
|
}
|
|
6082
|
+
.bagel-input.light-input input,
|
|
6083
|
+
.bagel-input.light-input textarea,
|
|
6084
|
+
.bagel-input.light-input select,
|
|
6085
|
+
.custom-select.light-input .input {
|
|
6086
|
+
background: var(--bgl-white) !important;
|
|
6087
|
+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1) !important;
|
|
6088
|
+
outline: 1px solid var(--border-color) !important;
|
|
6089
|
+
}
|
|
6090
|
+
.input.active.light-input,
|
|
6091
|
+
.bagel-input.light-input input:focus-visible,
|
|
6092
|
+
.bagel-input.light-input select:focus-visible,
|
|
6093
|
+
.bagel-input.light-input textarea:focus-visible {
|
|
6094
|
+
box-shadow: inset 0 0 2px var(--bgl-black) !important;
|
|
6095
|
+
}
|
|
5917
6096
|
.bagel-input input[type="number"]::-webkit-inner-spin-button,
|
|
5918
6097
|
.bagel-input input[type="number"]::-webkit-outer-spin-button {
|
|
5919
6098
|
-webkit-appearance: none;
|
|
@@ -6193,6 +6372,36 @@ select {
|
|
|
6193
6372
|
.line-height-1 {
|
|
6194
6373
|
line-height: 1;
|
|
6195
6374
|
}
|
|
6375
|
+
.line-height-11 {
|
|
6376
|
+
line-height: 1.1;
|
|
6377
|
+
}
|
|
6378
|
+
.line-height-12 {
|
|
6379
|
+
line-height: 1.2;
|
|
6380
|
+
}
|
|
6381
|
+
.line-height-13 {
|
|
6382
|
+
line-height: 1.3;
|
|
6383
|
+
}
|
|
6384
|
+
.line-height-14 {
|
|
6385
|
+
line-height: 1.4;
|
|
6386
|
+
}
|
|
6387
|
+
.line-height-15 {
|
|
6388
|
+
line-height: 1.5;
|
|
6389
|
+
}
|
|
6390
|
+
.line-height-16 {
|
|
6391
|
+
line-height: 1.6;
|
|
6392
|
+
}
|
|
6393
|
+
.line-height-17 {
|
|
6394
|
+
line-height: 1.7;
|
|
6395
|
+
}
|
|
6396
|
+
.line-height-18 {
|
|
6397
|
+
line-height: 1.8;
|
|
6398
|
+
}
|
|
6399
|
+
.line-height-19 {
|
|
6400
|
+
line-height: 1.9;
|
|
6401
|
+
}
|
|
6402
|
+
.line-height-2 {
|
|
6403
|
+
line-height: 2;
|
|
6404
|
+
}
|
|
6196
6405
|
.ellipsis {
|
|
6197
6406
|
overflow: hidden;
|
|
6198
6407
|
display: block;
|
|
@@ -6473,10 +6682,51 @@ select {
|
|
|
6473
6682
|
}
|
|
6474
6683
|
|
|
6475
6684
|
|
|
6685
|
+
|
|
6476
6686
|
.m_line-height-1 {
|
|
6477
6687
|
line-height: 1;
|
|
6478
6688
|
}
|
|
6479
6689
|
|
|
6690
|
+
.m_line-height-11 {
|
|
6691
|
+
line-height: 1.1;
|
|
6692
|
+
}
|
|
6693
|
+
|
|
6694
|
+
.m_line-height-12 {
|
|
6695
|
+
line-height: 1.2;
|
|
6696
|
+
}
|
|
6697
|
+
|
|
6698
|
+
.m_line-height-13 {
|
|
6699
|
+
line-height: 1.3;
|
|
6700
|
+
}
|
|
6701
|
+
|
|
6702
|
+
.m_line-height-14 {
|
|
6703
|
+
line-height: 1.4;
|
|
6704
|
+
}
|
|
6705
|
+
|
|
6706
|
+
.m_line-height-15 {
|
|
6707
|
+
line-height: 1.5;
|
|
6708
|
+
}
|
|
6709
|
+
|
|
6710
|
+
.m_line-height-16 {
|
|
6711
|
+
line-height: 1.6;
|
|
6712
|
+
}
|
|
6713
|
+
|
|
6714
|
+
.m_line-height-17 {
|
|
6715
|
+
line-height: 1.7;
|
|
6716
|
+
}
|
|
6717
|
+
|
|
6718
|
+
.m_line-height-18 {
|
|
6719
|
+
line-height: 1.8;
|
|
6720
|
+
}
|
|
6721
|
+
|
|
6722
|
+
.m_line-height-19 {
|
|
6723
|
+
line-height: 1.9;
|
|
6724
|
+
}
|
|
6725
|
+
|
|
6726
|
+
.m_line-height-2 {
|
|
6727
|
+
line-height: 2;
|
|
6728
|
+
}
|
|
6729
|
+
|
|
6480
6730
|
.m_ellipsis {
|
|
6481
6731
|
overflow: hidden;
|
|
6482
6732
|
display: block;
|
|
@@ -7013,6 +7263,9 @@ select {
|
|
|
7013
7263
|
.object-fit-scale-down {
|
|
7014
7264
|
object-fit: scale-down;
|
|
7015
7265
|
}
|
|
7266
|
+
.shadow-light {
|
|
7267
|
+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1) !important;
|
|
7268
|
+
}
|
|
7016
7269
|
@media screen and (max-width: 910px) {
|
|
7017
7270
|
.m_opacity-0 {
|
|
7018
7271
|
opacity: 0;
|
|
@@ -7438,6 +7691,11 @@ select {
|
|
|
7438
7691
|
.m_object-fit-scale-down {
|
|
7439
7692
|
object-fit: scale-down;
|
|
7440
7693
|
}
|
|
7694
|
+
|
|
7695
|
+
.m_shadow-light {
|
|
7696
|
+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1) !important;
|
|
7697
|
+
}
|
|
7698
|
+
|
|
7441
7699
|
}
|
|
7442
7700
|
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;600;700&display=swap"); */
|
|
7443
7701
|
/*noinspection CssUnknownTarget*/
|
|
@@ -7468,7 +7726,7 @@ select {
|
|
|
7468
7726
|
--whatsapp-green: #e0fcd6;
|
|
7469
7727
|
--whatsapp-blue: #71bce6;
|
|
7470
7728
|
--input-border-radius: 7px;
|
|
7471
|
-
--card-border-radius:
|
|
7729
|
+
--card-border-radius: 12px;
|
|
7472
7730
|
--placeholder-color: #00000040;
|
|
7473
7731
|
--label-color: #00000080;
|
|
7474
7732
|
--label-font-size: 12px;
|