@bagelink/vue 1.14.13 → 1.14.15
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/AddressSearch.vue.d.ts +6 -7
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +1 -1
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +0 -11
- package/dist/components/Dropdown.vue.d.ts +0 -2
- package/dist/components/Filter.vue.d.ts +30 -0
- package/dist/components/Filter.vue.d.ts.map +1 -0
- package/dist/components/FilterQuery.vue.d.ts +8 -3
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +0 -1
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/QueryFilter.vue.d.ts +30 -0
- package/dist/components/QueryFilter.vue.d.ts.map +1 -0
- package/dist/components/Swiper.vue.d.ts +6 -12
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts +2 -2
- package/dist/components/calendar/CalendarPopover.vue.d.ts +8 -4
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarTypes.d.ts +0 -10
- package/dist/components/calendar/Index.vue.d.ts +4 -20
- package/dist/components/calendar/views/WeekView.vue.d.ts +1 -9
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +0 -54
- package/dist/components/form/inputs/ColorInput.vue.d.ts +1 -3
- package/dist/components/form/inputs/DateInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts +0 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts +2 -5
- package/dist/components/form/inputs/JSONInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +2 -7
- package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/OTP.vue.d.ts +1 -2
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +10 -16
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +1 -3
- package/dist/components/form/inputs/RangeInput.vue.d.ts +1 -6
- package/dist/components/form/inputs/RichText/index.vue.d.ts +1 -2
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/utils/media.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts +13 -20
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +1 -6
- package/dist/components/form/inputs/TableField.vue.d.ts +1 -2
- package/dist/components/form/inputs/TelInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts +2 -3
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +6 -27
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/index.d.ts +1 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts +0 -2
- package/dist/components/layout/AppSidebar.vue.d.ts +1 -5
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +1 -12
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/dialog/DialogConfirm.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts +1 -6
- package/dist/form-flow/form-flow.d.ts +1 -24
- package/dist/i18n/index.d.ts +0 -838
- package/dist/index.cjs +193 -166
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +47586 -53496
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +1 -2
- package/dist/types/BagelForm.d.ts +1 -10
- package/dist/types/NavLink.d.ts +1 -2
- package/dist/types/TableSchema.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +0 -1
- package/dist/utils/calendar/dateUtils.d.ts +2 -2
- package/dist/utils/calendar/dateUtils.d.ts.map +1 -1
- package/dist/utils/date.d.ts +116 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/fetch.d.ts +29 -0
- package/dist/utils/fetch.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/string.d.ts +7 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/useSearch.d.ts +1 -1
- package/package.json +1 -5
- package/src/components/AccordionItem.vue +5 -5
- package/src/components/Alert.vue +3 -2
- package/src/components/Avatar.vue +2 -1
- package/src/components/BglVideo.vue +4 -4
- package/src/components/Btn.vue +39 -39
- package/src/components/Card.vue +7 -6
- package/src/components/Dropdown.vue +2 -2
- package/src/components/FieldSetVue.vue +2 -2
- package/src/components/FilterQuery.vue +2 -2
- package/src/components/Image.vue +2 -1
- package/src/components/ImportData.vue +12 -12
- package/src/components/JSONSchema.vue +2 -2
- package/src/components/JsonBuilder.vue +2 -2
- package/src/components/ListItem.vue +1 -1
- package/src/components/MapEmbed/Index.vue +8 -8
- package/src/components/Pill.vue +17 -16
- package/src/components/Spreadsheet/Index.vue +3 -3
- package/src/components/Spreadsheet/SpreadsheetTable.vue +10 -10
- package/src/components/Toast.vue +34 -28
- package/src/components/calendar/CalendarPopover.vue +1 -1
- package/src/components/calendar/Index.vue +1 -1
- package/src/components/calendar/views/AgendaView.vue +2 -2
- package/src/components/calendar/views/DayView.vue +1 -1
- package/src/components/calendar/views/MonthView.vue +5 -5
- package/src/components/dataTable/DataTable.vue +68 -10
- package/src/components/form/FieldArray.vue +5 -5
- package/src/components/form/inputs/ArrayInput.vue +1 -1
- package/src/components/form/inputs/CheckInput.vue +6 -6
- package/src/components/form/inputs/Checkbox.vue +5 -4
- package/src/components/form/inputs/CodeEditor/Index.vue +1 -1
- package/src/components/form/inputs/ColorInput.vue +5 -5
- package/src/components/form/inputs/DatePicker.vue +3 -3
- package/src/components/form/inputs/EmailInput.vue +14 -14
- package/src/components/form/inputs/NumberInput.vue +10 -10
- package/src/components/form/inputs/OTP.vue +2 -2
- package/src/components/form/inputs/PasswordInput.vue +3 -3
- package/src/components/form/inputs/RadioGroup.vue +1 -1
- package/src/components/form/inputs/RichText/editor.css +4 -4
- package/src/components/form/inputs/RichText/index.vue +39 -39
- package/src/components/form/inputs/RichText/utils/media.ts +1 -92
- package/src/components/form/inputs/RichText/utils/table.ts +4 -4
- package/src/components/form/inputs/SelectBtn.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +13 -13
- package/src/components/form/inputs/SignaturePad.vue +6 -6
- package/src/components/form/inputs/TableField.vue +7 -7
- package/src/components/form/inputs/TelInput.vue +11 -11
- package/src/components/form/inputs/TextInput.vue +10 -10
- package/src/components/form/inputs/ToggleInput.vue +11 -11
- package/src/components/form/inputs/Upload/upload.css +14 -14
- package/src/components/index.ts +0 -3
- package/src/components/layout/AppSidebar.vue +3 -3
- package/src/components/layout/BottomMenu.vue +1 -1
- package/src/components/layout/Skeleton.vue +5 -4
- package/src/components/layout/TabsNav.vue +18 -18
- package/src/index.ts +0 -1
- package/src/plugins/bagel.ts +0 -15
- package/src/styles/app-layout.css +231 -0
- package/src/styles/appearance.css +179 -21
- package/src/styles/bagel.css +103 -97
- package/src/styles/buttons.css +8 -8
- package/src/styles/colors.css +0 -103
- package/src/styles/dark.css +25 -26
- package/src/styles/input-variants.css +11 -11
- package/src/styles/inputs.css +43 -60
- package/src/styles/layout.css +445 -1258
- package/src/styles/loginCard.css +1 -1
- package/src/styles/mobilLayout.css +153 -28
- package/src/styles/text.css +500 -1508
- package/src/styles/theme.css +199 -435
- package/src/styles/transitions.css +4 -4
- package/src/types/TableSchema.ts +1 -0
- package/src/types/index.ts +0 -5
- package/src/utils/calendar/dateUtils.ts +2 -3
- package/src/utils/date.ts +482 -0
- package/src/utils/fetch.ts +128 -0
- package/src/utils/index.ts +35 -0
- package/src/utils/string.ts +56 -0
- package/bin/generateFormSchema.ts +0 -1035
- package/bin/utils.ts +0 -223
- package/src/components/Modal.vue +0 -184
- package/src/components/ModalConfirm.vue +0 -42
- package/src/components/ModalForm.vue +0 -102
- package/src/plugins/modalTypes.ts +0 -61
- package/src/plugins/useModal.ts +0 -225
- package/src/styles/modal.css +0 -120
- package/src/styles/pillColors.css +0 -0
package/src/styles/loginCard.css
CHANGED
|
@@ -54,84 +54,84 @@
|
|
|
54
54
|
.m_rounded,
|
|
55
55
|
.m_radius,
|
|
56
56
|
.m_radius-1 {
|
|
57
|
-
border-radius: var(--btn-border-radius) !important;
|
|
57
|
+
border-radius: var(--bgl-btn-border-radius) !important;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.m_rounded-thin {
|
|
61
|
-
border-radius: calc(var(--btn-border-radius) / 1.5) !important;
|
|
61
|
+
border-radius: calc(var(--bgl-btn-border-radius) / 1.5) !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.m_radius-025 {
|
|
65
|
-
border-radius: calc(var(--btn-border-radius) / 4) !important;
|
|
65
|
+
border-radius: calc(var(--bgl-btn-border-radius) / 4) !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.m_radius-05 {
|
|
69
|
-
border-radius: calc(var(--btn-border-radius) / 2) !important;
|
|
69
|
+
border-radius: calc(var(--bgl-btn-border-radius) / 2) !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.m_radius-075 {
|
|
73
|
-
border-radius: calc(var(--btn-border-radius) * 0.75) !important;
|
|
73
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 0.75) !important;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.m_radius-1-25 {
|
|
77
|
-
border-radius: calc(var(--btn-border-radius) * 1.25) !important;
|
|
77
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 1.25) !important;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.m_radius-1-5 {
|
|
81
|
-
border-radius: calc(var(--btn-border-radius) * 1.5) !important;
|
|
81
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 1.5) !important;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.m_radius-1-75 {
|
|
85
|
-
border-radius: calc(var(--btn-border-radius) * 1.75) !important;
|
|
85
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 1.75) !important;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.m_radius-2 {
|
|
89
|
-
border-radius: calc(var(--btn-border-radius) * 2) !important;
|
|
89
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 2) !important;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.m_radius-2-25 {
|
|
93
|
-
border-radius: calc(var(--btn-border-radius) * 2.25) !important;
|
|
93
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 2.25) !important;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.m_radius-2-5 {
|
|
97
|
-
border-radius: calc(var(--btn-border-radius) * 2.5) !important;
|
|
97
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 2.5) !important;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.m_radius-2-75 {
|
|
101
|
-
border-radius: calc(var(--btn-border-radius) * 2.75) !important;
|
|
101
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 2.75) !important;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
.m_radius-3 {
|
|
106
|
-
border-radius: calc(var(--btn-border-radius) * 3) !important;
|
|
106
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 3) !important;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.m_radius-3-25 {
|
|
110
|
-
border-radius: calc(var(--btn-border-radius) * 3.25) !important;
|
|
110
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 3.25) !important;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.m_radius-3-5 {
|
|
114
|
-
border-radius: calc(var(--btn-border-radius) * 3.5) !important;
|
|
114
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 3.5) !important;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.m_radius-3-75 {
|
|
118
|
-
border-radius: calc(var(--btn-border-radius) * 3.75) !important;
|
|
118
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 3.75) !important;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.m_radius-4 {
|
|
122
|
-
border-radius: calc(var(--btn-border-radius) * 4) !important;
|
|
122
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 4) !important;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.m_radius-4-25 {
|
|
126
|
-
border-radius: calc(var(--btn-border-radius) * 4.25) !important;
|
|
126
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 4.25) !important;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.m_radius-4-5 {
|
|
130
|
-
border-radius: calc(var(--btn-border-radius) * 4.5) !important;
|
|
130
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 4.5) !important;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.m_radius-4-75 {
|
|
134
|
-
border-radius: calc(var(--btn-border-radius) * 4.75) !important;
|
|
134
|
+
border-radius: calc(var(--bgl-btn-border-radius) * 4.75) !important;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.m_round-none,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
.m_flex-center {
|
|
231
|
-
justify-
|
|
231
|
+
justify-content: center;
|
|
232
232
|
align-items: center;
|
|
233
233
|
display: flex;
|
|
234
234
|
}
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
.m_justify-content-around {
|
|
360
|
-
justify-content: space-
|
|
360
|
+
justify-content: space-around;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.m_justify-content-end {
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
|
|
433
433
|
.m_h-min-unset,
|
|
434
434
|
.m_min-h-unset {
|
|
435
|
-
min-height:
|
|
435
|
+
min-height: unset;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.m_vh-min-100,
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
|
|
5209
5209
|
.m_-mt-075,
|
|
5210
5210
|
.m_mt--075 {
|
|
5211
|
-
margin-top: 0.75rem !important;
|
|
5211
|
+
margin-top: -0.75rem !important;
|
|
5212
5212
|
}
|
|
5213
5213
|
|
|
5214
5214
|
.m_-mt-1,
|
|
@@ -5383,8 +5383,8 @@
|
|
|
5383
5383
|
}
|
|
5384
5384
|
|
|
5385
5385
|
.m_-my-075 {
|
|
5386
|
-
margin-top: 0.75rem !important;
|
|
5387
|
-
margin-bottom: 0.75rem !important;
|
|
5386
|
+
margin-top: -0.75rem !important;
|
|
5387
|
+
margin-bottom: -0.75rem !important;
|
|
5388
5388
|
}
|
|
5389
5389
|
|
|
5390
5390
|
.m_-my-1 {
|
|
@@ -6887,10 +6887,10 @@
|
|
|
6887
6887
|
|
|
6888
6888
|
.m_label {
|
|
6889
6889
|
display: block;
|
|
6890
|
-
font-size: var(--label-font-size);
|
|
6890
|
+
font-size: var(--bgl-label-font-size);
|
|
6891
6891
|
margin-bottom: 2px;
|
|
6892
6892
|
line-height: 1.3;
|
|
6893
|
-
color: var(--label-color);
|
|
6893
|
+
color: var(--bgl-label-color);
|
|
6894
6894
|
}
|
|
6895
6895
|
|
|
6896
6896
|
.m_layout-h-100 {
|
|
@@ -8236,4 +8236,129 @@
|
|
|
8236
8236
|
.m_inset-10 {
|
|
8237
8237
|
inset: 10rem !important;
|
|
8238
8238
|
}
|
|
8239
|
+
|
|
8240
|
+
/* ====================================================================
|
|
8241
|
+
Utility gap fills — mobile variants (June 2026)
|
|
8242
|
+
==================================================================== */
|
|
8243
|
+
|
|
8244
|
+
/* Visibility */
|
|
8245
|
+
.m_visible {
|
|
8246
|
+
visibility: visible !important;
|
|
8247
|
+
}
|
|
8248
|
+
|
|
8249
|
+
.m_invisible {
|
|
8250
|
+
visibility: hidden !important;
|
|
8251
|
+
}
|
|
8252
|
+
|
|
8253
|
+
.m_collapse {
|
|
8254
|
+
visibility: collapse !important;
|
|
8255
|
+
}
|
|
8256
|
+
|
|
8257
|
+
/* Align Self */
|
|
8258
|
+
.m_self-auto {
|
|
8259
|
+
align-self: auto !important;
|
|
8260
|
+
}
|
|
8261
|
+
|
|
8262
|
+
.m_self-start {
|
|
8263
|
+
align-self: flex-start !important;
|
|
8264
|
+
}
|
|
8265
|
+
|
|
8266
|
+
.m_self-center {
|
|
8267
|
+
align-self: center !important;
|
|
8268
|
+
}
|
|
8269
|
+
|
|
8270
|
+
.m_self-end {
|
|
8271
|
+
align-self: flex-end !important;
|
|
8272
|
+
}
|
|
8273
|
+
|
|
8274
|
+
.m_self-stretch {
|
|
8275
|
+
align-self: stretch !important;
|
|
8276
|
+
}
|
|
8277
|
+
|
|
8278
|
+
.m_self-baseline {
|
|
8279
|
+
align-self: baseline !important;
|
|
8280
|
+
}
|
|
8281
|
+
|
|
8282
|
+
/* Order */
|
|
8283
|
+
.m_order-first {
|
|
8284
|
+
order: -9999 !important;
|
|
8285
|
+
}
|
|
8286
|
+
|
|
8287
|
+
.m_order-last {
|
|
8288
|
+
order: 9999 !important;
|
|
8289
|
+
}
|
|
8290
|
+
|
|
8291
|
+
.m_order-none {
|
|
8292
|
+
order: 0 !important;
|
|
8293
|
+
}
|
|
8294
|
+
|
|
8295
|
+
.m_order-0 {
|
|
8296
|
+
order: 0 !important;
|
|
8297
|
+
}
|
|
8298
|
+
|
|
8299
|
+
.m_order-1 {
|
|
8300
|
+
order: 1 !important;
|
|
8301
|
+
}
|
|
8302
|
+
|
|
8303
|
+
.m_order-2 {
|
|
8304
|
+
order: 2 !important;
|
|
8305
|
+
}
|
|
8306
|
+
|
|
8307
|
+
.m_order-3 {
|
|
8308
|
+
order: 3 !important;
|
|
8309
|
+
}
|
|
8310
|
+
|
|
8311
|
+
.m_order-4 {
|
|
8312
|
+
order: 4 !important;
|
|
8313
|
+
}
|
|
8314
|
+
|
|
8315
|
+
.m_order-5 {
|
|
8316
|
+
order: 5 !important;
|
|
8317
|
+
}
|
|
8318
|
+
|
|
8319
|
+
.m_order-6 {
|
|
8320
|
+
order: 6 !important;
|
|
8321
|
+
}
|
|
8322
|
+
|
|
8323
|
+
/* Max Height */
|
|
8324
|
+
.m_max-h-100 {
|
|
8325
|
+
max-height: 100% !important;
|
|
8326
|
+
}
|
|
8327
|
+
|
|
8328
|
+
.m_max-h-screen {
|
|
8329
|
+
max-height: 100vh !important;
|
|
8330
|
+
}
|
|
8331
|
+
|
|
8332
|
+
.m_max-h-fit {
|
|
8333
|
+
max-height: fit-content !important;
|
|
8334
|
+
}
|
|
8335
|
+
|
|
8336
|
+
.m_max-h-none {
|
|
8337
|
+
max-height: none !important;
|
|
8338
|
+
}
|
|
8339
|
+
|
|
8340
|
+
.m_max-h-100px {
|
|
8341
|
+
max-height: 100px !important;
|
|
8342
|
+
}
|
|
8343
|
+
|
|
8344
|
+
.m_max-h-200px {
|
|
8345
|
+
max-height: 200px !important;
|
|
8346
|
+
}
|
|
8347
|
+
|
|
8348
|
+
.m_max-h-300px {
|
|
8349
|
+
max-height: 300px !important;
|
|
8350
|
+
}
|
|
8351
|
+
|
|
8352
|
+
.m_max-h-400px {
|
|
8353
|
+
max-height: 400px !important;
|
|
8354
|
+
}
|
|
8355
|
+
|
|
8356
|
+
.m_max-h-500px {
|
|
8357
|
+
max-height: 500px !important;
|
|
8358
|
+
}
|
|
8359
|
+
|
|
8360
|
+
.m_max-h-600px {
|
|
8361
|
+
max-height: 600px !important;
|
|
8362
|
+
}
|
|
8363
|
+
|
|
8239
8364
|
}
|