@wavemaker/app-runtime-wm-build 12.0.0-next.45031 → 12.0.0-next.45032
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.
- app-runtime-wm-build/package.json +1 -1
- app-runtime-wm-build/wmapp/scripts/wm-libs.js +1 -1
- app-runtime-wm-build/wmapp/scripts/wm-libs.min.js +1 -1
- app-runtime-wm-build/wmapp/styles/foundation/foundation.css +557 -336
- app-runtime-wm-build/wmapp/styles/foundation/foundation.min.css +1 -1
- app-runtime-wm-build/wmmobile/scripts/wm-libs.js +1 -1
- app-runtime-wm-build/wmmobile/scripts/wm-libs.min.js +1 -1
|
@@ -437,65 +437,28 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
437
437
|
=========*/
|
|
438
438
|
:root {
|
|
439
439
|
/*--shadows(elevations)--*/
|
|
440
|
-
--wm-elevation-shadow-1: 0px 1px 2px 0px
|
|
441
|
-
--wm-elevation-shadow-2: 0px 1px 2px 0px
|
|
442
|
-
--wm-elevation-shadow-3: 0px 4px 8px 3px
|
|
443
|
-
--wm-elevation-shadow-4: 0px 6px 10px 4px
|
|
444
|
-
--wm-elevation-shadow-5: 0px 8px 12px 6px
|
|
445
|
-
/*headings*/
|
|
446
|
-
--wm-headings-color: var(--wm-color-on-surface);
|
|
447
|
-
/*page content*/
|
|
448
|
-
--wm-page-content-padding: 0;
|
|
449
|
-
--wm-page-content-background: var(--wm-color-surface-container-lowest);
|
|
440
|
+
--wm-elevation-shadow-1: 0px 1px 2px 0px color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 30%)), 0px 1px 3px 1px ~"color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 15%))";
|
|
441
|
+
--wm-elevation-shadow-2: 0px 1px 2px 0px color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 30%)), 0px 2px 6px 2px ~"color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 15%))";
|
|
442
|
+
--wm-elevation-shadow-3: 0px 4px 8px 3px color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 15%)), 0px 1px 3px 0px ~"color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 30%))";
|
|
443
|
+
--wm-elevation-shadow-4: 0px 6px 10px 4px color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 15%)), 0px 2px 3px 0px ~"color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 30%))";
|
|
444
|
+
--wm-elevation-shadow-5: 0px 8px 12px 6px color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 15%)), 0px 4px 4px 0px ~"color-mix(in srgb, var(--wm-color-shadow), transparent calc(100% - 30%))";
|
|
450
445
|
/**--Components--**/
|
|
451
|
-
/*--
|
|
452
|
-
--wm-
|
|
453
|
-
--wm-
|
|
454
|
-
--wm-
|
|
455
|
-
--wm-
|
|
456
|
-
--wm-
|
|
457
|
-
--wm-
|
|
458
|
-
--wm-
|
|
459
|
-
--wm-
|
|
460
|
-
--wm-
|
|
461
|
-
--wm-
|
|
462
|
-
--wm-
|
|
463
|
-
--wm-
|
|
464
|
-
|
|
465
|
-
--wm-
|
|
466
|
-
--wm-
|
|
467
|
-
--wm-form-control-height: 56px;
|
|
468
|
-
--wm-form-control-padding: 16px;
|
|
469
|
-
--wm-form-control-font-size: var(--wm-body-large-font-size);
|
|
470
|
-
--wm-form-control-font-weight: var(--wm-body-large-font-weight);
|
|
471
|
-
--wm-form-control-line-height: var(--wm-body-large-line-height);
|
|
472
|
-
--wm-form-control-color-place-holder: var(--wm-color-on-surface-variant);
|
|
473
|
-
--wm-help-block-color: var(--wm-color-on-surface);
|
|
474
|
-
--wm-help-block-font-size: var(--wm-body-small-font-size);
|
|
475
|
-
--wm-help-block-font-weight: var(--wm-body-small-font-weight);
|
|
476
|
-
--wm-help-block-line-height: var(--wm-body-small-line-height);
|
|
477
|
-
--wm-checkbox-background: transparent;
|
|
478
|
-
--wm-checkbox-border-width: 2px;
|
|
479
|
-
--wm-checkbox-border-color: var(--wm-color-on-surface-variant);
|
|
480
|
-
--wm-checkbox-border-radius: var(--wm-radius-xxs);
|
|
481
|
-
--wm-checkbox-background-selected: var(--wm-color-primary);
|
|
482
|
-
--wm-checkbox-icon-color-selected: var(--wm-color-on-primary);
|
|
483
|
-
--wm-checkbox-border-color-selected: var(--wm-color-primary);
|
|
484
|
-
--wm-checkbox-state-hover: var(--wm-color-on-surface-hover);
|
|
485
|
-
--wm-checkbox-state-focus: var(--wm-color-on-surface-focus);
|
|
486
|
-
--wm-checkbox-selected-state-hover: var(--wm-color-primary-hover);
|
|
487
|
-
--wm-checkbox-selected-state-focus: var(--wm-color-primary-focus);
|
|
488
|
-
--wm-radiobutton-background: transparent;
|
|
489
|
-
--wm-radiobutton-border-width: 2px;
|
|
490
|
-
--wm-radiobutton-border-color: var(--wm-color-on-surface-variant);
|
|
491
|
-
--wm-radiobutton-border-radius: var(--wm-radius-circle);
|
|
492
|
-
--wm-radiobutton-background-selected: var(--wm-color-primary);
|
|
493
|
-
--wm-radiobutton-icon-color-selected: var(--wm-color-on-primary);
|
|
494
|
-
--wm-radiobutton-border-color-selected: var(--wm-color-primary);
|
|
495
|
-
--wm-radiobutton-state-hover: var(--wm-color-on-surface-hover);
|
|
496
|
-
--wm-radiobutton-state-focus: var(--wm-color-on-surface-focus);
|
|
497
|
-
--wm-radiobutton-selected-state-hover: var(--wm-color-primary-hover);
|
|
498
|
-
--wm-radiobutton-selected-state-focus: var(--wm-color-primary-focus);
|
|
446
|
+
/*--Anchor--*/
|
|
447
|
+
--wm-anchor-font-size: var(--wm-body-medium-font-size);
|
|
448
|
+
--wm-anchor-font-family: var(--wm-body-medium-font-family);
|
|
449
|
+
--wm-anchor-font-weight: var(--wm-body-medium-font-weight);
|
|
450
|
+
--wm-anchor-line-height: var(--wm-body-medium-line-height);
|
|
451
|
+
--wm-anchor-letter-spacing: var(--wm-body-medium-letter-spacing);
|
|
452
|
+
--wm-anchor-text-transform: none;
|
|
453
|
+
--wm-anchor-text-decoration: none;
|
|
454
|
+
--wm-anchor-color: var(--wm-color-primary);
|
|
455
|
+
--wm-anchor-color-hover: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) var(--wm-opacity-hover));
|
|
456
|
+
--wm-anchor-color-focus: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) var(--wm-opacity-focus));
|
|
457
|
+
--wm-anchor-color-active: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) var(--wm-opacity-active));
|
|
458
|
+
--wm-anchor-gap: var(--wm-space-2);
|
|
459
|
+
/*--Button Group--*/
|
|
460
|
+
--wm-button-group-horizontal-radius: var(--wm-radius-pill);
|
|
461
|
+
--wm-button-group-vertical-radius: var(--wm-radius-xs);
|
|
499
462
|
/*--button--*/
|
|
500
463
|
--wm-btn-font-size: var(--wm-label-large-font-size);
|
|
501
464
|
--wm-btn-font-family: var(--wm-label-large-font-family);
|
|
@@ -607,26 +570,121 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
607
570
|
--wm-btn-lg-min-width: auto;
|
|
608
571
|
--wm-btn-lg-height: 44px;
|
|
609
572
|
--wm-btn-lg-gap: var(--wm-space-2);
|
|
610
|
-
/*--
|
|
611
|
-
--wm-
|
|
612
|
-
--wm-
|
|
613
|
-
|
|
614
|
-
--wm-
|
|
615
|
-
--wm-
|
|
616
|
-
--wm-
|
|
617
|
-
--wm-
|
|
618
|
-
--wm-
|
|
619
|
-
--wm-
|
|
620
|
-
--wm-
|
|
621
|
-
--wm-
|
|
622
|
-
|
|
623
|
-
--wm-
|
|
624
|
-
--wm-
|
|
625
|
-
--wm-
|
|
626
|
-
|
|
627
|
-
--wm-
|
|
628
|
-
|
|
629
|
-
--wm-
|
|
573
|
+
/*--checkbox--*/
|
|
574
|
+
--wm-checkbox-background: transparent;
|
|
575
|
+
--wm-checkbox-border-width: 2px;
|
|
576
|
+
--wm-checkbox-border-color: var(--wm-color-on-surface-variant);
|
|
577
|
+
--wm-checkbox-border-radius: var(--wm-radius-xxs);
|
|
578
|
+
--wm-checkbox-background-selected: var(--wm-color-primary);
|
|
579
|
+
--wm-checkbox-icon-color-selected: var(--wm-color-on-primary);
|
|
580
|
+
--wm-checkbox-border-color-selected: var(--wm-color-primary);
|
|
581
|
+
--wm-checkbox-state-hover: var(--wm-color-on-surface-hover);
|
|
582
|
+
--wm-checkbox-state-focus: var(--wm-color-on-surface-focus);
|
|
583
|
+
--wm-checkbox-selected-state-hover: var(--wm-color-primary-hover);
|
|
584
|
+
--wm-checkbox-selected-state-focus: var(--wm-color-primary-focus);
|
|
585
|
+
/*--form field/composite--*/
|
|
586
|
+
--wm-caption-font-size: var(--wm-body-large-font-size);
|
|
587
|
+
--wm-caption-font-weight: var(--wm-body-large-font-weight);
|
|
588
|
+
--wm-caption-line-height: var(--wm-body-large-line-height);
|
|
589
|
+
--wm-caption-letter-spacing: var(--wm-body-large-letter-spacing);
|
|
590
|
+
--wm-caption-color: var(--wm-color-on-surface-variant);
|
|
591
|
+
--wm-caption-margin: 0;
|
|
592
|
+
--wm-caption-padding: 0;
|
|
593
|
+
--wm-form-control-color: var(--wm-color-on-surface);
|
|
594
|
+
--wm-form-control-background: transparent;
|
|
595
|
+
--wm-form-control-border-width: var(--wm-border-width);
|
|
596
|
+
--wm-form-control-border-color: var(--wm-color-outline);
|
|
597
|
+
--wm-form-control-border-color-hover: var(--wm-color-on-surface);
|
|
598
|
+
--wm-form-control-border-color-focus: var(--wm-color-primary);
|
|
599
|
+
--wm-form-control-border-color-error: var(--wm-color-error);
|
|
600
|
+
--wm-form-control-radius: var(--wm-radius-xs);
|
|
601
|
+
--wm-form-control-height: 56px;
|
|
602
|
+
--wm-form-control-padding: 16px;
|
|
603
|
+
--wm-form-control-font-size: var(--wm-body-large-font-size);
|
|
604
|
+
--wm-form-control-font-weight: var(--wm-body-large-font-weight);
|
|
605
|
+
--wm-form-control-line-height: var(--wm-body-large-line-height);
|
|
606
|
+
--wm-form-control-color-place-holder: var(--wm-color-on-surface-variant);
|
|
607
|
+
--wm-help-block-color: var(--wm-color-on-surface);
|
|
608
|
+
--wm-help-block-font-size: var(--wm-body-small-font-size);
|
|
609
|
+
--wm-help-block-font-weight: var(--wm-body-small-font-weight);
|
|
610
|
+
--wm-help-block-line-height: var(--wm-body-small-line-height);
|
|
611
|
+
/*--Container--*/
|
|
612
|
+
--wm-container-outlined-border-color: var(--wm-color-outline-variant);
|
|
613
|
+
--wm-container-outlined-border-width: var(--wm-border-width);
|
|
614
|
+
--wm-container-outlined-border-style: var(--wm-border-style);
|
|
615
|
+
--wm-container-elevation-border-radius: var(--wm-radius-sm);
|
|
616
|
+
--wm-container-elevation-shadow: var(--wm-elevation-shadow-1);
|
|
617
|
+
/*--file upload--*/
|
|
618
|
+
--wm-file-upload-status-padding: var(--wm-space-2);
|
|
619
|
+
--wm-file-upload-status-border-color: var(--wm-border-color);
|
|
620
|
+
--wm-file-upload-status-border-width: var(--wm-border-width);
|
|
621
|
+
--wm-file-upload-status-border-style: var(--wm-border-style);
|
|
622
|
+
--wm-file-upload-status-background: var(--wm-color-surface-container-low);
|
|
623
|
+
--wm-file-upload-status-radius: var(--wm-radius-xs);
|
|
624
|
+
--wm-file-upload-status-bottom-space: var(--wm-space-1);
|
|
625
|
+
--wm-file-upload-bottom-space: var(--wm-space-1);
|
|
626
|
+
--wm-file-upload-title-color: var(--wm-color-black);
|
|
627
|
+
--wm-file-upload-title-font-size: var(--wm-body-medium-font-size);
|
|
628
|
+
--wm-file-upload-title-font-family: var(--wm-font-family-brand);
|
|
629
|
+
--wm-file-upload-title-font-weight: var(--wm-font-weight-regular);
|
|
630
|
+
--wm-file-upload-title-line-height: var(--wm-body-medium-line-height);
|
|
631
|
+
--wm-file-upload-size-color: var(--wm-color-black);
|
|
632
|
+
--wm-file-upload-size-font-size: var(--wm-body-small-font-size);
|
|
633
|
+
--wm-file-upload-size-font-family: var(--wm-font-family-brand);
|
|
634
|
+
--wm-file-upload-size-font-weight: var(--wm-font-weight-regular);
|
|
635
|
+
--wm-file-upload-size-line-height: var(--wm-body-small-line-height);
|
|
636
|
+
--wm-file-upload-gap: var(--wm-space-3);
|
|
637
|
+
--wm-file-upload-drop-box-gap: var(--wm-space-3);
|
|
638
|
+
--wm-file-upload-drop-box-bottom-space: var(--wm-space-2);
|
|
639
|
+
--wm-file-upload-multi-file-radius: var(--wm-radius-sm);
|
|
640
|
+
--wm-file-upload-drop-box-background: var(--wm-btn-background);
|
|
641
|
+
--wm-file-upload-message-caption-color: var(--wm-color-black);
|
|
642
|
+
--wm-file-upload-message-caption-font-size: var(--wm-body-large-font-size);
|
|
643
|
+
--wm-file-upload-message-caption-font-family: var(--wm-font-family-brand);
|
|
644
|
+
--wm-file-upload-message-caption-font-weight: var(--wm-font-weight-regular);
|
|
645
|
+
--wm-file-upload-message-caption-line-height: var(--wm-body-large-line-height);
|
|
646
|
+
--wm-file-upload-message-anchor-color: var(--wm-color-black);
|
|
647
|
+
--wm-file-upload-message-anchor-font-size: var(--wm-body-medium-font-size);
|
|
648
|
+
--wm-file-upload-message-anchor-font-family: var(--wm-font-family-brand);
|
|
649
|
+
--wm-file-upload-message-anchor-font-weight: var(--wm-font-weight-regular);
|
|
650
|
+
--wm-file-upload-message-anchor-line-height: var(--wm-body-medium-line-height);
|
|
651
|
+
--wm-file-upload-media-icon-size: var(--wm-icon-size);
|
|
652
|
+
--wm-file-upload-media-icon-padding: var(--wm-space-1);
|
|
653
|
+
/*--Message--*/
|
|
654
|
+
--wm-message-container-shadow: var(--wm-elevation-shadow-3);
|
|
655
|
+
--wm-message-container-border-radius: var(--wm-radius-xs);
|
|
656
|
+
--wm-message-container-border-width: var(--wm-border-width);
|
|
657
|
+
--wm-message-container-border-style: var(--wm-border-style);
|
|
658
|
+
--wm-message-container-padding: 14px var(--wm-space-4);
|
|
659
|
+
--wm-message-container-gap: var(--wm-space-3);
|
|
660
|
+
--wm-message-font-family: var(--wm-label-large-font-family);
|
|
661
|
+
--wm-message-font-weight: var(--wm-label-large-font-weight);
|
|
662
|
+
--wm-message-font-size: var(--wm-label-large-font-size);
|
|
663
|
+
--wm-message-line-height: var(--wm-label-large-line-height);
|
|
664
|
+
--wm-message-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
665
|
+
--wm-message-container-background: var(--wm-color-primary);
|
|
666
|
+
--wm-message-container-color: var(--wm-color-on-primary);
|
|
667
|
+
--wm-message-container-border-color: var(--wm-color-primary);
|
|
668
|
+
/* Success message */
|
|
669
|
+
--wm-message-container-success-background: var(--wm-color-success);
|
|
670
|
+
--wm-message-container-success-color: var(--wm-color-on-success);
|
|
671
|
+
--wm-message-container-success-border-color: var(--wm-color-success);
|
|
672
|
+
/* info message */
|
|
673
|
+
--wm-message-container-info-background: var(--wm-color-info);
|
|
674
|
+
--wm-message-container-info-color: var(--wm-color-on-info);
|
|
675
|
+
--wm-message-container-info-border-color: var(--wm-color-info);
|
|
676
|
+
/* Warning message */
|
|
677
|
+
--wm-message-container-warning-background: var(--wm-color-warning);
|
|
678
|
+
--wm-message-container-warning-color: var(--wm-color-on-warning);
|
|
679
|
+
--wm-message-container-warning-border-color: var(--wm-color-warning);
|
|
680
|
+
/* Error message */
|
|
681
|
+
--wm-message-container-danger-background: var(--wm-color-error);
|
|
682
|
+
--wm-message-container-danger-color: var(--wm-color-on-error);
|
|
683
|
+
--wm-message-container-danger-border-color: var(--wm-color-error);
|
|
684
|
+
/* loading message */
|
|
685
|
+
--wm-message-container-loading-background: var(--wm-color-primary);
|
|
686
|
+
--wm-message-container-loading-color: var(--wm-color-on-primary);
|
|
687
|
+
--wm-message-container-loading-border-color: var(--wm-color-primary);
|
|
630
688
|
/*--Picture--*/
|
|
631
689
|
--wm-picture-radius-rounded: var(--wm-radius-xs);
|
|
632
690
|
--wm-picture-radius-circle: var(--wm-radius-circle);
|
|
@@ -672,47 +730,77 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
672
730
|
--wm-progress-circle-warning-stroke-active: var(--wm-color-warning);
|
|
673
731
|
--wm-progress-circle-danger-stroke-inactive: var(--wm-color-error-focus);
|
|
674
732
|
--wm-progress-circle-danger-stroke-active: var(--wm-color-error);
|
|
675
|
-
/*--
|
|
676
|
-
--wm-
|
|
677
|
-
--wm-
|
|
678
|
-
--wm-
|
|
679
|
-
--wm-
|
|
680
|
-
--wm-
|
|
681
|
-
|
|
682
|
-
--wm-
|
|
683
|
-
--wm-
|
|
684
|
-
--wm-
|
|
685
|
-
--wm-
|
|
686
|
-
--wm-
|
|
687
|
-
|
|
688
|
-
--wm-
|
|
689
|
-
--wm-
|
|
690
|
-
--wm-
|
|
691
|
-
--wm-
|
|
692
|
-
--wm-
|
|
693
|
-
--wm-
|
|
694
|
-
--wm-
|
|
695
|
-
--wm-
|
|
696
|
-
|
|
697
|
-
--wm-
|
|
698
|
-
--wm-
|
|
699
|
-
--wm-
|
|
700
|
-
|
|
701
|
-
--wm-
|
|
702
|
-
--wm-
|
|
703
|
-
--wm-
|
|
704
|
-
|
|
705
|
-
--wm-
|
|
706
|
-
--wm-
|
|
707
|
-
--wm-
|
|
708
|
-
|
|
709
|
-
--wm-
|
|
710
|
-
--wm-
|
|
711
|
-
--wm-
|
|
712
|
-
|
|
713
|
-
--wm-
|
|
714
|
-
--wm-
|
|
715
|
-
--wm-
|
|
733
|
+
/*--radiobutton--*/
|
|
734
|
+
--wm-radiobutton-background: transparent;
|
|
735
|
+
--wm-radiobutton-border-width: 2px;
|
|
736
|
+
--wm-radiobutton-border-color: var(--wm-color-on-surface-variant);
|
|
737
|
+
--wm-radiobutton-border-radius: var(--wm-radius-circle);
|
|
738
|
+
--wm-radiobutton-background-selected: var(--wm-color-primary);
|
|
739
|
+
--wm-radiobutton-icon-color-selected: var(--wm-color-on-primary);
|
|
740
|
+
--wm-radiobutton-border-color-selected: var(--wm-color-primary);
|
|
741
|
+
--wm-radiobutton-state-hover: var(--wm-color-on-surface-hover);
|
|
742
|
+
--wm-radiobutton-state-focus: var(--wm-color-on-surface-focus);
|
|
743
|
+
--wm-radiobutton-selected-state-hover: var(--wm-color-primary-hover);
|
|
744
|
+
--wm-radiobutton-selected-state-focus: var(--wm-color-primary-focus);
|
|
745
|
+
/*--Rating--*/
|
|
746
|
+
--wm-rating-gap: var(--wm-space-2);
|
|
747
|
+
--wm-rating-icon-gap: var(--wm-space-0);
|
|
748
|
+
--wm-rating-icon-color: var(--wm-color-on-surface);
|
|
749
|
+
--wm-rating-icon-color-active: var(--wm-color-warning);
|
|
750
|
+
--wm-rating-icon-size: var(--wm-icon-size);
|
|
751
|
+
--wm-rating-icon-opacity-inactive: 0.38;
|
|
752
|
+
--wm-rating-icon-opacity-active: 1;
|
|
753
|
+
--wm-rating-icon-opacity-readonly: 0.38;
|
|
754
|
+
/*--Toast--*/
|
|
755
|
+
--wm-toast-container-width: 344px;
|
|
756
|
+
--wm-toast-container-shadow: var(--wm-elevation-shadow-3);
|
|
757
|
+
--wm-toast-container-border-radius: var(--wm-radius-xs);
|
|
758
|
+
--wm-toast-container-border-width: var(--wm-border-width);
|
|
759
|
+
--wm-toast-container-border-style: var(--wm-border-style);
|
|
760
|
+
--wm-toast-container-padding: 14px var(--wm-space-4) 14px var(--wm-space-12);
|
|
761
|
+
--wm-toast-container-gap: var(--wm-space-1);
|
|
762
|
+
--wm-toast-font-family: var(--wm-label-large-font-family);
|
|
763
|
+
--wm-toast-font-weight: var(--wm-label-large-font-weight);
|
|
764
|
+
--wm-toast-font-size: var(--wm-label-large-font-size);
|
|
765
|
+
--wm-toast-line-height: var(--wm-label-large-line-height);
|
|
766
|
+
--wm-toast-letter-spacing: var(--wm-label-large-letter-spacing);
|
|
767
|
+
--wm-toast-container-background: var(--wm-color-info);
|
|
768
|
+
--wm-toast-container-color: var(--wm-color-on-info);
|
|
769
|
+
--wm-toast-container-border-color: var(--wm-color-info);
|
|
770
|
+
--wm-toast-icon: "\f2ff";
|
|
771
|
+
--wm-toast-position-top: var(--wm-space-3);
|
|
772
|
+
--wm-toast-position-left: var(--wm-space-3);
|
|
773
|
+
--wm-toast-position-right: var(--wm-space-3);
|
|
774
|
+
--wm-toast-position-bottom: var(--wm-space-3);
|
|
775
|
+
/* Success toast */
|
|
776
|
+
--wm-toast-container-success-background: var(--wm-color-success);
|
|
777
|
+
--wm-toast-container-success-color: var(--wm-color-on-success);
|
|
778
|
+
--wm-toast-container-success-border-color: var(--wm-color-success);
|
|
779
|
+
--wm-toast-success-icon: "\f1cf";
|
|
780
|
+
/* info toast */
|
|
781
|
+
--wm-toast-container-info-background: var(--wm-color-info);
|
|
782
|
+
--wm-toast-container-info-color: var(--wm-color-on-info);
|
|
783
|
+
--wm-toast-container-info-border-color: var(--wm-color-info);
|
|
784
|
+
--wm-toast-info-icon: "\f2ff";
|
|
785
|
+
/* Warning toast */
|
|
786
|
+
--wm-toast-container-warning-background: var(--wm-color-warning);
|
|
787
|
+
--wm-toast-container-warning-color: var(--wm-color-on-warning);
|
|
788
|
+
--wm-toast-container-warning-border-color: var(--wm-color-warning);
|
|
789
|
+
--wm-toast-warning-icon: "\f24c";
|
|
790
|
+
/* Error toast */
|
|
791
|
+
--wm-toast-container-error-background: var(--wm-color-error);
|
|
792
|
+
--wm-toast-container-error-color: var(--wm-color-on-error);
|
|
793
|
+
--wm-toast-container-error-border-color: var(--wm-color-error);
|
|
794
|
+
--wm-toast-error-icon: "\f24d";
|
|
795
|
+
/*headings*/
|
|
796
|
+
--wm-headings-color: var(--wm-color-on-surface);
|
|
797
|
+
/*page content*/
|
|
798
|
+
--wm-page-content-padding: 0;
|
|
799
|
+
--wm-page-content-background: var(--wm-color-surface-container-lowest);
|
|
800
|
+
/*--Icon--*/
|
|
801
|
+
--wm-icon-gap: var(--wm-space-1);
|
|
802
|
+
/*--Grid Layout--*/
|
|
803
|
+
--wm-grid-layout-column-padding: var(--wm-space-2);
|
|
716
804
|
/**--Page Layout--**/
|
|
717
805
|
/*--app header--*/
|
|
718
806
|
--wm-header-bg-color: var(--wm-color-secondary);
|
|
@@ -819,8 +907,10 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
819
907
|
/* Track */
|
|
820
908
|
/* Handle */
|
|
821
909
|
/* Handle on hover */
|
|
910
|
+
/* .app-fileupload .file-upload */
|
|
822
911
|
/**--Layout--**/
|
|
823
912
|
/** Layout styles */
|
|
913
|
+
/* toast styles */
|
|
824
914
|
/*--bootstrap 5 utilities start--*/
|
|
825
915
|
/* rtl:begin:remove */
|
|
826
916
|
/*--bootstrap 5 utilities end--*/
|
|
@@ -4488,7 +4578,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
4488
4578
|
.wm-app .fa-star:before {
|
|
4489
4579
|
content: "\f005";
|
|
4490
4580
|
}
|
|
4491
|
-
.wm-app .app-ratings .rating-style > label:before,
|
|
4492
4581
|
.wm-app .fa-star-o:before {
|
|
4493
4582
|
content: "\f006";
|
|
4494
4583
|
}
|
|
@@ -11825,31 +11914,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11825
11914
|
.wm-app .app-required-input {
|
|
11826
11915
|
color: red;
|
|
11827
11916
|
}
|
|
11828
|
-
.wm-app .app-colorpicker.input-group {
|
|
11829
|
-
width: 10em;
|
|
11830
|
-
position: relative;
|
|
11831
|
-
}
|
|
11832
|
-
.wm-app .app-colorpicker.input-group .input-group-addon {
|
|
11833
|
-
width: 30px;
|
|
11834
|
-
position: absolute;
|
|
11835
|
-
right: 0;
|
|
11836
|
-
height: 100%;
|
|
11837
|
-
z-index: 3;
|
|
11838
|
-
pointer-events: none;
|
|
11839
|
-
padding: 0;
|
|
11840
|
-
}
|
|
11841
|
-
.wm-app .app-colorpicker.input-group .input-group-addon .colored-box {
|
|
11842
|
-
width: 100%;
|
|
11843
|
-
height: 100%;
|
|
11844
|
-
display: inline-block;
|
|
11845
|
-
background-color: #fff;
|
|
11846
|
-
}
|
|
11847
|
-
.wm-app .app-colorpicker.input-group .dropdown {
|
|
11848
|
-
position: absolute;
|
|
11849
|
-
}
|
|
11850
|
-
.wm-app .app-colorpicker.input-group .dropdown .dropdown-menu {
|
|
11851
|
-
min-width: 129px;
|
|
11852
|
-
}
|
|
11853
11917
|
.wm-app .app-grid .table,
|
|
11854
11918
|
.wm-app .app-view,
|
|
11855
11919
|
.wm-app .uib-day button,
|
|
@@ -11967,114 +12031,13 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
11967
12031
|
bottom: 0;
|
|
11968
12032
|
position: fixed !important;
|
|
11969
12033
|
}
|
|
11970
|
-
.wm-app .app-
|
|
11971
|
-
|
|
12034
|
+
.wm-app .app-list,
|
|
12035
|
+
.wm-app .app-livelist {
|
|
11972
12036
|
position: relative;
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
|
|
11976
|
-
|
|
11977
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-multi-file-upload .form-horizontal .file-input,
|
|
11978
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-single-file-upload .caption,
|
|
11979
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-single-file-upload .drop-box,
|
|
11980
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-single-file-upload .form-horizontal .file-input {
|
|
11981
|
-
cursor: not-allowed;
|
|
11982
|
-
}
|
|
11983
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-multi-file-upload .app-button-wrapper .app-button,
|
|
11984
|
-
.wm-app .app-fileupload[disabled="disabled"] .app-single-file-upload .app-button-wrapper .app-button {
|
|
11985
|
-
opacity: 0.65;
|
|
11986
|
-
}
|
|
11987
|
-
.wm-app .app-fileupload .app-multi-file-upload,
|
|
11988
|
-
.wm-app .app-fileupload .app-single-file-upload {
|
|
11989
|
-
position: relative;
|
|
11990
|
-
min-height: 3em;
|
|
11991
|
-
height: auto;
|
|
11992
|
-
}
|
|
11993
|
-
.wm-app .app-fileupload .app-multi-file-upload .app-button-wrapper,
|
|
11994
|
-
.wm-app .app-fileupload .app-single-file-upload .app-button-wrapper {
|
|
11995
|
-
position: relative;
|
|
11996
|
-
display: inline-block;
|
|
11997
|
-
margin-right: 4px;
|
|
11998
|
-
}
|
|
11999
|
-
.wm-app .app-fileupload .file-upload {
|
|
12000
|
-
width: 100%;
|
|
12001
|
-
overflow-y: auto;
|
|
12002
|
-
}
|
|
12003
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-icon {
|
|
12004
|
-
font-size: 1.5em;
|
|
12005
|
-
}
|
|
12006
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-upload-stop {
|
|
12007
|
-
margin-top: 30px;
|
|
12008
|
-
}
|
|
12009
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .media-right a i,
|
|
12010
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .media-right span {
|
|
12011
|
-
font-size: 1.5em;
|
|
12012
|
-
text-decoration: none;
|
|
12013
|
-
}
|
|
12014
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-details .file-detail .uploaddetails {
|
|
12015
|
-
margin: 0;
|
|
12016
|
-
}
|
|
12017
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-details .file-detail .uploaddetails .filesize,
|
|
12018
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-details .file-detail .uploaddetails .upload-title {
|
|
12019
|
-
vertical-align: middle;
|
|
12020
|
-
margin: 0 5pt;
|
|
12021
|
-
}
|
|
12022
|
-
.wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .file-details .file-detail .uploaddetails .upload-title {
|
|
12023
|
-
height: 1.3em;
|
|
12024
|
-
text-overflow: ellipsis;
|
|
12025
|
-
overflow: hidden;
|
|
12026
|
-
}
|
|
12027
|
-
.wm-app .app-fileupload .form-horizontal {
|
|
12028
|
-
position: relative;
|
|
12029
|
-
}
|
|
12030
|
-
.wm-app .app-fileupload .form-horizontal .file-input {
|
|
12031
|
-
position: absolute;
|
|
12032
|
-
opacity: 0;
|
|
12033
|
-
z-index: 2;
|
|
12034
|
-
cursor: pointer;
|
|
12035
|
-
width: 100%;
|
|
12036
|
-
height: 100%;
|
|
12037
|
-
}
|
|
12038
|
-
.wm-app .app-fileupload .app-multi-file-upload {
|
|
12039
|
-
width: 100%;
|
|
12040
|
-
height: 100%;
|
|
12041
|
-
}
|
|
12042
|
-
.wm-app .app-fileupload .app-multi-file-upload .status {
|
|
12043
|
-
border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
|
|
12044
|
-
}
|
|
12045
|
-
.wm-app .app-fileupload .app-multi-file-upload .icon {
|
|
12046
|
-
font-size: 2em;
|
|
12047
|
-
}
|
|
12048
|
-
.wm-app .app-fileupload .app-multi-file-upload .drop-box {
|
|
12049
|
-
border: 1px dashed rgba(0, 0, 0, 0.05);
|
|
12050
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
12051
|
-
vertical-align: middle;
|
|
12052
|
-
text-align: center;
|
|
12053
|
-
cursor: pointer;
|
|
12054
|
-
}
|
|
12055
|
-
.wm-app .app-fileupload .app-multi-file-upload .drop-box.file-dragover {
|
|
12056
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
12057
|
-
color: #fff;
|
|
12058
|
-
}
|
|
12059
|
-
.wm-app .app-fileupload .app-multi-file-upload .app-anchor,
|
|
12060
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-anchor,
|
|
12061
|
-
.wm-app .app-list .app-list-item.active.list-group-item .app-label,
|
|
12062
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-anchor,
|
|
12063
|
-
.wm-app .app-livelist .app-list-item.active.list-group-item .app-label {
|
|
12064
|
-
color: inherit;
|
|
12065
|
-
}
|
|
12066
|
-
.wm-app .app-fileupload .btn-default.highlight-drop-box,
|
|
12067
|
-
.wm-app .app-fileupload .drop-box.highlight-drop-box {
|
|
12068
|
-
background-color: #eaf0f8;
|
|
12069
|
-
border: 2px dashed #0c81b8;
|
|
12070
|
-
}
|
|
12071
|
-
.wm-app .app-list,
|
|
12072
|
-
.wm-app .app-livelist {
|
|
12073
|
-
position: relative;
|
|
12074
|
-
list-style: none;
|
|
12075
|
-
margin: 0;
|
|
12076
|
-
padding: 0;
|
|
12077
|
-
min-height: 2em;
|
|
12037
|
+
list-style: none;
|
|
12038
|
+
margin: 0;
|
|
12039
|
+
padding: 0;
|
|
12040
|
+
min-height: 2em;
|
|
12078
12041
|
}
|
|
12079
12042
|
.wm-app .app-list.inline .app-list-item,
|
|
12080
12043
|
.wm-app .app-livelist.inline .app-list-item {
|
|
@@ -13552,79 +13515,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
13552
13515
|
margin-top: 10px;
|
|
13553
13516
|
display: inline-block;
|
|
13554
13517
|
}
|
|
13555
|
-
.wm-app .app-ratings {
|
|
13556
|
-
display: inline-block;
|
|
13557
|
-
vertical-align: middle;
|
|
13558
|
-
position: relative;
|
|
13559
|
-
font-size: 1em;
|
|
13560
|
-
}
|
|
13561
|
-
.wm-app .app-ratings .ratings-wrapper > * {
|
|
13562
|
-
vertical-align: middle;
|
|
13563
|
-
}
|
|
13564
|
-
.wm-app .app-ratings .active {
|
|
13565
|
-
color: #f7dc6f;
|
|
13566
|
-
}
|
|
13567
|
-
.wm-app .app-ratings .disabled {
|
|
13568
|
-
color: #d3d3d3;
|
|
13569
|
-
}
|
|
13570
|
-
.wm-app .app-ratings .ratings-wrapper > label.caption {
|
|
13571
|
-
margin: auto 0.25em;
|
|
13572
|
-
font-size: 120%;
|
|
13573
|
-
}
|
|
13574
|
-
.wm-app .app-ratings .rating-style {
|
|
13575
|
-
display: inline-block;
|
|
13576
|
-
}
|
|
13577
|
-
.wm-app .app-ratings .rating-style .rating-label-hover:hover,
|
|
13578
|
-
.wm-app .app-ratings .rating-style .rating-label-hover:hover ~ label {
|
|
13579
|
-
color: #dbc631;
|
|
13580
|
-
}
|
|
13581
|
-
.wm-app .app-ratings .rating-style > label {
|
|
13582
|
-
position: relative;
|
|
13583
|
-
float: right;
|
|
13584
|
-
margin: 0;
|
|
13585
|
-
}
|
|
13586
|
-
.wm-app .app-ratings .rating-style > label:before {
|
|
13587
|
-
margin: 1px;
|
|
13588
|
-
font-family: FontAwesome;
|
|
13589
|
-
}
|
|
13590
|
-
.wm-app .app-ratings .rating-style > label.active:before {
|
|
13591
|
-
content: "\f005";
|
|
13592
|
-
}
|
|
13593
|
-
.wm-app .app-ratings .ratings-container .ratings:before,
|
|
13594
|
-
.wm-app .app-ratings .ratings-container:before {
|
|
13595
|
-
content: "\f005\f005\f005\f005\f005\f005\f005\f005\f005\f005";
|
|
13596
|
-
font-family: FontAwesome;
|
|
13597
|
-
top: 0;
|
|
13598
|
-
left: 0;
|
|
13599
|
-
white-space: nowrap;
|
|
13600
|
-
overflow: hidden;
|
|
13601
|
-
}
|
|
13602
|
-
.wm-app .app-ratings .rating-style > label > input {
|
|
13603
|
-
display: none;
|
|
13604
|
-
}
|
|
13605
|
-
.wm-app .app-ratings .ratings-container {
|
|
13606
|
-
display: inline-block;
|
|
13607
|
-
text-align: left;
|
|
13608
|
-
position: relative;
|
|
13609
|
-
}
|
|
13610
|
-
.wm-app .app-ratings .ratings-container > * {
|
|
13611
|
-
vertical-align: middle;
|
|
13612
|
-
}
|
|
13613
|
-
.wm-app .app-ratings .ratings-container:before {
|
|
13614
|
-
position: absolute;
|
|
13615
|
-
width: inherit;
|
|
13616
|
-
}
|
|
13617
|
-
.wm-app .app-ratings .ratings-container .ratings {
|
|
13618
|
-
font-size: inherit;
|
|
13619
|
-
left: 0;
|
|
13620
|
-
width: 100%;
|
|
13621
|
-
overflow: hidden;
|
|
13622
|
-
display: inline-block;
|
|
13623
|
-
}
|
|
13624
|
-
.wm-app .app-ratings .ratings-container .ratings:before {
|
|
13625
|
-
position: absolute;
|
|
13626
|
-
width: inherit;
|
|
13627
|
-
}
|
|
13628
13518
|
.wm-app .app-accordion-panel .panel-heading .panel-actions .panel-action i,
|
|
13629
13519
|
.wm-app .app-card .panel-heading .panel-actions .panel-action i,
|
|
13630
13520
|
.wm-app .app-panel .panel-heading .panel-actions .panel-action i {
|
|
@@ -17955,13 +17845,11 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
17955
17845
|
--wm-btn-state-layer-color: var(--wm-btn-danger-outlined-state-layer-color);
|
|
17956
17846
|
}
|
|
17957
17847
|
.wm-app .btn-text {
|
|
17848
|
+
--wm-btn-color: var(--wm-btn-background);
|
|
17958
17849
|
background: none !important;
|
|
17959
17850
|
border: none !important;
|
|
17960
17851
|
--wm-btn-state-layer-color: var(--wm-btn-background);
|
|
17961
17852
|
}
|
|
17962
|
-
.wm-app .btn-text .btn-caption {
|
|
17963
|
-
color: var(--wm-btn-background);
|
|
17964
|
-
}
|
|
17965
17853
|
.wm-app .btn-elevated {
|
|
17966
17854
|
box-shadow: var(--wm-btn-elevated);
|
|
17967
17855
|
}
|
|
@@ -18153,18 +18041,37 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18153
18041
|
.wm-app .app-checkboxset.list-group.inline > li + li {
|
|
18154
18042
|
margin: 0;
|
|
18155
18043
|
}
|
|
18156
|
-
.wm-app .app-
|
|
18044
|
+
.wm-app .app-colorpicker.input-group {
|
|
18045
|
+
width: 100%;
|
|
18157
18046
|
position: relative;
|
|
18158
18047
|
}
|
|
18159
|
-
.wm-app .app-
|
|
18160
|
-
|
|
18048
|
+
.wm-app .app-colorpicker.input-group .input-group-addon.colorpicker-container {
|
|
18049
|
+
display: inline-flex;
|
|
18050
|
+
align-items: center;
|
|
18051
|
+
justify-content: center;
|
|
18052
|
+
width: 48px;
|
|
18053
|
+
height: 48px;
|
|
18054
|
+
position: absolute;
|
|
18055
|
+
top: 50%;
|
|
18056
|
+
right: 1px;
|
|
18057
|
+
transform: translateY(-50%);
|
|
18058
|
+
pointer-events: none;
|
|
18161
18059
|
}
|
|
18162
|
-
.wm-app .app-
|
|
18163
|
-
|
|
18164
|
-
|
|
18060
|
+
.wm-app .app-colorpicker.input-group .input-group-addon.colorpicker-container .colored-box {
|
|
18061
|
+
font-size: var(--wm-icon-size);
|
|
18062
|
+
height: 50%;
|
|
18063
|
+
width: 50%;
|
|
18064
|
+
display: inline-flex;
|
|
18065
|
+
align-items: center;
|
|
18066
|
+
justify-content: center;
|
|
18067
|
+
border-radius: var(--wm-form-control-radius);
|
|
18068
|
+
overflow: hidden;
|
|
18165
18069
|
}
|
|
18166
|
-
.wm-app .app-
|
|
18070
|
+
.wm-app .app-colorpicker.input-group .input-group-addon.colorpicker-container .colored-box:before {
|
|
18071
|
+
content: "\f1ef";
|
|
18072
|
+
font-family: wavicon;
|
|
18167
18073
|
position: relative;
|
|
18074
|
+
z-index: -1;
|
|
18168
18075
|
}
|
|
18169
18076
|
.wm-app .app-composite-widget {
|
|
18170
18077
|
position: relative;
|
|
@@ -18306,6 +18213,124 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
18306
18213
|
font-weight: var(--wm-help-block-font-weight);
|
|
18307
18214
|
line-height: var(--wm-help-block-line-height);
|
|
18308
18215
|
}
|
|
18216
|
+
.wm-app .app-container {
|
|
18217
|
+
position: relative;
|
|
18218
|
+
}
|
|
18219
|
+
.wm-app .app-outlined-container {
|
|
18220
|
+
border: var(--wm-container-outlined-border-width) var(--wm-container-outlined-border-style) var(--wm-container-outlined-border-color);
|
|
18221
|
+
}
|
|
18222
|
+
.wm-app .app-elevation-container {
|
|
18223
|
+
border-radius: var(--wm-container-elevation-border-radius);
|
|
18224
|
+
box-shadow: var(--wm-container-elevation-shadow);
|
|
18225
|
+
}
|
|
18226
|
+
.wm-app .app-currency {
|
|
18227
|
+
position: relative;
|
|
18228
|
+
}
|
|
18229
|
+
.wm-app .wm-app .app-fileupload {
|
|
18230
|
+
position: relative;
|
|
18231
|
+
overflow: hidden;
|
|
18232
|
+
}
|
|
18233
|
+
.wm-app .app-fileupload .file-upload {
|
|
18234
|
+
width: 100%;
|
|
18235
|
+
overflow-y: auto;
|
|
18236
|
+
}
|
|
18237
|
+
.wm-app .app-fileupload .app-single-file-upload {
|
|
18238
|
+
position: relative;
|
|
18239
|
+
display: inline-flex;
|
|
18240
|
+
height: auto;
|
|
18241
|
+
min-height: 3em;
|
|
18242
|
+
margin-bottom: var(--wm-file-upload-bottom-space);
|
|
18243
|
+
}
|
|
18244
|
+
.wm-app .app-fileupload .app-single-file-upload .app-button-wrapper {
|
|
18245
|
+
position: relative;
|
|
18246
|
+
display: inline-flex;
|
|
18247
|
+
}
|
|
18248
|
+
.wm-app .app-fileupload .app-single-file-upload .app-button-wrapper .form-horizontal,
|
|
18249
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box .form-horizontal {
|
|
18250
|
+
position: relative;
|
|
18251
|
+
}
|
|
18252
|
+
.wm-app .app-fileupload .app-single-file-upload .app-button-wrapper .form-horizontal input,
|
|
18253
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box .form-horizontal input {
|
|
18254
|
+
position: absolute;
|
|
18255
|
+
z-index: 2;
|
|
18256
|
+
width: 100%;
|
|
18257
|
+
height: 100%;
|
|
18258
|
+
cursor: pointer;
|
|
18259
|
+
opacity: 0;
|
|
18260
|
+
}
|
|
18261
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status {
|
|
18262
|
+
padding: var(--wm-file-upload-status-padding);
|
|
18263
|
+
background: var(--wm-file-upload-status-background);
|
|
18264
|
+
border: var(--wm-file-upload-status-border-width) var(--wm-file-upload-status-border-style) var(--wm-file-upload-status-border-color);
|
|
18265
|
+
border-radius: var(--wm-file-upload-status-radius);
|
|
18266
|
+
margin-bottom: var(--wm-file-upload-status-bottom-space);
|
|
18267
|
+
}
|
|
18268
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status .upload-file-list {
|
|
18269
|
+
display: flex;
|
|
18270
|
+
align-items: center;
|
|
18271
|
+
gap: var(--wm-file-upload-gap);
|
|
18272
|
+
}
|
|
18273
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status .upload-file-list .file-details {
|
|
18274
|
+
flex-grow: 1;
|
|
18275
|
+
}
|
|
18276
|
+
.wm-app .wm-app .app-fileupload .app-multi-file-upload {
|
|
18277
|
+
width: 100%;
|
|
18278
|
+
height: 100%;
|
|
18279
|
+
margin-bottom: var(--wm-file-upload-drop-box-bottom-space);
|
|
18280
|
+
}
|
|
18281
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box {
|
|
18282
|
+
border: var(--wm-file-upload-status-border-width) dashed var(--wm-file-upload-status-border-color);
|
|
18283
|
+
background-color: var(--wm-file-upload-drop-box-background);
|
|
18284
|
+
cursor: pointer;
|
|
18285
|
+
height: 100px;
|
|
18286
|
+
display: flex;
|
|
18287
|
+
flex-direction: column;
|
|
18288
|
+
justify-content: center;
|
|
18289
|
+
align-items: center;
|
|
18290
|
+
gap: var(--wm-file-upload-drop-box-gap);
|
|
18291
|
+
border-radius: var(--wm-file-upload-multi-file-radius);
|
|
18292
|
+
}
|
|
18293
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box .message {
|
|
18294
|
+
text-align: center;
|
|
18295
|
+
cursor: pointer;
|
|
18296
|
+
}
|
|
18297
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box .message .caption {
|
|
18298
|
+
color: var(--wm-file-upload-message-caption-color);
|
|
18299
|
+
font-size: var(--wm-file-upload-message-caption-font-size);
|
|
18300
|
+
font-weight: var(--wm-file-upload-message-caption-font-weight);
|
|
18301
|
+
line-height: var(--wm-file-upload-message-caption-line-height);
|
|
18302
|
+
}
|
|
18303
|
+
.wm-app .app-fileupload .app-multi-file-upload .drop-box .message .app-anchor {
|
|
18304
|
+
color: var(--wm-file-upload-message-anchor-color);
|
|
18305
|
+
font-size: var(--wm-file-upload-message-anchor-font-size);
|
|
18306
|
+
font-weight: var(--wm-file-upload-message-anchor-font-weight);
|
|
18307
|
+
line-height: var(--wm-file-upload-message-anchor-line-height);
|
|
18308
|
+
}
|
|
18309
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status .upload-file-list .file-details .uploaddetails {
|
|
18310
|
+
word-wrap: break-word;
|
|
18311
|
+
display: block;
|
|
18312
|
+
}
|
|
18313
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status .upload-file-list .file-details .uploaddetails .upload-title {
|
|
18314
|
+
width: auto;
|
|
18315
|
+
color: var(--wm-file-upload-title-color);
|
|
18316
|
+
font-size: var(--wm-file-upload-title-font-size);
|
|
18317
|
+
font-weight: var(--wm-file-upload-title-font-weight);
|
|
18318
|
+
line-height: var(--wm-file-upload-title-line-height);
|
|
18319
|
+
}
|
|
18320
|
+
.wm-app .wm-app .app-fileupload > .file-upload .file-upload-status .upload-file-list .file-details .uploaddetails .filesize {
|
|
18321
|
+
color: var(--wm-file-upload-size-color);
|
|
18322
|
+
font-size: var(--wm-file-upload-size-font-size);
|
|
18323
|
+
font-weight: var(--wm-file-upload-size-font-weight);
|
|
18324
|
+
line-height: var(--wm-file-upload-size-line-height);
|
|
18325
|
+
}
|
|
18326
|
+
.wm-app .wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .media-right span.status-icon,
|
|
18327
|
+
.wm-app .wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .media-right a.btn > i {
|
|
18328
|
+
font-size: var(--wm-file-upload-media-icon-size);
|
|
18329
|
+
}
|
|
18330
|
+
.wm-app .wm-app .app-fileupload .file-upload .file-upload-status .upload-file-list .media-right a.btn {
|
|
18331
|
+
min-height: unset;
|
|
18332
|
+
padding: var(--wm-file-upload-media-icon-padding);
|
|
18333
|
+
}
|
|
18309
18334
|
.wm-app .app-grid-layout {
|
|
18310
18335
|
display: flex;
|
|
18311
18336
|
flex-direction: column;
|
|
@@ -20229,9 +20254,204 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
20229
20254
|
.wm-app .app-radioset {
|
|
20230
20255
|
position: relative;
|
|
20231
20256
|
}
|
|
20257
|
+
.wm-app .app-ratings {
|
|
20258
|
+
display: inline-flex;
|
|
20259
|
+
position: relative;
|
|
20260
|
+
}
|
|
20261
|
+
.wm-app .app-ratings .ratings-wrapper {
|
|
20262
|
+
position: relative;
|
|
20263
|
+
display: flex;
|
|
20264
|
+
align-items: center;
|
|
20265
|
+
gap: var(--wm-rating-gap);
|
|
20266
|
+
}
|
|
20267
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style {
|
|
20268
|
+
position: relative;
|
|
20269
|
+
display: inline-flex;
|
|
20270
|
+
flex-direction: row-reverse;
|
|
20271
|
+
gap: var(--wm-rating-icon-gap);
|
|
20272
|
+
}
|
|
20273
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style input {
|
|
20274
|
+
display: none;
|
|
20275
|
+
}
|
|
20276
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label {
|
|
20277
|
+
display: inline-flex;
|
|
20278
|
+
align-items: center;
|
|
20279
|
+
justify-content: center;
|
|
20280
|
+
color: var(--wm-rating-icon-color);
|
|
20281
|
+
font-size: var(--wm-rating-icon-size);
|
|
20282
|
+
width: var(--wm-rating-icon-size);
|
|
20283
|
+
height: var(--wm-rating-icon-size);
|
|
20284
|
+
opacity: var(--wm-rating-icon-opacity-inactive);
|
|
20285
|
+
transition: all 0.05s ease-in-out;
|
|
20286
|
+
cursor: pointer;
|
|
20287
|
+
}
|
|
20288
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:before {
|
|
20289
|
+
content: "\f4c1";
|
|
20290
|
+
font-family: wavicon;
|
|
20291
|
+
display: inline-flex;
|
|
20292
|
+
align-items: center;
|
|
20293
|
+
justify-content: center;
|
|
20294
|
+
font-size: inherit;
|
|
20295
|
+
height: 100%;
|
|
20296
|
+
width: 100%;
|
|
20297
|
+
}
|
|
20298
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:hover,
|
|
20299
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:hover ~ label,
|
|
20300
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label.active {
|
|
20301
|
+
opacity: var(--wm-rating-icon-opacity-active);
|
|
20302
|
+
color: var(--wm-rating-icon-color-active);
|
|
20303
|
+
}
|
|
20304
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:hover:before,
|
|
20305
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:hover ~ label:before,
|
|
20306
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label.active:before {
|
|
20307
|
+
content: "\f4c3";
|
|
20308
|
+
}
|
|
20309
|
+
.wm-app .app-ratings .ratings-wrapper .rating-style label:hover {
|
|
20310
|
+
transform: scale(1.2);
|
|
20311
|
+
}
|
|
20312
|
+
.wm-app .app-ratings .ratings-container {
|
|
20313
|
+
font-size: var(--wm-rating-icon-size);
|
|
20314
|
+
overflow: hidden;
|
|
20315
|
+
}
|
|
20316
|
+
.wm-app .app-ratings .ratings-container:before {
|
|
20317
|
+
content: "\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1\f4c1";
|
|
20318
|
+
font-family: wavicon;
|
|
20319
|
+
top: 0;
|
|
20320
|
+
left: 0;
|
|
20321
|
+
white-space: nowrap;
|
|
20322
|
+
overflow: hidden;
|
|
20323
|
+
opacity: var(--wm-rating-icon-opacity-inactive);
|
|
20324
|
+
}
|
|
20325
|
+
.wm-app .app-ratings .ratings-container .ratings.active {
|
|
20326
|
+
color: var(--wm-rating-icon-color-active);
|
|
20327
|
+
position: absolute;
|
|
20328
|
+
top: 0;
|
|
20329
|
+
overflow: hidden;
|
|
20330
|
+
}
|
|
20331
|
+
.wm-app .app-ratings .ratings-container .ratings.active:before {
|
|
20332
|
+
content: "\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3\f4c3";
|
|
20333
|
+
font-family: wavicon;
|
|
20334
|
+
top: 0;
|
|
20335
|
+
left: 0;
|
|
20336
|
+
white-space: nowrap;
|
|
20337
|
+
overflow: hidden;
|
|
20338
|
+
opacity: var(--wm-rating-icon-opacity-active);
|
|
20339
|
+
}
|
|
20340
|
+
.wm-app .app-ratings[readonly="true"] {
|
|
20341
|
+
opacity: var(--wm-rating-icon-opacity-readonly);
|
|
20342
|
+
}
|
|
20232
20343
|
.wm-app .app-textarea {
|
|
20233
20344
|
position: relative;
|
|
20234
20345
|
}
|
|
20346
|
+
.wm-app .toast-container {
|
|
20347
|
+
position: fixed;
|
|
20348
|
+
z-index: 999999;
|
|
20349
|
+
pointer-events: auto;
|
|
20350
|
+
max-height: 80%;
|
|
20351
|
+
overflow: unset;
|
|
20352
|
+
}
|
|
20353
|
+
.wm-app .toast-container .toast {
|
|
20354
|
+
position: relative;
|
|
20355
|
+
display: flex;
|
|
20356
|
+
flex-direction: column;
|
|
20357
|
+
gap: var(--wm-toast-container-gap);
|
|
20358
|
+
flex-shrink: 0;
|
|
20359
|
+
width: var(--wm-toast-container-width);
|
|
20360
|
+
margin: auto;
|
|
20361
|
+
padding: var(--wm-toast-container-padding);
|
|
20362
|
+
border: var(--wm-toast-container-border-width) var(--wm-toast-container-border-style) var(--wm-toast-container-border-color);
|
|
20363
|
+
border-radius: var(--wm-toast-container-border-radius);
|
|
20364
|
+
background: var(--wm-toast-container-background);
|
|
20365
|
+
color: var(--wm-toast-container-color);
|
|
20366
|
+
box-shadow: var(--wm-toast-container-shadow);
|
|
20367
|
+
cursor: pointer;
|
|
20368
|
+
}
|
|
20369
|
+
.wm-app .toast-container .toast:before {
|
|
20370
|
+
position: absolute;
|
|
20371
|
+
content: var(--wm-toast-icon);
|
|
20372
|
+
font-family: wavicon;
|
|
20373
|
+
top: 14px;
|
|
20374
|
+
left: 12px;
|
|
20375
|
+
font-size: var(--wm-icon-size-md);
|
|
20376
|
+
min-width: var(--wm-icon-size-md);
|
|
20377
|
+
height: var(--wm-icon-size-md);
|
|
20378
|
+
}
|
|
20379
|
+
.wm-app .toast-container .toast .toast-message {
|
|
20380
|
+
font-family: var(--wm-toast-font-famil);
|
|
20381
|
+
font-size: var(--wm-toast-font-size);
|
|
20382
|
+
font-weight: var(--wm-toast-font-weight);
|
|
20383
|
+
line-height: var(--wm-toast-line-height);
|
|
20384
|
+
letter-spacing: var(--wm-toast-letter-spacing);
|
|
20385
|
+
word-wrap: break-word;
|
|
20386
|
+
}
|
|
20387
|
+
.wm-app .toast-container .toast.toast-success {
|
|
20388
|
+
--wm-toast-container-color: var(--wm-toast-container-success-color);
|
|
20389
|
+
--wm-toast-container-background: var(--wm-toast-container-success-background);
|
|
20390
|
+
--wm-toast-container-border-color: var(--wm-toast-container-success-border-color);
|
|
20391
|
+
--wm-toast-icon: var(--wm-toast-success-icon);
|
|
20392
|
+
}
|
|
20393
|
+
.wm-app .toast-container .toast.toast-info {
|
|
20394
|
+
--wm-toast-container-color: var(--wm-toast-container-info-color);
|
|
20395
|
+
--wm-toast-container-background: var(--wm-toast-container-info-background);
|
|
20396
|
+
--wm-toast-container-border-color: var(--wm-toast-container-info-border-color);
|
|
20397
|
+
--wm-toast-icon: var(--wm-toast-info-icon);
|
|
20398
|
+
}
|
|
20399
|
+
.wm-app .toast-container .toast.toast-warning {
|
|
20400
|
+
--wm-toast-container-color: var(--wm-toast-container-warning-color);
|
|
20401
|
+
--wm-toast-container-background: var(--wm-toast-container-warning-background);
|
|
20402
|
+
--wm-toast-container-border-color: var(--wm-toast-container-warning-border-color);
|
|
20403
|
+
--wm-toast-icon: var(--wm-toast-warning-icon);
|
|
20404
|
+
}
|
|
20405
|
+
.wm-app .toast-container .toast.toast-error {
|
|
20406
|
+
--wm-toast-container-color: var(--wm-toast-container-error-color);
|
|
20407
|
+
--wm-toast-container-background: var(--wm-toast-container-error-background);
|
|
20408
|
+
--wm-toast-container-border-color: var(--wm-toast-container-error-border-color);
|
|
20409
|
+
--wm-toast-icon: var(--wm-toast-error-icon);
|
|
20410
|
+
}
|
|
20411
|
+
.wm-app .toast-top-left {
|
|
20412
|
+
top: var(--wm-toast-position-top);
|
|
20413
|
+
left: var(--wm-toast-position-left);
|
|
20414
|
+
}
|
|
20415
|
+
.wm-app .toast-top-center {
|
|
20416
|
+
top: var(--wm-toast-position-top);
|
|
20417
|
+
}
|
|
20418
|
+
.wm-app .toast-top-right {
|
|
20419
|
+
top: var(--wm-toast-position-top);
|
|
20420
|
+
right: var(--wm-toast-position-right);
|
|
20421
|
+
}
|
|
20422
|
+
.wm-app .toast-center-left {
|
|
20423
|
+
left: var(--wm-toast-position-left);
|
|
20424
|
+
top: 50%;
|
|
20425
|
+
margin-top: -30px;
|
|
20426
|
+
}
|
|
20427
|
+
.wm-app .toast-center-center {
|
|
20428
|
+
left: 50%;
|
|
20429
|
+
top: 50%;
|
|
20430
|
+
margin-top: -30px;
|
|
20431
|
+
margin-left: -150px;
|
|
20432
|
+
}
|
|
20433
|
+
.wm-app .toast-center-right {
|
|
20434
|
+
right: var(--wm-toast-position-right);
|
|
20435
|
+
top: 50%;
|
|
20436
|
+
margin-top: -30px;
|
|
20437
|
+
}
|
|
20438
|
+
.wm-app .toast-bottom-left {
|
|
20439
|
+
bottom: var(--wm-toast-position-bottom);
|
|
20440
|
+
left: var(--wm-toast-position-left);
|
|
20441
|
+
}
|
|
20442
|
+
.wm-app .toast-bottom-center {
|
|
20443
|
+
bottom: var(--wm-toast-position-bottom);
|
|
20444
|
+
}
|
|
20445
|
+
.wm-app .toast-bottom-right {
|
|
20446
|
+
right: var(--wm-toast-position-right);
|
|
20447
|
+
bottom: var(--wm-toast-position-bottom);
|
|
20448
|
+
}
|
|
20449
|
+
.wm-app .toast-bottom-center,
|
|
20450
|
+
.wm-app .toast-center,
|
|
20451
|
+
.wm-app .toast-top-center {
|
|
20452
|
+
width: auto;
|
|
20453
|
+
margin: 0 calc(50% - calc(var(--wm-toast-container-width)/2));
|
|
20454
|
+
}
|
|
20235
20455
|
.wm-app .app-video {
|
|
20236
20456
|
position: relative;
|
|
20237
20457
|
height: 150px;
|
|
@@ -24826,7 +25046,8 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
|
|
|
24826
25046
|
z-index: 3 !important;
|
|
24827
25047
|
}
|
|
24828
25048
|
.wm-app [hidden],
|
|
24829
|
-
.wm-app [hidden="true"]
|
|
25049
|
+
.wm-app [hidden="true"],
|
|
25050
|
+
.wm-app .hidden {
|
|
24830
25051
|
display: none !important;
|
|
24831
25052
|
}
|
|
24832
25053
|
.wm-app .pointer {
|