primereact 10.0.2 → 10.0.3
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/README.md +1 -4
- package/autocomplete/autocomplete.cjs.js +4 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +4 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +3 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +3 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +3 -5
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +3 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +3 -1
- package/carousel/carousel.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -5
- package/componentbase/componentbase.d.ts +8 -0
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +64 -27
- package/core/core.min.js +6 -6
- package/datatable/datatable.cjs.js +92 -41
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +27 -0
- package/datatable/datatable.esm.js +92 -41
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +92 -41
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +24 -22
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +24 -22
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +24 -22
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +2 -4
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -4
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -4
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +29 -17
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +29 -17
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +29 -17
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +1 -1
- package/editor/editor.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -5
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/image/image.cjs.js +104 -106
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +104 -106
- package/image/image.esm.min.js +1 -1
- package/image/image.js +105 -107
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/menu/menu.cjs.js +105 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +5 -0
- package/menu/menu.esm.js +108 -4
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +105 -1
- package/menu/menu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +26 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +4 -0
- package/multiselect/multiselect.esm.js +26 -12
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -12
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +32 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +32 -34
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +32 -34
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +275 -171
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +275 -171
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +275 -171
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +1 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +3 -3
- package/resources/themes/arya-blue/theme.css +390 -518
- package/resources/themes/arya-green/theme.css +390 -518
- package/resources/themes/arya-orange/theme.css +390 -518
- package/resources/themes/arya-purple/theme.css +390 -518
- package/resources/themes/bootstrap4-dark-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-dark-purple/theme.css +391 -518
- package/resources/themes/bootstrap4-light-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-light-purple/theme.css +391 -518
- package/resources/themes/fluent-light/theme.css +417 -529
- package/resources/themes/lara-dark-blue/theme.css +395 -518
- package/resources/themes/lara-dark-indigo/theme.css +395 -518
- package/resources/themes/lara-dark-purple/theme.css +395 -518
- package/resources/themes/lara-dark-teal/theme.css +395 -518
- package/resources/themes/lara-light-blue/theme.css +564 -687
- package/resources/themes/lara-light-indigo/theme.css +402 -525
- package/resources/themes/lara-light-purple/theme.css +402 -525
- package/resources/themes/lara-light-teal/theme.css +402 -525
- package/resources/themes/luna-amber/theme.css +404 -531
- package/resources/themes/luna-blue/theme.css +404 -531
- package/resources/themes/luna-green/theme.css +404 -531
- package/resources/themes/luna-pink/theme.css +404 -531
- package/resources/themes/md-dark-deeppurple/theme.css +662 -739
- package/resources/themes/md-dark-indigo/theme.css +662 -739
- package/resources/themes/md-light-deeppurple/theme.css +567 -644
- package/resources/themes/md-light-indigo/theme.css +567 -644
- package/resources/themes/mdc-dark-deeppurple/theme.css +662 -739
- package/resources/themes/mdc-dark-indigo/theme.css +662 -739
- package/resources/themes/mdc-light-deeppurple/theme.css +567 -644
- package/resources/themes/mdc-light-indigo/theme.css +567 -644
- package/resources/themes/mira/theme.css +428 -525
- package/resources/themes/nano/theme.css +388 -518
- package/resources/themes/nova/theme.css +392 -518
- package/resources/themes/nova-accent/theme.css +389 -518
- package/resources/themes/nova-alt/theme.css +392 -518
- package/resources/themes/rhea/theme.css +389 -518
- package/resources/themes/saga-blue/theme.css +390 -518
- package/resources/themes/saga-green/theme.css +390 -518
- package/resources/themes/saga-orange/theme.css +390 -518
- package/resources/themes/saga-purple/theme.css +390 -518
- package/resources/themes/soho-dark/theme.css +421 -546
- package/resources/themes/soho-light/theme.css +400 -523
- package/resources/themes/tailwind-light/theme.css +432 -547
- package/resources/themes/vela-blue/theme.css +390 -518
- package/resources/themes/vela-green/theme.css +390 -518
- package/resources/themes/vela-orange/theme.css +390 -518
- package/resources/themes/vela-purple/theme.css +390 -518
- package/resources/themes/viva-dark/theme.css +414 -523
- package/resources/themes/viva-light/theme.css +414 -523
- package/scrollpanel/scrollpanel.cjs.js +33 -17
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +19 -3
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +226 -210
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +3 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +6 -0
- package/selectbutton/selectbutton.esm.js +3 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +4 -3
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +87 -89
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +87 -89
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +88 -90
- package/sidebar/sidebar.min.js +1 -1
- package/utils/utils.cjs.js +23 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +3 -0
- package/utils/utils.esm.js +23 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +23 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +28 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--text-color:rgba(255, 255, 255, 0.87);
|
|
11
11
|
--text-color-secondary:rgba(255, 255, 255, 0.6);
|
|
12
12
|
--primary-color:#b19df7;
|
|
13
|
-
--primary-color-text
|
|
13
|
+
--primary-color-text:#1c1d26;
|
|
14
14
|
--surface-0: #1d1e27;
|
|
15
15
|
--surface-50: #34343d;
|
|
16
16
|
--surface-100: #4a4b52;
|
|
@@ -53,21 +53,24 @@
|
|
|
53
53
|
font-family: "Lato";
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-weight: 300;
|
|
56
|
-
src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff");
|
|
56
|
+
src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff");
|
|
57
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
57
58
|
}
|
|
58
59
|
/* lato-regular - latin-ext_latin */
|
|
59
60
|
@font-face {
|
|
60
61
|
font-family: "Lato";
|
|
61
62
|
font-style: normal;
|
|
62
63
|
font-weight: 400;
|
|
63
|
-
src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff");
|
|
64
|
+
src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff");
|
|
65
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
64
66
|
}
|
|
65
67
|
/* lato-700 - latin-ext_latin */
|
|
66
68
|
@font-face {
|
|
67
69
|
font-family: "Lato";
|
|
68
70
|
font-style: normal;
|
|
69
71
|
font-weight: 700;
|
|
70
|
-
src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff");
|
|
72
|
+
src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff");
|
|
73
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
71
74
|
}
|
|
72
75
|
:root {
|
|
73
76
|
--blue-50:#f6fbfe;
|
|
@@ -192,40 +195,147 @@
|
|
|
192
195
|
--primary-900:#473f63;
|
|
193
196
|
}
|
|
194
197
|
|
|
198
|
+
.p-editor-container .p-editor-toolbar {
|
|
199
|
+
background: #282936;
|
|
200
|
+
border-top-right-radius: 6px;
|
|
201
|
+
border-top-left-radius: 6px;
|
|
202
|
+
}
|
|
203
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
204
|
+
border: 1px solid #3e4053;
|
|
205
|
+
}
|
|
206
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
207
|
+
stroke: rgba(255, 255, 255, 0.6);
|
|
208
|
+
}
|
|
209
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
210
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
211
|
+
}
|
|
212
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
213
|
+
border: 0 none;
|
|
214
|
+
color: rgba(255, 255, 255, 0.6);
|
|
215
|
+
}
|
|
216
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
217
|
+
color: rgba(255, 255, 255, 0.87);
|
|
218
|
+
}
|
|
219
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
220
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
221
|
+
}
|
|
222
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
223
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
224
|
+
}
|
|
225
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
226
|
+
color: rgba(255, 255, 255, 0.87);
|
|
227
|
+
}
|
|
228
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
229
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
230
|
+
}
|
|
231
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
232
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
233
|
+
}
|
|
234
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
235
|
+
background: #282936;
|
|
236
|
+
border: 1px solid #3e4053;
|
|
237
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
238
|
+
border-radius: 6px;
|
|
239
|
+
padding: 0.75rem 0;
|
|
240
|
+
}
|
|
241
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
242
|
+
color: rgba(255, 255, 255, 0.87);
|
|
243
|
+
}
|
|
244
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
245
|
+
color: rgba(255, 255, 255, 0.87);
|
|
246
|
+
background: rgba(255, 255, 255, 0.03);
|
|
247
|
+
}
|
|
248
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
249
|
+
padding: 0.75rem 1.25rem;
|
|
250
|
+
}
|
|
251
|
+
.p-editor-container .p-editor-content {
|
|
252
|
+
border-bottom-right-radius: 6px;
|
|
253
|
+
border-bottom-left-radius: 6px;
|
|
254
|
+
}
|
|
255
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
256
|
+
border: 1px solid #3e4053;
|
|
257
|
+
}
|
|
258
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
259
|
+
background: #1d1e27;
|
|
260
|
+
color: rgba(255, 255, 255, 0.87);
|
|
261
|
+
border-bottom-right-radius: 6px;
|
|
262
|
+
border-bottom-left-radius: 6px;
|
|
263
|
+
}
|
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
265
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
266
|
+
color: rgba(255, 255, 255, 0.87);
|
|
267
|
+
}
|
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
269
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
270
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
271
|
+
}
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
274
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
278
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
279
|
+
color: #b19df7;
|
|
280
|
+
}
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
283
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
284
|
+
stroke: #b19df7;
|
|
285
|
+
}
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
288
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
289
|
+
fill: #b19df7;
|
|
290
|
+
}
|
|
291
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
292
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
293
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
294
|
+
color: #b19df7;
|
|
295
|
+
}
|
|
296
|
+
|
|
195
297
|
@layer primereact {
|
|
196
298
|
* {
|
|
197
299
|
box-sizing: border-box;
|
|
198
300
|
}
|
|
301
|
+
|
|
199
302
|
.p-component {
|
|
200
|
-
font-family:
|
|
201
|
-
font-feature-settings:
|
|
303
|
+
font-family: var(--font-family);
|
|
304
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
202
305
|
font-size: 1rem;
|
|
203
306
|
font-weight: normal;
|
|
204
307
|
}
|
|
308
|
+
|
|
205
309
|
.p-component-overlay {
|
|
206
310
|
background-color: rgba(0, 0, 0, 0.4);
|
|
207
311
|
transition-duration: 0.2s;
|
|
208
312
|
}
|
|
313
|
+
|
|
209
314
|
.p-disabled, .p-component:disabled {
|
|
210
315
|
opacity: 0.4;
|
|
211
316
|
}
|
|
317
|
+
|
|
212
318
|
.p-error {
|
|
213
319
|
color: #ff9a9a;
|
|
214
320
|
}
|
|
321
|
+
|
|
215
322
|
.p-text-secondary {
|
|
216
323
|
color: rgba(255, 255, 255, 0.6);
|
|
217
324
|
}
|
|
325
|
+
|
|
218
326
|
.pi {
|
|
219
327
|
font-size: 1rem;
|
|
220
328
|
}
|
|
329
|
+
|
|
221
330
|
.p-icon {
|
|
222
331
|
width: 1rem;
|
|
223
332
|
height: 1rem;
|
|
224
333
|
}
|
|
334
|
+
|
|
225
335
|
.p-link {
|
|
336
|
+
font-family: var(--font-family);
|
|
337
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
226
338
|
font-size: 1rem;
|
|
227
|
-
font-family: inherit;
|
|
228
|
-
font-feature-settings: inherit;
|
|
229
339
|
border-radius: 6px;
|
|
230
340
|
}
|
|
231
341
|
.p-link:focus-visible {
|
|
@@ -233,12 +343,15 @@
|
|
|
233
343
|
outline-offset: 0;
|
|
234
344
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
235
345
|
}
|
|
346
|
+
|
|
236
347
|
.p-component-overlay-enter {
|
|
237
348
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
238
349
|
}
|
|
350
|
+
|
|
239
351
|
.p-component-overlay-leave {
|
|
240
352
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
241
353
|
}
|
|
354
|
+
|
|
242
355
|
@keyframes p-component-overlay-enter-animation {
|
|
243
356
|
from {
|
|
244
357
|
background-color: transparent;
|
|
@@ -255,6 +368,7 @@
|
|
|
255
368
|
background-color: transparent;
|
|
256
369
|
}
|
|
257
370
|
}
|
|
371
|
+
|
|
258
372
|
.p-autocomplete .p-autocomplete-loader {
|
|
259
373
|
right: 0.75rem;
|
|
260
374
|
}
|
|
@@ -278,9 +392,9 @@
|
|
|
278
392
|
padding: 0.375rem 0;
|
|
279
393
|
}
|
|
280
394
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
281
|
-
font-family:
|
|
282
|
-
font-feature-settings:
|
|
283
|
-
font-size:
|
|
395
|
+
font-family: var(--font-family);
|
|
396
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
397
|
+
font-size: 1rem;
|
|
284
398
|
color: rgba(255, 255, 255, 0.87);
|
|
285
399
|
padding: 0;
|
|
286
400
|
margin: 0;
|
|
@@ -298,6 +412,7 @@
|
|
|
298
412
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
299
413
|
border-color: #ff9a9a;
|
|
300
414
|
}
|
|
415
|
+
|
|
301
416
|
.p-autocomplete-panel {
|
|
302
417
|
background: #282936;
|
|
303
418
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -332,9 +447,11 @@
|
|
|
332
447
|
background: #333544;
|
|
333
448
|
font-weight: 700;
|
|
334
449
|
}
|
|
450
|
+
|
|
335
451
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
336
452
|
border-color: #ff9a9a;
|
|
337
453
|
}
|
|
454
|
+
|
|
338
455
|
.p-datepicker {
|
|
339
456
|
padding: 0.5rem;
|
|
340
457
|
background: #282936;
|
|
@@ -361,7 +478,7 @@
|
|
|
361
478
|
border-top-left-radius: 6px;
|
|
362
479
|
}
|
|
363
480
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
364
|
-
|
|
481
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
365
482
|
width: 2rem;
|
|
366
483
|
height: 2rem;
|
|
367
484
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -371,13 +488,13 @@
|
|
|
371
488
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
372
489
|
}
|
|
373
490
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
374
|
-
|
|
491
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
375
492
|
color: rgba(255, 255, 255, 0.87);
|
|
376
493
|
border-color: transparent;
|
|
377
494
|
background: rgba(255, 255, 255, 0.03);
|
|
378
495
|
}
|
|
379
496
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
380
|
-
|
|
497
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
381
498
|
outline: 0 none;
|
|
382
499
|
outline-offset: 0;
|
|
383
500
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
@@ -386,14 +503,14 @@
|
|
|
386
503
|
line-height: 2rem;
|
|
387
504
|
}
|
|
388
505
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
389
|
-
|
|
506
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
390
507
|
color: rgba(255, 255, 255, 0.87);
|
|
391
508
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
392
509
|
font-weight: 700;
|
|
393
510
|
padding: 0.5rem;
|
|
394
511
|
}
|
|
395
512
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
396
|
-
|
|
513
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
397
514
|
color: #b19df7;
|
|
398
515
|
}
|
|
399
516
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -542,6 +659,7 @@
|
|
|
542
659
|
outline-offset: 0;
|
|
543
660
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
544
661
|
}
|
|
662
|
+
|
|
545
663
|
@media screen and (max-width: 769px) {
|
|
546
664
|
.p-datepicker table th, .p-datepicker table td {
|
|
547
665
|
padding: 0;
|
|
@@ -584,6 +702,7 @@
|
|
|
584
702
|
.p-cascadeselect.p-invalid.p-component {
|
|
585
703
|
border-color: #ff9a9a;
|
|
586
704
|
}
|
|
705
|
+
|
|
587
706
|
.p-cascadeselect-panel {
|
|
588
707
|
background: #282936;
|
|
589
708
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -625,6 +744,7 @@
|
|
|
625
744
|
width: 0.875rem;
|
|
626
745
|
height: 0.875rem;
|
|
627
746
|
}
|
|
747
|
+
|
|
628
748
|
.p-input-filled .p-cascadeselect {
|
|
629
749
|
background: #3e4053;
|
|
630
750
|
}
|
|
@@ -634,6 +754,7 @@
|
|
|
634
754
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
635
755
|
background-color: #3e4053;
|
|
636
756
|
}
|
|
757
|
+
|
|
637
758
|
.p-checkbox {
|
|
638
759
|
width: 22px;
|
|
639
760
|
height: 22px;
|
|
@@ -649,7 +770,7 @@
|
|
|
649
770
|
}
|
|
650
771
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
|
651
772
|
transition-duration: 0.2s;
|
|
652
|
-
color:
|
|
773
|
+
color: #1c1d26;
|
|
653
774
|
font-size: 14px;
|
|
654
775
|
}
|
|
655
776
|
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
@@ -663,7 +784,7 @@
|
|
|
663
784
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
|
664
785
|
border-color: #9378f4;
|
|
665
786
|
background: #9378f4;
|
|
666
|
-
color:
|
|
787
|
+
color: #1c1d26;
|
|
667
788
|
}
|
|
668
789
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
669
790
|
border-color: #b19df7;
|
|
@@ -677,11 +798,12 @@
|
|
|
677
798
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
678
799
|
border-color: #9378f4;
|
|
679
800
|
background: #9378f4;
|
|
680
|
-
color:
|
|
801
|
+
color: #1c1d26;
|
|
681
802
|
}
|
|
682
803
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
683
804
|
border-color: #ff9a9a;
|
|
684
805
|
}
|
|
806
|
+
|
|
685
807
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
686
808
|
background-color: #3e4053;
|
|
687
809
|
}
|
|
@@ -694,6 +816,7 @@
|
|
|
694
816
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
695
817
|
background: #9378f4;
|
|
696
818
|
}
|
|
819
|
+
|
|
697
820
|
.p-chips .p-chips-multiple-container {
|
|
698
821
|
padding: 0.375rem 0.75rem;
|
|
699
822
|
gap: 0.5rem;
|
|
@@ -721,9 +844,9 @@
|
|
|
721
844
|
padding: 0.375rem 0;
|
|
722
845
|
}
|
|
723
846
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
724
|
-
font-family:
|
|
725
|
-
font-feature-settings:
|
|
726
|
-
font-size:
|
|
847
|
+
font-family: var(--font-family);
|
|
848
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
849
|
+
font-size: 1rem;
|
|
727
850
|
color: rgba(255, 255, 255, 0.87);
|
|
728
851
|
padding: 0;
|
|
729
852
|
margin: 0;
|
|
@@ -731,21 +854,25 @@
|
|
|
731
854
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
732
855
|
border-color: #ff9a9a;
|
|
733
856
|
}
|
|
857
|
+
|
|
734
858
|
.p-colorpicker-preview {
|
|
735
859
|
width: 2rem;
|
|
736
860
|
height: 2rem;
|
|
737
861
|
}
|
|
862
|
+
|
|
738
863
|
.p-colorpicker-panel {
|
|
739
864
|
background: #282936;
|
|
740
865
|
border: 1px solid #3e4053;
|
|
741
866
|
}
|
|
742
867
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
743
|
-
|
|
868
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
744
869
|
border-color: rgba(255, 255, 255, 0.87);
|
|
745
870
|
}
|
|
871
|
+
|
|
746
872
|
.p-colorpicker-overlay-panel {
|
|
747
873
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
748
874
|
}
|
|
875
|
+
|
|
749
876
|
.p-dropdown {
|
|
750
877
|
background: #1d1e27;
|
|
751
878
|
border: 1px solid #3e4053;
|
|
@@ -789,6 +916,7 @@
|
|
|
789
916
|
.p-dropdown.p-invalid.p-component {
|
|
790
917
|
border-color: #ff9a9a;
|
|
791
918
|
}
|
|
919
|
+
|
|
792
920
|
.p-dropdown-panel {
|
|
793
921
|
background: #282936;
|
|
794
922
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -852,6 +980,7 @@
|
|
|
852
980
|
color: rgba(255, 255, 255, 0.87);
|
|
853
981
|
background: transparent;
|
|
854
982
|
}
|
|
983
|
+
|
|
855
984
|
.p-input-filled .p-dropdown {
|
|
856
985
|
background: #3e4053;
|
|
857
986
|
}
|
|
@@ -864,104 +993,7 @@
|
|
|
864
993
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
865
994
|
background-color: transparent;
|
|
866
995
|
}
|
|
867
|
-
|
|
868
|
-
background: #282936;
|
|
869
|
-
border-top-right-radius: 6px;
|
|
870
|
-
border-top-left-radius: 6px;
|
|
871
|
-
}
|
|
872
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
873
|
-
border: 1px solid #3e4053;
|
|
874
|
-
}
|
|
875
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
876
|
-
stroke: rgba(255, 255, 255, 0.6);
|
|
877
|
-
}
|
|
878
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
879
|
-
fill: rgba(255, 255, 255, 0.6);
|
|
880
|
-
}
|
|
881
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
882
|
-
border: 0 none;
|
|
883
|
-
color: rgba(255, 255, 255, 0.6);
|
|
884
|
-
}
|
|
885
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
886
|
-
color: rgba(255, 255, 255, 0.87);
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
889
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
890
|
-
}
|
|
891
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
892
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
893
|
-
}
|
|
894
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
895
|
-
color: rgba(255, 255, 255, 0.87);
|
|
896
|
-
}
|
|
897
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
898
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
899
|
-
}
|
|
900
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
901
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
902
|
-
}
|
|
903
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
904
|
-
background: #282936;
|
|
905
|
-
border: 1px solid #3e4053;
|
|
906
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
907
|
-
border-radius: 6px;
|
|
908
|
-
padding: 0.75rem 0;
|
|
909
|
-
}
|
|
910
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
911
|
-
color: rgba(255, 255, 255, 0.87);
|
|
912
|
-
}
|
|
913
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
914
|
-
color: rgba(255, 255, 255, 0.87);
|
|
915
|
-
background: rgba(255, 255, 255, 0.03);
|
|
916
|
-
}
|
|
917
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
918
|
-
padding: 0.75rem 1.25rem;
|
|
919
|
-
}
|
|
920
|
-
.p-editor-container .p-editor-content {
|
|
921
|
-
border-bottom-right-radius: 6px;
|
|
922
|
-
border-bottom-left-radius: 6px;
|
|
923
|
-
}
|
|
924
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
925
|
-
border: 1px solid #3e4053;
|
|
926
|
-
}
|
|
927
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
928
|
-
background: #1d1e27;
|
|
929
|
-
color: rgba(255, 255, 255, 0.87);
|
|
930
|
-
border-bottom-right-radius: 6px;
|
|
931
|
-
border-bottom-left-radius: 6px;
|
|
932
|
-
}
|
|
933
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
934
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
935
|
-
color: rgba(255, 255, 255, 0.87);
|
|
936
|
-
}
|
|
937
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
938
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
939
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
940
|
-
}
|
|
941
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
942
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
943
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
944
|
-
}
|
|
945
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
946
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
947
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
948
|
-
color: #b19df7;
|
|
949
|
-
}
|
|
950
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
951
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
952
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
953
|
-
stroke: #b19df7;
|
|
954
|
-
}
|
|
955
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
956
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
957
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
958
|
-
fill: #b19df7;
|
|
959
|
-
}
|
|
960
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
961
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
962
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
963
|
-
color: #b19df7;
|
|
964
|
-
}
|
|
996
|
+
|
|
965
997
|
.p-inputgroup-addon {
|
|
966
998
|
background: #282936;
|
|
967
999
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -974,60 +1006,68 @@
|
|
|
974
1006
|
.p-inputgroup-addon:last-child {
|
|
975
1007
|
border-right: 1px solid #3e4053;
|
|
976
1008
|
}
|
|
1009
|
+
|
|
977
1010
|
.p-inputgroup > .p-component,
|
|
978
|
-
|
|
979
|
-
|
|
1011
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1012
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
980
1013
|
border-radius: 0;
|
|
981
1014
|
margin: 0;
|
|
982
1015
|
}
|
|
983
1016
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
984
|
-
|
|
985
|
-
|
|
1017
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1018
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
986
1019
|
border-left: 0 none;
|
|
987
1020
|
}
|
|
988
1021
|
.p-inputgroup > .p-component:focus,
|
|
989
|
-
|
|
990
|
-
|
|
1022
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1023
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
991
1024
|
z-index: 1;
|
|
992
1025
|
}
|
|
993
1026
|
.p-inputgroup > .p-component:focus ~ label,
|
|
994
|
-
|
|
995
|
-
|
|
1027
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1028
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
996
1029
|
z-index: 1;
|
|
997
1030
|
}
|
|
1031
|
+
|
|
998
1032
|
.p-inputgroup-addon:first-child,
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1033
|
+
.p-inputgroup button:first-child,
|
|
1034
|
+
.p-inputgroup input:first-child,
|
|
1035
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1036
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1003
1037
|
border-top-left-radius: 6px;
|
|
1004
1038
|
border-bottom-left-radius: 6px;
|
|
1005
1039
|
}
|
|
1040
|
+
|
|
1006
1041
|
.p-inputgroup .p-float-label:first-child input {
|
|
1007
1042
|
border-top-left-radius: 6px;
|
|
1008
1043
|
border-bottom-left-radius: 6px;
|
|
1009
1044
|
}
|
|
1045
|
+
|
|
1010
1046
|
.p-inputgroup-addon:last-child,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1047
|
+
.p-inputgroup button:last-child,
|
|
1048
|
+
.p-inputgroup input:last-child,
|
|
1049
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1050
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1015
1051
|
border-top-right-radius: 6px;
|
|
1016
1052
|
border-bottom-right-radius: 6px;
|
|
1017
1053
|
}
|
|
1054
|
+
|
|
1018
1055
|
.p-inputgroup .p-float-label:last-child input {
|
|
1019
1056
|
border-top-right-radius: 6px;
|
|
1020
1057
|
border-bottom-right-radius: 6px;
|
|
1021
1058
|
}
|
|
1059
|
+
|
|
1022
1060
|
.p-fluid .p-inputgroup .p-button {
|
|
1023
1061
|
width: auto;
|
|
1024
1062
|
}
|
|
1025
1063
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1026
1064
|
width: 3rem;
|
|
1027
1065
|
}
|
|
1066
|
+
|
|
1028
1067
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1029
1068
|
border-color: #ff9a9a;
|
|
1030
1069
|
}
|
|
1070
|
+
|
|
1031
1071
|
.p-inputswitch {
|
|
1032
1072
|
width: 3rem;
|
|
1033
1073
|
height: 1.75rem;
|
|
@@ -1069,9 +1109,10 @@
|
|
|
1069
1109
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1070
1110
|
border-color: #ff9a9a;
|
|
1071
1111
|
}
|
|
1112
|
+
|
|
1072
1113
|
.p-inputtext {
|
|
1073
|
-
font-family:
|
|
1074
|
-
font-feature-settings:
|
|
1114
|
+
font-family: var(--font-family);
|
|
1115
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1075
1116
|
font-size: 1rem;
|
|
1076
1117
|
color: rgba(255, 255, 255, 0.87);
|
|
1077
1118
|
background: #1d1e27;
|
|
@@ -1101,47 +1142,59 @@
|
|
|
1101
1142
|
font-size: 1.25rem;
|
|
1102
1143
|
padding: 0.9375rem 0.9375rem;
|
|
1103
1144
|
}
|
|
1145
|
+
|
|
1104
1146
|
.p-float-label > label {
|
|
1105
1147
|
left: 0.75rem;
|
|
1106
1148
|
color: rgba(255, 255, 255, 0.6);
|
|
1107
1149
|
transition-duration: 0.2s;
|
|
1108
1150
|
}
|
|
1151
|
+
|
|
1109
1152
|
.p-float-label > label.p-error {
|
|
1110
1153
|
color: #ff9a9a;
|
|
1111
1154
|
}
|
|
1155
|
+
|
|
1112
1156
|
.p-input-icon-left > i:first-of-type,
|
|
1113
|
-
|
|
1114
|
-
|
|
1157
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1158
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1115
1159
|
left: 0.75rem;
|
|
1116
1160
|
color: rgba(255, 255, 255, 0.6);
|
|
1117
1161
|
}
|
|
1162
|
+
|
|
1118
1163
|
.p-input-icon-left > .p-inputtext {
|
|
1119
1164
|
padding-left: 2.5rem;
|
|
1120
1165
|
}
|
|
1166
|
+
|
|
1121
1167
|
.p-input-icon-left.p-float-label > label {
|
|
1122
1168
|
left: 2.5rem;
|
|
1123
1169
|
}
|
|
1170
|
+
|
|
1124
1171
|
.p-input-icon-right > i:last-of-type,
|
|
1125
|
-
|
|
1126
|
-
|
|
1172
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1173
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1127
1174
|
right: 0.75rem;
|
|
1128
1175
|
color: rgba(255, 255, 255, 0.6);
|
|
1129
1176
|
}
|
|
1177
|
+
|
|
1130
1178
|
.p-input-icon-right > .p-inputtext {
|
|
1131
1179
|
padding-right: 2.5rem;
|
|
1132
1180
|
}
|
|
1181
|
+
|
|
1133
1182
|
::-webkit-input-placeholder {
|
|
1134
1183
|
color: rgba(255, 255, 255, 0.6);
|
|
1135
1184
|
}
|
|
1185
|
+
|
|
1136
1186
|
:-moz-placeholder {
|
|
1137
1187
|
color: rgba(255, 255, 255, 0.6);
|
|
1138
1188
|
}
|
|
1189
|
+
|
|
1139
1190
|
::-moz-placeholder {
|
|
1140
1191
|
color: rgba(255, 255, 255, 0.6);
|
|
1141
1192
|
}
|
|
1193
|
+
|
|
1142
1194
|
:-ms-input-placeholder {
|
|
1143
1195
|
color: rgba(255, 255, 255, 0.6);
|
|
1144
1196
|
}
|
|
1197
|
+
|
|
1145
1198
|
.p-input-filled .p-inputtext {
|
|
1146
1199
|
background-color: #3e4053;
|
|
1147
1200
|
}
|
|
@@ -1151,14 +1204,17 @@
|
|
|
1151
1204
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1152
1205
|
background-color: #3e4053;
|
|
1153
1206
|
}
|
|
1207
|
+
|
|
1154
1208
|
.p-inputtext-sm .p-inputtext {
|
|
1155
1209
|
font-size: 0.875rem;
|
|
1156
1210
|
padding: 0.65625rem 0.65625rem;
|
|
1157
1211
|
}
|
|
1212
|
+
|
|
1158
1213
|
.p-inputtext-lg .p-inputtext {
|
|
1159
1214
|
font-size: 1.25rem;
|
|
1160
1215
|
padding: 0.9375rem 0.9375rem;
|
|
1161
1216
|
}
|
|
1217
|
+
|
|
1162
1218
|
.p-listbox {
|
|
1163
1219
|
background: #282936;
|
|
1164
1220
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1220,6 +1276,7 @@
|
|
|
1220
1276
|
.p-listbox.p-invalid {
|
|
1221
1277
|
border-color: #ff9a9a;
|
|
1222
1278
|
}
|
|
1279
|
+
|
|
1223
1280
|
.p-mention-panel {
|
|
1224
1281
|
background: #282936;
|
|
1225
1282
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1247,6 +1304,7 @@
|
|
|
1247
1304
|
color: #b19df7;
|
|
1248
1305
|
background: rgba(177, 157, 247, 0.16);
|
|
1249
1306
|
}
|
|
1307
|
+
|
|
1250
1308
|
.p-multiselect {
|
|
1251
1309
|
background: #1d1e27;
|
|
1252
1310
|
border: 1px solid #3e4053;
|
|
@@ -1296,6 +1354,7 @@
|
|
|
1296
1354
|
.p-multiselect.p-invalid.p-component {
|
|
1297
1355
|
border-color: #ff9a9a;
|
|
1298
1356
|
}
|
|
1357
|
+
|
|
1299
1358
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1300
1359
|
padding: 0.375rem 0.75rem;
|
|
1301
1360
|
}
|
|
@@ -1305,6 +1364,7 @@
|
|
|
1305
1364
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1306
1365
|
padding-right: 1.75rem;
|
|
1307
1366
|
}
|
|
1367
|
+
|
|
1308
1368
|
.p-multiselect-panel {
|
|
1309
1369
|
background: #282936;
|
|
1310
1370
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1390,6 +1450,7 @@
|
|
|
1390
1450
|
color: rgba(255, 255, 255, 0.87);
|
|
1391
1451
|
background: transparent;
|
|
1392
1452
|
}
|
|
1453
|
+
|
|
1393
1454
|
.p-input-filled .p-multiselect {
|
|
1394
1455
|
background: #3e4053;
|
|
1395
1456
|
}
|
|
@@ -1399,9 +1460,11 @@
|
|
|
1399
1460
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1400
1461
|
background-color: #3e4053;
|
|
1401
1462
|
}
|
|
1463
|
+
|
|
1402
1464
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1403
1465
|
border-color: #ff9a9a;
|
|
1404
1466
|
}
|
|
1467
|
+
|
|
1405
1468
|
.p-password-panel {
|
|
1406
1469
|
padding: 1.25rem;
|
|
1407
1470
|
background: #282936;
|
|
@@ -1423,6 +1486,7 @@
|
|
|
1423
1486
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1424
1487
|
background: #93deac;
|
|
1425
1488
|
}
|
|
1489
|
+
|
|
1426
1490
|
.p-radiobutton {
|
|
1427
1491
|
width: 22px;
|
|
1428
1492
|
height: 22px;
|
|
@@ -1449,7 +1513,7 @@
|
|
|
1449
1513
|
width: 12px;
|
|
1450
1514
|
height: 12px;
|
|
1451
1515
|
transition-duration: 0.2s;
|
|
1452
|
-
background-color:
|
|
1516
|
+
background-color: #1c1d26;
|
|
1453
1517
|
}
|
|
1454
1518
|
.p-radiobutton .p-radiobutton-box.p-highlight {
|
|
1455
1519
|
border-color: #b19df7;
|
|
@@ -1458,7 +1522,7 @@
|
|
|
1458
1522
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1459
1523
|
border-color: #9378f4;
|
|
1460
1524
|
background: #9378f4;
|
|
1461
|
-
color:
|
|
1525
|
+
color: #1c1d26;
|
|
1462
1526
|
}
|
|
1463
1527
|
.p-radiobutton.p-invalid > .p-radiobutton-box {
|
|
1464
1528
|
border-color: #ff9a9a;
|
|
@@ -1466,6 +1530,7 @@
|
|
|
1466
1530
|
.p-radiobutton:focus {
|
|
1467
1531
|
outline: 0 none;
|
|
1468
1532
|
}
|
|
1533
|
+
|
|
1469
1534
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1470
1535
|
background-color: #3e4053;
|
|
1471
1536
|
}
|
|
@@ -1478,6 +1543,7 @@
|
|
|
1478
1543
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1479
1544
|
background: #9378f4;
|
|
1480
1545
|
}
|
|
1546
|
+
|
|
1481
1547
|
.p-rating {
|
|
1482
1548
|
gap: 0.5rem;
|
|
1483
1549
|
}
|
|
@@ -1507,6 +1573,7 @@
|
|
|
1507
1573
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1508
1574
|
color: #F48FB1;
|
|
1509
1575
|
}
|
|
1576
|
+
|
|
1510
1577
|
.p-selectbutton .p-button {
|
|
1511
1578
|
background: #282936;
|
|
1512
1579
|
border: 1px solid #3e4053;
|
|
@@ -1514,7 +1581,7 @@
|
|
|
1514
1581
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1515
1582
|
}
|
|
1516
1583
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1517
|
-
|
|
1584
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1518
1585
|
color: rgba(255, 255, 255, 0.6);
|
|
1519
1586
|
}
|
|
1520
1587
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1523,30 +1590,31 @@
|
|
|
1523
1590
|
color: rgba(255, 255, 255, 0.87);
|
|
1524
1591
|
}
|
|
1525
1592
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1526
|
-
|
|
1593
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1527
1594
|
color: rgba(255, 255, 255, 0.6);
|
|
1528
1595
|
}
|
|
1529
1596
|
.p-selectbutton .p-button.p-highlight {
|
|
1530
1597
|
background: #b19df7;
|
|
1531
1598
|
border-color: #b19df7;
|
|
1532
|
-
color:
|
|
1599
|
+
color: #1c1d26;
|
|
1533
1600
|
}
|
|
1534
1601
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1535
|
-
|
|
1536
|
-
color:
|
|
1602
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1603
|
+
color: #1c1d26;
|
|
1537
1604
|
}
|
|
1538
1605
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
1539
1606
|
background: #a28af5;
|
|
1540
1607
|
border-color: #a28af5;
|
|
1541
|
-
color:
|
|
1608
|
+
color: #1c1d26;
|
|
1542
1609
|
}
|
|
1543
1610
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1544
|
-
|
|
1545
|
-
color:
|
|
1611
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1612
|
+
color: #1c1d26;
|
|
1546
1613
|
}
|
|
1547
1614
|
.p-selectbutton.p-invalid > .p-button {
|
|
1548
1615
|
border-color: #ff9a9a;
|
|
1549
1616
|
}
|
|
1617
|
+
|
|
1550
1618
|
.p-slider {
|
|
1551
1619
|
background: #3e4053;
|
|
1552
1620
|
border: 0 none;
|
|
@@ -1586,6 +1654,7 @@
|
|
|
1586
1654
|
background: #b19df7;
|
|
1587
1655
|
border-color: #b19df7;
|
|
1588
1656
|
}
|
|
1657
|
+
|
|
1589
1658
|
.p-treeselect {
|
|
1590
1659
|
background: #1d1e27;
|
|
1591
1660
|
border: 1px solid #3e4053;
|
|
@@ -1625,9 +1694,11 @@
|
|
|
1625
1694
|
.p-treeselect.p-invalid.p-component {
|
|
1626
1695
|
border-color: #ff9a9a;
|
|
1627
1696
|
}
|
|
1697
|
+
|
|
1628
1698
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1629
1699
|
padding: 0.375rem 0.75rem;
|
|
1630
1700
|
}
|
|
1701
|
+
|
|
1631
1702
|
.p-treeselect-panel {
|
|
1632
1703
|
background: #282936;
|
|
1633
1704
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1687,6 +1758,7 @@
|
|
|
1687
1758
|
color: rgba(255, 255, 255, 0.87);
|
|
1688
1759
|
background: transparent;
|
|
1689
1760
|
}
|
|
1761
|
+
|
|
1690
1762
|
.p-input-filled .p-treeselect {
|
|
1691
1763
|
background: #3e4053;
|
|
1692
1764
|
}
|
|
@@ -1696,6 +1768,7 @@
|
|
|
1696
1768
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1697
1769
|
background-color: #3e4053;
|
|
1698
1770
|
}
|
|
1771
|
+
|
|
1699
1772
|
.p-togglebutton.p-button {
|
|
1700
1773
|
background: #282936;
|
|
1701
1774
|
border: 1px solid #3e4053;
|
|
@@ -1703,7 +1776,7 @@
|
|
|
1703
1776
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1704
1777
|
}
|
|
1705
1778
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1706
|
-
|
|
1779
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1707
1780
|
color: rgba(255, 255, 255, 0.6);
|
|
1708
1781
|
}
|
|
1709
1782
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1712,32 +1785,33 @@
|
|
|
1712
1785
|
color: rgba(255, 255, 255, 0.87);
|
|
1713
1786
|
}
|
|
1714
1787
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1715
|
-
|
|
1788
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1716
1789
|
color: rgba(255, 255, 255, 0.6);
|
|
1717
1790
|
}
|
|
1718
1791
|
.p-togglebutton.p-button.p-highlight {
|
|
1719
1792
|
background: #b19df7;
|
|
1720
1793
|
border-color: #b19df7;
|
|
1721
|
-
color:
|
|
1794
|
+
color: #1c1d26;
|
|
1722
1795
|
}
|
|
1723
1796
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1724
|
-
|
|
1725
|
-
color:
|
|
1797
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1798
|
+
color: #1c1d26;
|
|
1726
1799
|
}
|
|
1727
1800
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
1728
1801
|
background: #a28af5;
|
|
1729
1802
|
border-color: #a28af5;
|
|
1730
|
-
color:
|
|
1803
|
+
color: #1c1d26;
|
|
1731
1804
|
}
|
|
1732
1805
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1733
|
-
|
|
1734
|
-
color:
|
|
1806
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1807
|
+
color: #1c1d26;
|
|
1735
1808
|
}
|
|
1736
1809
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1737
1810
|
border-color: #ff9a9a;
|
|
1738
1811
|
}
|
|
1812
|
+
|
|
1739
1813
|
.p-button {
|
|
1740
|
-
color:
|
|
1814
|
+
color: #1c1d26;
|
|
1741
1815
|
background: #b19df7;
|
|
1742
1816
|
border: 1px solid #b19df7;
|
|
1743
1817
|
padding: 0.75rem 1.25rem;
|
|
@@ -1747,12 +1821,12 @@
|
|
|
1747
1821
|
}
|
|
1748
1822
|
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1749
1823
|
background: #a28af5;
|
|
1750
|
-
color:
|
|
1824
|
+
color: #1c1d26;
|
|
1751
1825
|
border-color: #a28af5;
|
|
1752
1826
|
}
|
|
1753
1827
|
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1754
1828
|
background: #9378f4;
|
|
1755
|
-
color:
|
|
1829
|
+
color: #1c1d26;
|
|
1756
1830
|
border-color: #9378f4;
|
|
1757
1831
|
}
|
|
1758
1832
|
.p-button.p-button-outlined {
|
|
@@ -1834,7 +1908,7 @@
|
|
|
1834
1908
|
height: 1rem;
|
|
1835
1909
|
line-height: 1rem;
|
|
1836
1910
|
color: #b19df7;
|
|
1837
|
-
background-color:
|
|
1911
|
+
background-color: #1c1d26;
|
|
1838
1912
|
}
|
|
1839
1913
|
.p-button.p-button-raised {
|
|
1840
1914
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -1847,7 +1921,7 @@
|
|
|
1847
1921
|
padding: 0.75rem 0;
|
|
1848
1922
|
}
|
|
1849
1923
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1850
|
-
|
|
1924
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1851
1925
|
margin: 0;
|
|
1852
1926
|
}
|
|
1853
1927
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1883,6 +1957,7 @@
|
|
|
1883
1957
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1884
1958
|
margin: 0;
|
|
1885
1959
|
}
|
|
1960
|
+
|
|
1886
1961
|
.p-fluid .p-button {
|
|
1887
1962
|
width: 100%;
|
|
1888
1963
|
}
|
|
@@ -1895,6 +1970,7 @@
|
|
|
1895
1970
|
.p-fluid .p-buttonset .p-button {
|
|
1896
1971
|
flex: 1;
|
|
1897
1972
|
}
|
|
1973
|
+
|
|
1898
1974
|
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
|
|
1899
1975
|
color: #1d1e27;
|
|
1900
1976
|
background: #d4ea93;
|
|
@@ -1943,6 +2019,7 @@
|
|
|
1943
2019
|
border-color: transparent;
|
|
1944
2020
|
color: #d4ea93;
|
|
1945
2021
|
}
|
|
2022
|
+
|
|
1946
2023
|
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
|
|
1947
2024
|
color: #1d1e27;
|
|
1948
2025
|
background: #9bcaff;
|
|
@@ -1991,6 +2068,7 @@
|
|
|
1991
2068
|
border-color: transparent;
|
|
1992
2069
|
color: #9bcaff;
|
|
1993
2070
|
}
|
|
2071
|
+
|
|
1994
2072
|
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
|
|
1995
2073
|
color: #1d1e27;
|
|
1996
2074
|
background: #93deac;
|
|
@@ -2039,6 +2117,7 @@
|
|
|
2039
2117
|
border-color: transparent;
|
|
2040
2118
|
color: #93deac;
|
|
2041
2119
|
}
|
|
2120
|
+
|
|
2042
2121
|
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
|
|
2043
2122
|
color: #1d1e27;
|
|
2044
2123
|
background: #ffcf91;
|
|
@@ -2087,6 +2166,7 @@
|
|
|
2087
2166
|
border-color: transparent;
|
|
2088
2167
|
color: #ffcf91;
|
|
2089
2168
|
}
|
|
2169
|
+
|
|
2090
2170
|
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
|
|
2091
2171
|
color: #1d1e27;
|
|
2092
2172
|
background: #86e0e7;
|
|
@@ -2135,6 +2215,7 @@
|
|
|
2135
2215
|
border-color: transparent;
|
|
2136
2216
|
color: #86e0e7;
|
|
2137
2217
|
}
|
|
2218
|
+
|
|
2138
2219
|
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2139
2220
|
color: #1d1e27;
|
|
2140
2221
|
background: #eb9a9c;
|
|
@@ -2183,6 +2264,7 @@
|
|
|
2183
2264
|
border-color: transparent;
|
|
2184
2265
|
color: #eb9a9c;
|
|
2185
2266
|
}
|
|
2267
|
+
|
|
2186
2268
|
.p-button.p-button-link {
|
|
2187
2269
|
color: #b19df7;
|
|
2188
2270
|
background: transparent;
|
|
@@ -2206,6 +2288,7 @@
|
|
|
2206
2288
|
color: #b19df7;
|
|
2207
2289
|
border-color: transparent;
|
|
2208
2290
|
}
|
|
2291
|
+
|
|
2209
2292
|
.p-splitbutton {
|
|
2210
2293
|
border-radius: 6px;
|
|
2211
2294
|
}
|
|
@@ -2287,11 +2370,12 @@
|
|
|
2287
2370
|
font-size: 1.25rem;
|
|
2288
2371
|
}
|
|
2289
2372
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2290
|
-
|
|
2291
|
-
|
|
2373
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2374
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2292
2375
|
border-top-left-radius: 0;
|
|
2293
2376
|
border-bottom-left-radius: 0;
|
|
2294
2377
|
}
|
|
2378
|
+
|
|
2295
2379
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2296
2380
|
background-color: transparent;
|
|
2297
2381
|
color: #d4ea93;
|
|
@@ -2320,6 +2404,7 @@
|
|
|
2320
2404
|
border-color: transparent;
|
|
2321
2405
|
color: #d4ea93;
|
|
2322
2406
|
}
|
|
2407
|
+
|
|
2323
2408
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2324
2409
|
background-color: transparent;
|
|
2325
2410
|
color: #9bcaff;
|
|
@@ -2348,6 +2433,7 @@
|
|
|
2348
2433
|
border-color: transparent;
|
|
2349
2434
|
color: #9bcaff;
|
|
2350
2435
|
}
|
|
2436
|
+
|
|
2351
2437
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2352
2438
|
background-color: transparent;
|
|
2353
2439
|
color: #93deac;
|
|
@@ -2376,6 +2462,7 @@
|
|
|
2376
2462
|
border-color: transparent;
|
|
2377
2463
|
color: #93deac;
|
|
2378
2464
|
}
|
|
2465
|
+
|
|
2379
2466
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2380
2467
|
background-color: transparent;
|
|
2381
2468
|
color: #ffcf91;
|
|
@@ -2404,6 +2491,7 @@
|
|
|
2404
2491
|
border-color: transparent;
|
|
2405
2492
|
color: #ffcf91;
|
|
2406
2493
|
}
|
|
2494
|
+
|
|
2407
2495
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2408
2496
|
background-color: transparent;
|
|
2409
2497
|
color: #86e0e7;
|
|
@@ -2432,6 +2520,7 @@
|
|
|
2432
2520
|
border-color: transparent;
|
|
2433
2521
|
color: #86e0e7;
|
|
2434
2522
|
}
|
|
2523
|
+
|
|
2435
2524
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2436
2525
|
background-color: transparent;
|
|
2437
2526
|
color: #eb9a9c;
|
|
@@ -2460,6 +2549,7 @@
|
|
|
2460
2549
|
border-color: transparent;
|
|
2461
2550
|
color: #eb9a9c;
|
|
2462
2551
|
}
|
|
2552
|
+
|
|
2463
2553
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2464
2554
|
width: 4rem;
|
|
2465
2555
|
height: 4rem;
|
|
@@ -2471,6 +2561,7 @@
|
|
|
2471
2561
|
width: 1.3rem;
|
|
2472
2562
|
height: 1.3rem;
|
|
2473
2563
|
}
|
|
2564
|
+
|
|
2474
2565
|
.p-speeddial-action {
|
|
2475
2566
|
width: 3rem;
|
|
2476
2567
|
height: 3rem;
|
|
@@ -2481,47 +2572,54 @@
|
|
|
2481
2572
|
background: rgba(255, 255, 255, 0.6);
|
|
2482
2573
|
color: #1d1e27;
|
|
2483
2574
|
}
|
|
2575
|
+
|
|
2484
2576
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2485
2577
|
margin: 0.25rem;
|
|
2486
2578
|
}
|
|
2487
2579
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2488
2580
|
margin-bottom: 0.5rem;
|
|
2489
2581
|
}
|
|
2582
|
+
|
|
2490
2583
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2491
2584
|
margin: 0.25rem;
|
|
2492
2585
|
}
|
|
2493
2586
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2494
2587
|
margin-top: 0.5rem;
|
|
2495
2588
|
}
|
|
2589
|
+
|
|
2496
2590
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2497
2591
|
margin: 0 0.25rem;
|
|
2498
2592
|
}
|
|
2499
2593
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2500
2594
|
margin-right: 0.5rem;
|
|
2501
2595
|
}
|
|
2596
|
+
|
|
2502
2597
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2503
2598
|
margin: 0 0.25rem;
|
|
2504
2599
|
}
|
|
2505
2600
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2506
2601
|
margin-left: 0.5rem;
|
|
2507
2602
|
}
|
|
2603
|
+
|
|
2508
2604
|
.p-speeddial-circle .p-speeddial-item,
|
|
2509
|
-
|
|
2510
|
-
|
|
2605
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2606
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2511
2607
|
margin: 0;
|
|
2512
2608
|
}
|
|
2513
2609
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2610
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2611
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2612
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2613
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2518
2614
|
margin: 0;
|
|
2519
2615
|
}
|
|
2616
|
+
|
|
2520
2617
|
.p-speeddial-mask {
|
|
2521
2618
|
background-color: rgba(0, 0, 0, 0.4);
|
|
2522
2619
|
}
|
|
2620
|
+
|
|
2523
2621
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2524
|
-
|
|
2622
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2525
2623
|
width: 2rem;
|
|
2526
2624
|
height: 2rem;
|
|
2527
2625
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2532,13 +2630,13 @@
|
|
|
2532
2630
|
margin: 0.5rem;
|
|
2533
2631
|
}
|
|
2534
2632
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2535
|
-
|
|
2633
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2536
2634
|
color: rgba(255, 255, 255, 0.87);
|
|
2537
2635
|
border-color: transparent;
|
|
2538
2636
|
background: rgba(255, 255, 255, 0.03);
|
|
2539
2637
|
}
|
|
2540
2638
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2541
|
-
|
|
2639
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2542
2640
|
outline: 0 none;
|
|
2543
2641
|
outline-offset: 0;
|
|
2544
2642
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
@@ -2564,6 +2662,7 @@
|
|
|
2564
2662
|
background: rgba(177, 157, 247, 0.16);
|
|
2565
2663
|
color: #b19df7;
|
|
2566
2664
|
}
|
|
2665
|
+
|
|
2567
2666
|
.p-datatable .p-paginator-top {
|
|
2568
2667
|
border-width: 1px 0 1px 0;
|
|
2569
2668
|
border-radius: 0;
|
|
@@ -2657,9 +2756,9 @@
|
|
|
2657
2756
|
padding: 1rem 1rem;
|
|
2658
2757
|
}
|
|
2659
2758
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2759
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2760
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2761
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2663
2762
|
width: 2rem;
|
|
2664
2763
|
height: 2rem;
|
|
2665
2764
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2669,17 +2768,17 @@
|
|
|
2669
2768
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2670
2769
|
}
|
|
2671
2770
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2771
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2772
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2773
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2675
2774
|
color: rgba(255, 255, 255, 0.87);
|
|
2676
2775
|
border-color: transparent;
|
|
2677
2776
|
background: rgba(255, 255, 255, 0.03);
|
|
2678
2777
|
}
|
|
2679
2778
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2779
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2780
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2781
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2683
2782
|
outline: 0 none;
|
|
2684
2783
|
outline-offset: 0;
|
|
2685
2784
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
@@ -2728,12 +2827,12 @@
|
|
|
2728
2827
|
background: #b19df7;
|
|
2729
2828
|
}
|
|
2730
2829
|
.p-datatable .p-datatable-scrollable-header,
|
|
2731
|
-
|
|
2830
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2732
2831
|
background: #282936;
|
|
2733
2832
|
}
|
|
2734
2833
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2735
|
-
|
|
2736
|
-
|
|
2834
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
|
|
2835
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2737
2836
|
background-color: #282936;
|
|
2738
2837
|
}
|
|
2739
2838
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2843,9 +2942,11 @@
|
|
|
2843
2942
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2844
2943
|
padding: 1.25rem 1.25rem;
|
|
2845
2944
|
}
|
|
2945
|
+
|
|
2846
2946
|
.p-datatable-drag-selection-helper {
|
|
2847
2947
|
background: rgba(177, 157, 247, 0.16);
|
|
2848
2948
|
}
|
|
2949
|
+
|
|
2849
2950
|
.p-dataview .p-paginator-top {
|
|
2850
2951
|
border-width: 1px 0 1px 0;
|
|
2851
2952
|
border-radius: 0;
|
|
@@ -2889,6 +2990,7 @@
|
|
|
2889
2990
|
width: 2rem;
|
|
2890
2991
|
height: 2rem;
|
|
2891
2992
|
}
|
|
2993
|
+
|
|
2892
2994
|
.p-datascroller .p-paginator-top {
|
|
2893
2995
|
border-width: 1px 0 1px 0;
|
|
2894
2996
|
border-radius: 0;
|
|
@@ -2925,10 +3027,12 @@
|
|
|
2925
3027
|
border-bottom-left-radius: 6px;
|
|
2926
3028
|
border-bottom-right-radius: 6px;
|
|
2927
3029
|
}
|
|
3030
|
+
|
|
2928
3031
|
.p-column-filter-row .p-column-filter-menu-button,
|
|
2929
|
-
|
|
3032
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2930
3033
|
margin-left: 0.5rem;
|
|
2931
3034
|
}
|
|
3035
|
+
|
|
2932
3036
|
.p-column-filter-menu-button {
|
|
2933
3037
|
width: 2rem;
|
|
2934
3038
|
height: 2rem;
|
|
@@ -2956,6 +3060,7 @@
|
|
|
2956
3060
|
outline-offset: 0;
|
|
2957
3061
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
2958
3062
|
}
|
|
3063
|
+
|
|
2959
3064
|
.p-column-filter-clear-button {
|
|
2960
3065
|
width: 2rem;
|
|
2961
3066
|
height: 2rem;
|
|
@@ -2975,6 +3080,7 @@
|
|
|
2975
3080
|
outline-offset: 0;
|
|
2976
3081
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
2977
3082
|
}
|
|
3083
|
+
|
|
2978
3084
|
.p-column-filter-overlay {
|
|
2979
3085
|
background: #282936;
|
|
2980
3086
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3012,6 +3118,7 @@
|
|
|
3012
3118
|
border-top: 1px solid #3e4053;
|
|
3013
3119
|
margin: 0.25rem 0;
|
|
3014
3120
|
}
|
|
3121
|
+
|
|
3015
3122
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3016
3123
|
padding: 0.75rem 1.25rem;
|
|
3017
3124
|
border-bottom: 1px solid #3e4053;
|
|
@@ -3040,298 +3147,7 @@
|
|
|
3040
3147
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3041
3148
|
padding: 1.25rem;
|
|
3042
3149
|
}
|
|
3043
|
-
|
|
3044
|
-
/* FullCalendar 4 */
|
|
3045
|
-
/* FullCalendar 5 */
|
|
3046
|
-
}
|
|
3047
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3048
|
-
background: #282936;
|
|
3049
|
-
border: 1px solid #3e4053;
|
|
3050
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3051
|
-
}
|
|
3052
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3053
|
-
border: 1px solid #3e4053;
|
|
3054
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3055
|
-
}
|
|
3056
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3057
|
-
border: 1px solid #3e4053;
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3060
|
-
background: #282936;
|
|
3061
|
-
}
|
|
3062
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3063
|
-
border-right: 1px solid #3e4053;
|
|
3064
|
-
}
|
|
3065
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3066
|
-
background: #a28af5;
|
|
3067
|
-
border: 1px solid #a28af5;
|
|
3068
|
-
color: hsl(234, 15%, 13%);
|
|
3069
|
-
}
|
|
3070
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3071
|
-
background: #282936;
|
|
3072
|
-
border: 1px solid #3e4053;
|
|
3073
|
-
}
|
|
3074
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3075
|
-
color: hsl(234, 15%, 13%);
|
|
3076
|
-
background: #b19df7;
|
|
3077
|
-
border: 1px solid #b19df7;
|
|
3078
|
-
font-size: 1rem;
|
|
3079
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3080
|
-
border-radius: 6px;
|
|
3081
|
-
display: flex;
|
|
3082
|
-
align-items: center;
|
|
3083
|
-
}
|
|
3084
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3085
|
-
background: #a28af5;
|
|
3086
|
-
color: hsl(234, 15%, 13%);
|
|
3087
|
-
border-color: #a28af5;
|
|
3088
|
-
}
|
|
3089
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3090
|
-
background: #9378f4;
|
|
3091
|
-
color: hsl(234, 15%, 13%);
|
|
3092
|
-
border-color: #9378f4;
|
|
3093
|
-
}
|
|
3094
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3095
|
-
outline: 0 none;
|
|
3096
|
-
outline-offset: 0;
|
|
3097
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3098
|
-
}
|
|
3099
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3100
|
-
font-family: "PrimeIcons" !important;
|
|
3101
|
-
text-indent: 0;
|
|
3102
|
-
font-size: 1rem;
|
|
3103
|
-
}
|
|
3104
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3105
|
-
content: "\e900";
|
|
3106
|
-
}
|
|
3107
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3108
|
-
font-family: "PrimeIcons" !important;
|
|
3109
|
-
text-indent: 0;
|
|
3110
|
-
font-size: 1rem;
|
|
3111
|
-
}
|
|
3112
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3113
|
-
content: "\e901";
|
|
3114
|
-
}
|
|
3115
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3116
|
-
outline: 0 none;
|
|
3117
|
-
outline-offset: 0;
|
|
3118
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3119
|
-
}
|
|
3120
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
3121
|
-
background: #282936;
|
|
3122
|
-
border: 1px solid #3e4053;
|
|
3123
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3124
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3125
|
-
}
|
|
3126
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
3127
|
-
background: rgba(255, 255, 255, 0.03);
|
|
3128
|
-
border-color: #3e4053;
|
|
3129
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3130
|
-
}
|
|
3131
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
3132
|
-
background: #b19df7;
|
|
3133
|
-
border-color: #b19df7;
|
|
3134
|
-
color: hsl(234, 15%, 13%);
|
|
3135
|
-
}
|
|
3136
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
3137
|
-
background: #a28af5;
|
|
3138
|
-
border-color: #a28af5;
|
|
3139
|
-
color: hsl(234, 15%, 13%);
|
|
3140
|
-
}
|
|
3141
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
3142
|
-
outline: 0 none;
|
|
3143
|
-
outline-offset: 0;
|
|
3144
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3145
|
-
z-index: 1;
|
|
3146
|
-
}
|
|
3147
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3148
|
-
border-radius: 0;
|
|
3149
|
-
}
|
|
3150
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3151
|
-
border-top-left-radius: 6px;
|
|
3152
|
-
border-bottom-left-radius: 6px;
|
|
3153
|
-
}
|
|
3154
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3155
|
-
border-top-right-radius: 6px;
|
|
3156
|
-
border-bottom-right-radius: 6px;
|
|
3157
|
-
}
|
|
3158
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3159
|
-
border-color: #3e4053;
|
|
3160
|
-
}
|
|
3161
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3162
|
-
background: #282936;
|
|
3163
|
-
border-color: #3e4053;
|
|
3164
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3165
|
-
}
|
|
3166
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3167
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3168
|
-
border-color: #3e4053;
|
|
3169
|
-
}
|
|
3170
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3171
|
-
background: #282936;
|
|
3172
|
-
}
|
|
3173
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3174
|
-
background: none;
|
|
3175
|
-
border: 0 none;
|
|
3176
|
-
}
|
|
3177
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
3178
|
-
border: 1px solid #3e4053;
|
|
3179
|
-
padding: 1.25rem;
|
|
3180
|
-
background: #282936;
|
|
3181
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3182
|
-
}
|
|
3183
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
3184
|
-
opacity: 1;
|
|
3185
|
-
display: flex;
|
|
3186
|
-
align-items: center;
|
|
3187
|
-
justify-content: center;
|
|
3188
|
-
overflow: hidden;
|
|
3189
|
-
font-family: "PrimeIcons" !important;
|
|
3190
|
-
font-size: 1rem;
|
|
3191
|
-
width: 2rem;
|
|
3192
|
-
height: 2rem;
|
|
3193
|
-
color: rgba(255, 255, 255, 0.6);
|
|
3194
|
-
border: 0 none;
|
|
3195
|
-
background: transparent;
|
|
3196
|
-
border-radius: 50%;
|
|
3197
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3198
|
-
}
|
|
3199
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3200
|
-
content: "\e90b";
|
|
3201
|
-
}
|
|
3202
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3203
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3204
|
-
border-color: transparent;
|
|
3205
|
-
background: rgba(255, 255, 255, 0.03);
|
|
3206
|
-
}
|
|
3207
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
|
3208
|
-
outline: 0 none;
|
|
3209
|
-
outline-offset: 0;
|
|
3210
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3211
|
-
}
|
|
3212
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3213
|
-
padding: 1.25rem;
|
|
3214
|
-
border: 1px solid #3e4053;
|
|
3215
|
-
background: #282936;
|
|
3216
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3217
|
-
border-top: 0 none;
|
|
3218
|
-
}
|
|
3219
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3220
|
-
color: hsl(234, 15%, 13%);
|
|
3221
|
-
background: #a28af5;
|
|
3222
|
-
border-color: #a28af5;
|
|
3223
|
-
}
|
|
3224
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3225
|
-
color: hsl(234, 15%, 13%);
|
|
3226
|
-
}
|
|
3227
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3228
|
-
background: #a28af5;
|
|
3229
|
-
border-color: #a28af5;
|
|
3230
|
-
}
|
|
3231
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3232
|
-
background: rgba(255, 255, 255, 0.03);
|
|
3233
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3234
|
-
}
|
|
3235
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3236
|
-
background: #282936;
|
|
3237
|
-
}
|
|
3238
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3239
|
-
color: hsl(234, 15%, 13%);
|
|
3240
|
-
background: #b19df7;
|
|
3241
|
-
border: 1px solid #b19df7;
|
|
3242
|
-
font-size: 1rem;
|
|
3243
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3244
|
-
border-radius: 6px;
|
|
3245
|
-
line-height: 1;
|
|
3246
|
-
min-height: 2.07rem;
|
|
3247
|
-
}
|
|
3248
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3249
|
-
background: #a28af5;
|
|
3250
|
-
color: hsl(234, 15%, 13%);
|
|
3251
|
-
border-color: #a28af5;
|
|
3252
|
-
}
|
|
3253
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
3254
|
-
background: #9378f4;
|
|
3255
|
-
color: hsl(234, 15%, 13%);
|
|
3256
|
-
border-color: #9378f4;
|
|
3257
|
-
}
|
|
3258
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
3259
|
-
outline: 0 none;
|
|
3260
|
-
outline-offset: 0;
|
|
3261
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3262
|
-
}
|
|
3263
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
3264
|
-
opacity: 0.4;
|
|
3265
|
-
color: hsl(234, 15%, 13%);
|
|
3266
|
-
background: #b19df7;
|
|
3267
|
-
border: 1px solid #b19df7;
|
|
3268
|
-
}
|
|
3269
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3270
|
-
font-family: "PrimeIcons" !important;
|
|
3271
|
-
text-indent: 0;
|
|
3272
|
-
font-size: 1rem;
|
|
3273
|
-
}
|
|
3274
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3275
|
-
content: "\e900";
|
|
3276
|
-
}
|
|
3277
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3278
|
-
font-family: "PrimeIcons" !important;
|
|
3279
|
-
text-indent: 0;
|
|
3280
|
-
font-size: 1rem;
|
|
3281
|
-
}
|
|
3282
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3283
|
-
content: "\e901";
|
|
3284
|
-
}
|
|
3285
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3286
|
-
outline: 0 none;
|
|
3287
|
-
outline-offset: 0;
|
|
3288
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3289
|
-
}
|
|
3290
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
3291
|
-
background: #282936;
|
|
3292
|
-
border: 1px solid #3e4053;
|
|
3293
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3295
|
-
}
|
|
3296
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
3297
|
-
background: rgba(255, 255, 255, 0.03);
|
|
3298
|
-
border-color: #3e4053;
|
|
3299
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3300
|
-
}
|
|
3301
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
3302
|
-
background: #b19df7;
|
|
3303
|
-
border-color: #b19df7;
|
|
3304
|
-
color: hsl(234, 15%, 13%);
|
|
3305
|
-
}
|
|
3306
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
3307
|
-
background: #a28af5;
|
|
3308
|
-
border-color: #a28af5;
|
|
3309
|
-
color: hsl(234, 15%, 13%);
|
|
3310
|
-
}
|
|
3311
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
|
3312
|
-
outline: 0 none;
|
|
3313
|
-
outline-offset: 0;
|
|
3314
|
-
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3315
|
-
z-index: 1;
|
|
3316
|
-
}
|
|
3317
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
3318
|
-
border-radius: 0;
|
|
3319
|
-
}
|
|
3320
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3321
|
-
border-top-left-radius: 6px;
|
|
3322
|
-
border-bottom-left-radius: 6px;
|
|
3323
|
-
}
|
|
3324
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3325
|
-
border-top-right-radius: 6px;
|
|
3326
|
-
border-bottom-right-radius: 6px;
|
|
3327
|
-
}
|
|
3328
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-icon {
|
|
3329
|
-
vertical-align: unset;
|
|
3330
|
-
}
|
|
3331
|
-
.fc.fc-theme-standard .fc-highlight {
|
|
3332
|
-
color: #b19df7;
|
|
3333
|
-
background: rgba(177, 157, 247, 0.16);
|
|
3334
|
-
}
|
|
3150
|
+
|
|
3335
3151
|
.p-orderlist .p-orderlist-controls {
|
|
3336
3152
|
padding: 1.25rem;
|
|
3337
3153
|
}
|
|
@@ -3396,6 +3212,7 @@
|
|
|
3396
3212
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3397
3213
|
background: rgba(255, 255, 255, 0.03);
|
|
3398
3214
|
}
|
|
3215
|
+
|
|
3399
3216
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3400
3217
|
background: rgba(255, 255, 255, 0.03);
|
|
3401
3218
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3434,6 +3251,7 @@
|
|
|
3434
3251
|
outline-offset: 0;
|
|
3435
3252
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3436
3253
|
}
|
|
3254
|
+
|
|
3437
3255
|
.p-paginator {
|
|
3438
3256
|
background: #282936;
|
|
3439
3257
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3443,9 +3261,9 @@
|
|
|
3443
3261
|
border-radius: 6px;
|
|
3444
3262
|
}
|
|
3445
3263
|
.p-paginator .p-paginator-first,
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3264
|
+
.p-paginator .p-paginator-prev,
|
|
3265
|
+
.p-paginator .p-paginator-next,
|
|
3266
|
+
.p-paginator .p-paginator-last {
|
|
3449
3267
|
background-color: transparent;
|
|
3450
3268
|
border: 0 none;
|
|
3451
3269
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3456,9 +3274,9 @@
|
|
|
3456
3274
|
border-radius: 6px;
|
|
3457
3275
|
}
|
|
3458
3276
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3277
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3278
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3279
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3462
3280
|
background: rgba(255, 255, 255, 0.03);
|
|
3463
3281
|
border-color: transparent;
|
|
3464
3282
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3514,6 +3332,7 @@
|
|
|
3514
3332
|
border-color: transparent;
|
|
3515
3333
|
color: rgba(255, 255, 255, 0.87);
|
|
3516
3334
|
}
|
|
3335
|
+
|
|
3517
3336
|
.p-picklist .p-picklist-buttons {
|
|
3518
3337
|
padding: 1.25rem;
|
|
3519
3338
|
}
|
|
@@ -3572,6 +3391,7 @@
|
|
|
3572
3391
|
color: #b19df7;
|
|
3573
3392
|
background: rgba(177, 157, 247, 0.16);
|
|
3574
3393
|
}
|
|
3394
|
+
|
|
3575
3395
|
.p-tree {
|
|
3576
3396
|
border: 1px solid #3e4053;
|
|
3577
3397
|
background: #282936;
|
|
@@ -3627,11 +3447,11 @@
|
|
|
3627
3447
|
color: #b19df7;
|
|
3628
3448
|
}
|
|
3629
3449
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3630
|
-
|
|
3450
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3631
3451
|
color: #b19df7;
|
|
3632
3452
|
}
|
|
3633
3453
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3634
|
-
|
|
3454
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3635
3455
|
color: #b19df7;
|
|
3636
3456
|
}
|
|
3637
3457
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
@@ -3669,6 +3489,7 @@
|
|
|
3669
3489
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3670
3490
|
background: rgba(118, 82, 241, 0.16);
|
|
3671
3491
|
}
|
|
3492
|
+
|
|
3672
3493
|
.p-treetable .p-paginator-top {
|
|
3673
3494
|
border-width: 1px 0 1px 0;
|
|
3674
3495
|
border-radius: 0;
|
|
@@ -3804,7 +3625,7 @@
|
|
|
3804
3625
|
background: #b19df7;
|
|
3805
3626
|
}
|
|
3806
3627
|
.p-treetable .p-treetable-scrollable-header,
|
|
3807
|
-
|
|
3628
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3808
3629
|
background: #282936;
|
|
3809
3630
|
}
|
|
3810
3631
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3881,30 +3702,32 @@
|
|
|
3881
3702
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3882
3703
|
padding: 1.25rem 1.25rem;
|
|
3883
3704
|
}
|
|
3705
|
+
|
|
3884
3706
|
.p-timeline .p-timeline-event-marker {
|
|
3885
3707
|
border: 2px solid #b19df7;
|
|
3886
3708
|
border-radius: 50%;
|
|
3887
3709
|
width: 1rem;
|
|
3888
3710
|
height: 1rem;
|
|
3889
|
-
background-color:
|
|
3711
|
+
background-color: #1c1d26;
|
|
3890
3712
|
}
|
|
3891
3713
|
.p-timeline .p-timeline-event-connector {
|
|
3892
3714
|
background-color: #3e4053;
|
|
3893
3715
|
}
|
|
3894
3716
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3895
|
-
|
|
3717
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3896
3718
|
padding: 0 1rem;
|
|
3897
3719
|
}
|
|
3898
3720
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3899
3721
|
width: 2px;
|
|
3900
3722
|
}
|
|
3901
3723
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3902
|
-
|
|
3724
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3903
3725
|
padding: 1rem 0;
|
|
3904
3726
|
}
|
|
3905
3727
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3906
3728
|
height: 2px;
|
|
3907
3729
|
}
|
|
3730
|
+
|
|
3908
3731
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3909
3732
|
padding: 1.25rem;
|
|
3910
3733
|
border: 1px solid #3e4053;
|
|
@@ -3953,6 +3776,7 @@
|
|
|
3953
3776
|
.p-accordion .p-accordion-tab {
|
|
3954
3777
|
margin-bottom: 4px;
|
|
3955
3778
|
}
|
|
3779
|
+
|
|
3956
3780
|
.p-card {
|
|
3957
3781
|
background: #282936;
|
|
3958
3782
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3978,6 +3802,7 @@
|
|
|
3978
3802
|
.p-card .p-card-footer {
|
|
3979
3803
|
padding: 1.25rem 0 0 0;
|
|
3980
3804
|
}
|
|
3805
|
+
|
|
3981
3806
|
.p-fieldset {
|
|
3982
3807
|
border: 1px solid #3e4053;
|
|
3983
3808
|
background: #282936;
|
|
@@ -4018,6 +3843,7 @@
|
|
|
4018
3843
|
.p-fieldset .p-fieldset-content {
|
|
4019
3844
|
padding: 1.25rem;
|
|
4020
3845
|
}
|
|
3846
|
+
|
|
4021
3847
|
.p-divider .p-divider-content {
|
|
4022
3848
|
background-color: #282936;
|
|
4023
3849
|
}
|
|
@@ -4041,6 +3867,7 @@
|
|
|
4041
3867
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4042
3868
|
padding: 0.5rem 0;
|
|
4043
3869
|
}
|
|
3870
|
+
|
|
4044
3871
|
.p-panel .p-panel-header {
|
|
4045
3872
|
border: 1px solid #3e4053;
|
|
4046
3873
|
padding: 1.25rem;
|
|
@@ -4090,6 +3917,7 @@
|
|
|
4090
3917
|
color: rgba(255, 255, 255, 0.87);
|
|
4091
3918
|
border-top: 0 none;
|
|
4092
3919
|
}
|
|
3920
|
+
|
|
4093
3921
|
.p-splitter {
|
|
4094
3922
|
border: 1px solid #3e4053;
|
|
4095
3923
|
background: #282936;
|
|
@@ -4106,10 +3934,12 @@
|
|
|
4106
3934
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4107
3935
|
background: #3e4053;
|
|
4108
3936
|
}
|
|
3937
|
+
|
|
4109
3938
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4110
3939
|
background: #3e4053;
|
|
4111
3940
|
border: 0 none;
|
|
4112
3941
|
}
|
|
3942
|
+
|
|
4113
3943
|
.p-tabview .p-tabview-nav {
|
|
4114
3944
|
background: transparent;
|
|
4115
3945
|
border: 1px solid #3e4053;
|
|
@@ -4169,6 +3999,7 @@
|
|
|
4169
3999
|
border-bottom-right-radius: 6px;
|
|
4170
4000
|
border-bottom-left-radius: 6px;
|
|
4171
4001
|
}
|
|
4002
|
+
|
|
4172
4003
|
.p-toolbar {
|
|
4173
4004
|
background: #282936;
|
|
4174
4005
|
border: 1px solid #3e4053;
|
|
@@ -4179,6 +4010,7 @@
|
|
|
4179
4010
|
.p-toolbar .p-toolbar-separator {
|
|
4180
4011
|
margin: 0 0.5rem;
|
|
4181
4012
|
}
|
|
4013
|
+
|
|
4182
4014
|
.p-confirm-popup {
|
|
4183
4015
|
background: #282936;
|
|
4184
4016
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4226,6 +4058,7 @@
|
|
|
4226
4058
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4227
4059
|
margin-left: 1rem;
|
|
4228
4060
|
}
|
|
4061
|
+
|
|
4229
4062
|
.p-dialog {
|
|
4230
4063
|
border-radius: 6px;
|
|
4231
4064
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
@@ -4301,6 +4134,7 @@
|
|
|
4301
4134
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4302
4135
|
margin-left: 1rem;
|
|
4303
4136
|
}
|
|
4137
|
+
|
|
4304
4138
|
.p-overlaypanel {
|
|
4305
4139
|
background: #282936;
|
|
4306
4140
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4313,7 +4147,7 @@
|
|
|
4313
4147
|
}
|
|
4314
4148
|
.p-overlaypanel .p-overlaypanel-close {
|
|
4315
4149
|
background: #b19df7;
|
|
4316
|
-
color:
|
|
4150
|
+
color: #1c1d26;
|
|
4317
4151
|
width: 2rem;
|
|
4318
4152
|
height: 2rem;
|
|
4319
4153
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
@@ -4324,7 +4158,7 @@
|
|
|
4324
4158
|
}
|
|
4325
4159
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
4326
4160
|
background: #a28af5;
|
|
4327
|
-
color:
|
|
4161
|
+
color: #1c1d26;
|
|
4328
4162
|
}
|
|
4329
4163
|
.p-overlaypanel:after {
|
|
4330
4164
|
border: solid transparent;
|
|
@@ -4342,6 +4176,7 @@
|
|
|
4342
4176
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4343
4177
|
border-top-color: #3e4053;
|
|
4344
4178
|
}
|
|
4179
|
+
|
|
4345
4180
|
.p-sidebar {
|
|
4346
4181
|
background: #282936;
|
|
4347
4182
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4352,7 +4187,7 @@
|
|
|
4352
4187
|
padding: 1.25rem;
|
|
4353
4188
|
}
|
|
4354
4189
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4355
|
-
|
|
4190
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4356
4191
|
width: 2rem;
|
|
4357
4192
|
height: 2rem;
|
|
4358
4193
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -4362,13 +4197,13 @@
|
|
|
4362
4197
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4363
4198
|
}
|
|
4364
4199
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4365
|
-
|
|
4200
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4366
4201
|
color: rgba(255, 255, 255, 0.87);
|
|
4367
4202
|
border-color: transparent;
|
|
4368
4203
|
background: rgba(255, 255, 255, 0.03);
|
|
4369
4204
|
}
|
|
4370
4205
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4371
|
-
|
|
4206
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4372
4207
|
outline: 0 none;
|
|
4373
4208
|
outline-offset: 0;
|
|
4374
4209
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
@@ -4379,6 +4214,7 @@
|
|
|
4379
4214
|
.p-sidebar .p-sidebar-content {
|
|
4380
4215
|
padding: 1.25rem;
|
|
4381
4216
|
}
|
|
4217
|
+
|
|
4382
4218
|
.p-tooltip .p-tooltip-text {
|
|
4383
4219
|
background: #3e4053;
|
|
4384
4220
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4398,6 +4234,7 @@
|
|
|
4398
4234
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4399
4235
|
border-bottom-color: #3e4053;
|
|
4400
4236
|
}
|
|
4237
|
+
|
|
4401
4238
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4402
4239
|
background: #282936;
|
|
4403
4240
|
padding: 1.25rem;
|
|
@@ -4428,6 +4265,7 @@
|
|
|
4428
4265
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4429
4266
|
margin-top: 0;
|
|
4430
4267
|
}
|
|
4268
|
+
|
|
4431
4269
|
.p-breadcrumb {
|
|
4432
4270
|
background: #333544;
|
|
4433
4271
|
border: 1px solid #3e4053;
|
|
@@ -4459,6 +4297,7 @@
|
|
|
4459
4297
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4460
4298
|
color: rgba(255, 255, 255, 0.6);
|
|
4461
4299
|
}
|
|
4300
|
+
|
|
4462
4301
|
.p-contextmenu {
|
|
4463
4302
|
padding: 0.25rem 0;
|
|
4464
4303
|
background: #333544;
|
|
@@ -4530,6 +4369,7 @@
|
|
|
4530
4369
|
width: 0.875rem;
|
|
4531
4370
|
height: 0.875rem;
|
|
4532
4371
|
}
|
|
4372
|
+
|
|
4533
4373
|
.p-dock .p-dock-list {
|
|
4534
4374
|
background: rgba(255, 255, 255, 0.1);
|
|
4535
4375
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4544,31 +4384,32 @@
|
|
|
4544
4384
|
height: 4rem;
|
|
4545
4385
|
}
|
|
4546
4386
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4547
|
-
|
|
4548
|
-
|
|
4387
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4388
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4549
4389
|
margin: 0 0.9rem;
|
|
4550
4390
|
}
|
|
4551
4391
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4552
|
-
|
|
4553
|
-
|
|
4392
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4393
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4554
4394
|
margin: 0 1.3rem;
|
|
4555
4395
|
}
|
|
4556
4396
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4557
4397
|
margin: 0 1.5rem;
|
|
4558
4398
|
}
|
|
4559
4399
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4560
|
-
|
|
4561
|
-
|
|
4400
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4401
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4562
4402
|
margin: 0.9rem 0;
|
|
4563
4403
|
}
|
|
4564
4404
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4565
|
-
|
|
4566
|
-
|
|
4405
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4406
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4567
4407
|
margin: 1.3rem 0;
|
|
4568
4408
|
}
|
|
4569
4409
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4570
4410
|
margin: 1.5rem 0;
|
|
4571
4411
|
}
|
|
4412
|
+
|
|
4572
4413
|
@media screen and (max-width: 960px) {
|
|
4573
4414
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4574
4415
|
overflow-x: auto;
|
|
@@ -4585,22 +4426,22 @@
|
|
|
4585
4426
|
margin: auto 0;
|
|
4586
4427
|
}
|
|
4587
4428
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4429
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4430
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4431
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4432
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4433
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4434
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4435
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4436
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4437
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4438
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4439
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4440
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4441
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4442
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4443
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4444
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4604
4445
|
transform: none;
|
|
4605
4446
|
margin: 0;
|
|
4606
4447
|
}
|
|
@@ -4651,19 +4492,19 @@
|
|
|
4651
4492
|
margin-left: auto;
|
|
4652
4493
|
}
|
|
4653
4494
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4654
|
-
|
|
4495
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4655
4496
|
background: rgba(177, 157, 247, 0.16);
|
|
4656
4497
|
}
|
|
4657
4498
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4658
|
-
|
|
4499
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4659
4500
|
color: #b19df7;
|
|
4660
4501
|
}
|
|
4661
4502
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4662
|
-
|
|
4503
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4663
4504
|
color: #b19df7;
|
|
4664
4505
|
}
|
|
4665
4506
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4666
|
-
|
|
4507
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4667
4508
|
color: #b19df7;
|
|
4668
4509
|
}
|
|
4669
4510
|
.p-megamenu .p-menuitem-link {
|
|
@@ -4833,6 +4674,7 @@
|
|
|
4833
4674
|
width: 100%;
|
|
4834
4675
|
position: static;
|
|
4835
4676
|
}
|
|
4677
|
+
|
|
4836
4678
|
.p-menu {
|
|
4837
4679
|
padding: 0.25rem 0;
|
|
4838
4680
|
background: #333544;
|
|
@@ -4893,6 +4735,7 @@
|
|
|
4893
4735
|
border-top: 1px solid #3e4053;
|
|
4894
4736
|
margin: 0.25rem 0;
|
|
4895
4737
|
}
|
|
4738
|
+
|
|
4896
4739
|
.p-menubar {
|
|
4897
4740
|
padding: 0.5rem;
|
|
4898
4741
|
background: #333544;
|
|
@@ -4970,19 +4813,19 @@
|
|
|
4970
4813
|
box-shadow: inset 0 0 0 0.15rem #e0d8fc;
|
|
4971
4814
|
}
|
|
4972
4815
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4973
|
-
|
|
4816
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4974
4817
|
background: rgba(177, 157, 247, 0.16);
|
|
4975
4818
|
}
|
|
4976
4819
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4977
|
-
|
|
4820
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4978
4821
|
color: #b19df7;
|
|
4979
4822
|
}
|
|
4980
4823
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4981
|
-
|
|
4824
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4982
4825
|
color: #b19df7;
|
|
4983
4826
|
}
|
|
4984
4827
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4985
|
-
|
|
4828
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4986
4829
|
color: #b19df7;
|
|
4987
4830
|
}
|
|
4988
4831
|
.p-menubar .p-submenu-list {
|
|
@@ -5012,6 +4855,7 @@
|
|
|
5012
4855
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
5013
4856
|
color: #b19df7;
|
|
5014
4857
|
}
|
|
4858
|
+
|
|
5015
4859
|
@media screen and (max-width: 960px) {
|
|
5016
4860
|
.p-menubar {
|
|
5017
4861
|
position: relative;
|
|
@@ -5232,6 +5076,7 @@
|
|
|
5232
5076
|
.p-panelmenu .p-panelmenu-panel {
|
|
5233
5077
|
margin-bottom: 4px;
|
|
5234
5078
|
}
|
|
5079
|
+
|
|
5235
5080
|
.p-slidemenu {
|
|
5236
5081
|
padding: 0.25rem 0;
|
|
5237
5082
|
background: #333544;
|
|
@@ -5309,6 +5154,7 @@
|
|
|
5309
5154
|
padding: 0.75rem 1.25rem;
|
|
5310
5155
|
color: rgba(255, 255, 255, 0.87);
|
|
5311
5156
|
}
|
|
5157
|
+
|
|
5312
5158
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5313
5159
|
background: transparent;
|
|
5314
5160
|
transition: box-shadow 0.2s;
|
|
@@ -5353,6 +5199,7 @@
|
|
|
5353
5199
|
position: absolute;
|
|
5354
5200
|
margin-top: -1rem;
|
|
5355
5201
|
}
|
|
5202
|
+
|
|
5356
5203
|
.p-tabmenu .p-tabmenu-nav {
|
|
5357
5204
|
background: transparent;
|
|
5358
5205
|
border: 1px solid #3e4053;
|
|
@@ -5393,6 +5240,7 @@
|
|
|
5393
5240
|
border-color: #b19df7;
|
|
5394
5241
|
color: #b19df7;
|
|
5395
5242
|
}
|
|
5243
|
+
|
|
5396
5244
|
.p-tieredmenu {
|
|
5397
5245
|
padding: 0.25rem 0;
|
|
5398
5246
|
background: #333544;
|
|
@@ -5467,6 +5315,7 @@
|
|
|
5467
5315
|
width: 0.875rem;
|
|
5468
5316
|
height: 0.875rem;
|
|
5469
5317
|
}
|
|
5318
|
+
|
|
5470
5319
|
.p-inline-message {
|
|
5471
5320
|
padding: 0.75rem 0.75rem;
|
|
5472
5321
|
margin: 0;
|
|
@@ -5522,6 +5371,7 @@
|
|
|
5522
5371
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5523
5372
|
margin-right: 0;
|
|
5524
5373
|
}
|
|
5374
|
+
|
|
5525
5375
|
.p-message {
|
|
5526
5376
|
margin: 1rem 0;
|
|
5527
5377
|
border-radius: 6px;
|
|
@@ -5610,6 +5460,7 @@
|
|
|
5610
5460
|
.p-message .p-message-detail {
|
|
5611
5461
|
margin-left: 0.5rem;
|
|
5612
5462
|
}
|
|
5463
|
+
|
|
5613
5464
|
.p-toast {
|
|
5614
5465
|
opacity: 0.9;
|
|
5615
5466
|
}
|
|
@@ -5660,7 +5511,7 @@
|
|
|
5660
5511
|
color: #696cff;
|
|
5661
5512
|
}
|
|
5662
5513
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5663
|
-
|
|
5514
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5664
5515
|
color: #696cff;
|
|
5665
5516
|
}
|
|
5666
5517
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5670,7 +5521,7 @@
|
|
|
5670
5521
|
color: #1ea97c;
|
|
5671
5522
|
}
|
|
5672
5523
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5673
|
-
|
|
5524
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5674
5525
|
color: #1ea97c;
|
|
5675
5526
|
}
|
|
5676
5527
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5680,7 +5531,7 @@
|
|
|
5680
5531
|
color: #cc8925;
|
|
5681
5532
|
}
|
|
5682
5533
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5683
|
-
|
|
5534
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5684
5535
|
color: #cc8925;
|
|
5685
5536
|
}
|
|
5686
5537
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5690,9 +5541,10 @@
|
|
|
5690
5541
|
color: #ff5757;
|
|
5691
5542
|
}
|
|
5692
5543
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5693
|
-
|
|
5544
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5694
5545
|
color: #ff5757;
|
|
5695
5546
|
}
|
|
5547
|
+
|
|
5696
5548
|
.p-galleria .p-galleria-close {
|
|
5697
5549
|
margin: 0.5rem;
|
|
5698
5550
|
background: transparent;
|
|
@@ -5723,11 +5575,11 @@
|
|
|
5723
5575
|
margin: 0 0.5rem;
|
|
5724
5576
|
}
|
|
5725
5577
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5726
|
-
|
|
5578
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5727
5579
|
font-size: 2rem;
|
|
5728
5580
|
}
|
|
5729
5581
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5730
|
-
|
|
5582
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5731
5583
|
width: 2rem;
|
|
5732
5584
|
height: 2rem;
|
|
5733
5585
|
}
|
|
@@ -5781,7 +5633,7 @@
|
|
|
5781
5633
|
padding: 1rem 0.25rem;
|
|
5782
5634
|
}
|
|
5783
5635
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5784
|
-
|
|
5636
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5785
5637
|
margin: 0.5rem;
|
|
5786
5638
|
background-color: transparent;
|
|
5787
5639
|
color: #f8f9fa;
|
|
@@ -5791,7 +5643,7 @@
|
|
|
5791
5643
|
border-radius: 50%;
|
|
5792
5644
|
}
|
|
5793
5645
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5794
|
-
|
|
5646
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5795
5647
|
background: rgba(255, 255, 255, 0.1);
|
|
5796
5648
|
color: #f8f9fa;
|
|
5797
5649
|
}
|
|
@@ -5803,12 +5655,15 @@
|
|
|
5803
5655
|
outline-offset: 0;
|
|
5804
5656
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
5805
5657
|
}
|
|
5658
|
+
|
|
5806
5659
|
.p-galleria-mask {
|
|
5807
5660
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5808
5661
|
}
|
|
5662
|
+
|
|
5809
5663
|
.p-image-mask {
|
|
5810
5664
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5811
5665
|
}
|
|
5666
|
+
|
|
5812
5667
|
.p-image-preview-indicator {
|
|
5813
5668
|
background-color: transparent;
|
|
5814
5669
|
color: #f8f9fa;
|
|
@@ -5818,12 +5673,15 @@
|
|
|
5818
5673
|
width: 1.5rem;
|
|
5819
5674
|
height: 1.5rem;
|
|
5820
5675
|
}
|
|
5676
|
+
|
|
5821
5677
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5822
5678
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5823
5679
|
}
|
|
5680
|
+
|
|
5824
5681
|
.p-image-toolbar {
|
|
5825
5682
|
padding: 1rem;
|
|
5826
5683
|
}
|
|
5684
|
+
|
|
5827
5685
|
.p-image-action.p-link {
|
|
5828
5686
|
color: #f8f9fa;
|
|
5829
5687
|
background-color: transparent;
|
|
@@ -5847,6 +5705,7 @@
|
|
|
5847
5705
|
width: 1.5rem;
|
|
5848
5706
|
height: 1.5rem;
|
|
5849
5707
|
}
|
|
5708
|
+
|
|
5850
5709
|
.p-avatar {
|
|
5851
5710
|
background-color: #3e4053;
|
|
5852
5711
|
border-radius: 6px;
|
|
@@ -5867,12 +5726,15 @@
|
|
|
5867
5726
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5868
5727
|
font-size: 2rem;
|
|
5869
5728
|
}
|
|
5729
|
+
|
|
5870
5730
|
.p-avatar-circle {
|
|
5871
5731
|
border-radius: 50%;
|
|
5872
5732
|
}
|
|
5733
|
+
|
|
5873
5734
|
.p-avatar-group .p-avatar {
|
|
5874
5735
|
border: 2px solid #282936;
|
|
5875
5736
|
}
|
|
5737
|
+
|
|
5876
5738
|
.p-chip {
|
|
5877
5739
|
background-color: #3e4053;
|
|
5878
5740
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5903,6 +5765,10 @@
|
|
|
5903
5765
|
outline-offset: 0;
|
|
5904
5766
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
5905
5767
|
}
|
|
5768
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5769
|
+
outline: 0 none;
|
|
5770
|
+
}
|
|
5771
|
+
|
|
5906
5772
|
.p-scrolltop {
|
|
5907
5773
|
width: 3rem;
|
|
5908
5774
|
height: 3rem;
|
|
@@ -5924,6 +5790,7 @@
|
|
|
5924
5790
|
width: 1.5rem;
|
|
5925
5791
|
height: 1.5rem;
|
|
5926
5792
|
}
|
|
5793
|
+
|
|
5927
5794
|
.p-skeleton {
|
|
5928
5795
|
background-color: rgba(255, 255, 255, 0.06);
|
|
5929
5796
|
border-radius: 6px;
|
|
@@ -5931,9 +5798,10 @@
|
|
|
5931
5798
|
.p-skeleton:after {
|
|
5932
5799
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
|
|
5933
5800
|
}
|
|
5801
|
+
|
|
5934
5802
|
.p-tag {
|
|
5935
5803
|
background: #b19df7;
|
|
5936
|
-
color:
|
|
5804
|
+
color: #1c1d26;
|
|
5937
5805
|
font-size: 0.75rem;
|
|
5938
5806
|
font-weight: 700;
|
|
5939
5807
|
padding: 0.25rem 0.4rem;
|
|
@@ -5963,6 +5831,7 @@
|
|
|
5963
5831
|
width: 0.75rem;
|
|
5964
5832
|
height: 0.75rem;
|
|
5965
5833
|
}
|
|
5834
|
+
|
|
5966
5835
|
.p-inplace .p-inplace-display {
|
|
5967
5836
|
padding: 0.75rem 0.75rem;
|
|
5968
5837
|
border-radius: 6px;
|
|
@@ -5977,6 +5846,7 @@
|
|
|
5977
5846
|
outline-offset: 0;
|
|
5978
5847
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
5979
5848
|
}
|
|
5849
|
+
|
|
5980
5850
|
.p-progressbar {
|
|
5981
5851
|
border: 0 none;
|
|
5982
5852
|
height: 1.5rem;
|
|
@@ -5989,9 +5859,10 @@
|
|
|
5989
5859
|
background: #b19df7;
|
|
5990
5860
|
}
|
|
5991
5861
|
.p-progressbar .p-progressbar-label {
|
|
5992
|
-
color:
|
|
5862
|
+
color: #1c1d26;
|
|
5993
5863
|
line-height: 1.5rem;
|
|
5994
5864
|
}
|
|
5865
|
+
|
|
5995
5866
|
.p-terminal {
|
|
5996
5867
|
background: #282936;
|
|
5997
5868
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5999,13 +5870,14 @@
|
|
|
5999
5870
|
padding: 1.25rem;
|
|
6000
5871
|
}
|
|
6001
5872
|
.p-terminal .p-terminal-input {
|
|
6002
|
-
font-family:
|
|
6003
|
-
font-feature-settings:
|
|
6004
|
-
font-size:
|
|
5873
|
+
font-family: var(--font-family);
|
|
5874
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5875
|
+
font-size: 1rem;
|
|
6005
5876
|
}
|
|
5877
|
+
|
|
6006
5878
|
.p-badge {
|
|
6007
5879
|
background: #b19df7;
|
|
6008
|
-
color:
|
|
5880
|
+
color: #1c1d26;
|
|
6009
5881
|
font-size: 0.75rem;
|
|
6010
5882
|
font-weight: 700;
|
|
6011
5883
|
min-width: 1.5rem;
|
|
@@ -6044,9 +5916,10 @@
|
|
|
6044
5916
|
height: 3rem;
|
|
6045
5917
|
line-height: 3rem;
|
|
6046
5918
|
}
|
|
5919
|
+
|
|
6047
5920
|
.p-tag {
|
|
6048
5921
|
background: #b19df7;
|
|
6049
|
-
color:
|
|
5922
|
+
color: #1c1d26;
|
|
6050
5923
|
font-size: 0.75rem;
|
|
6051
5924
|
font-weight: 700;
|
|
6052
5925
|
padding: 0.25rem 0.4rem;
|
|
@@ -6073,12 +5946,14 @@
|
|
|
6073
5946
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6074
5947
|
background-color: #b19df7;
|
|
6075
5948
|
}
|
|
5949
|
+
|
|
6076
5950
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
6077
5951
|
background-color: #b19df7;
|
|
6078
5952
|
}
|
|
6079
5953
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
6080
5954
|
background: #b19df7;
|
|
6081
5955
|
}
|
|
5956
|
+
|
|
6082
5957
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6083
5958
|
box-shadow: inset 0 2px 0 0 #b19df7;
|
|
6084
5959
|
}
|