raise-common-lib-new 0.0.27 → 0.0.28
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/package.json +1 -1
- package/src/assets/style/reset/grid.scss +1 -207
package/package.json
CHANGED
|
@@ -440,6 +440,7 @@
|
|
|
440
440
|
|
|
441
441
|
.e-pager {
|
|
442
442
|
padding: 12px 0 0 !important;
|
|
443
|
+
border: 0;
|
|
443
444
|
div {
|
|
444
445
|
vertical-align: middle;
|
|
445
446
|
}
|
|
@@ -643,213 +644,6 @@
|
|
|
643
644
|
}
|
|
644
645
|
}
|
|
645
646
|
}
|
|
646
|
-
// .e-pager {
|
|
647
|
-
// position: relative;
|
|
648
|
-
|
|
649
|
-
// display: flex;
|
|
650
|
-
// flex-flow: row nowrap;
|
|
651
|
-
// align-items: center;
|
|
652
|
-
// gap: 16px;
|
|
653
|
-
// border: 0;
|
|
654
|
-
|
|
655
|
-
// .e-pagercontainer {
|
|
656
|
-
// margin: 0;
|
|
657
|
-
// border: 0;
|
|
658
|
-
|
|
659
|
-
// display: flex;
|
|
660
|
-
// flex-flow: row nowrap;
|
|
661
|
-
// align-items: center;
|
|
662
|
-
// @media ((max-width: 769px)) {
|
|
663
|
-
// display: none;
|
|
664
|
-
// }
|
|
665
|
-
// .e-icons,
|
|
666
|
-
// .e-spacing {
|
|
667
|
-
// min-width: 24px;
|
|
668
|
-
// height: 24px;
|
|
669
|
-
|
|
670
|
-
// border: none;
|
|
671
|
-
// border-radius: 6px;
|
|
672
|
-
|
|
673
|
-
// display: flex;
|
|
674
|
-
// flex-flow: row nowrap;
|
|
675
|
-
// justify-content: center;
|
|
676
|
-
// align-items: center;
|
|
677
|
-
|
|
678
|
-
// color: #6c7c90;
|
|
679
|
-
// font-family: Arial;
|
|
680
|
-
// font-size: 11px;
|
|
681
|
-
// font-style: normal;
|
|
682
|
-
// font-weight: 400;
|
|
683
|
-
// line-height: 14px;
|
|
684
|
-
|
|
685
|
-
// &:hover,
|
|
686
|
-
// &.e-focused {
|
|
687
|
-
// background-color: #1f7bff0a;
|
|
688
|
-
// }
|
|
689
|
-
|
|
690
|
-
// &.e-disable {
|
|
691
|
-
// opacity: 0.3;
|
|
692
|
-
// cursor: not-allowed;
|
|
693
|
-
// }
|
|
694
|
-
// }
|
|
695
|
-
|
|
696
|
-
// .e-icons {
|
|
697
|
-
// &::before {
|
|
698
|
-
// display: block;
|
|
699
|
-
// width: 16px;
|
|
700
|
-
// height: 16px;
|
|
701
|
-
// }
|
|
702
|
-
|
|
703
|
-
// &.e-first::before {
|
|
704
|
-
// content: url("/assets/img/grid-pager-arrows-left.svg");
|
|
705
|
-
// }
|
|
706
|
-
|
|
707
|
-
// &.e-prev {
|
|
708
|
-
// margin: 0 16px 0 12px;
|
|
709
|
-
|
|
710
|
-
// &::before {
|
|
711
|
-
// content: url("/assets/img/grid-pager-arrow-left.svg");
|
|
712
|
-
// }
|
|
713
|
-
// }
|
|
714
|
-
|
|
715
|
-
// &.e-next {
|
|
716
|
-
// margin: 0 12px 0 16px;
|
|
717
|
-
|
|
718
|
-
// &::before {
|
|
719
|
-
// content: url("/assets/img/grid-pager-arrow-left.svg");
|
|
720
|
-
// transform: rotate(180deg);
|
|
721
|
-
// }
|
|
722
|
-
// }
|
|
723
|
-
|
|
724
|
-
// &.e-last::before {
|
|
725
|
-
// content: url("/assets/img/grid-pager-arrows-left.svg");
|
|
726
|
-
// transform: rotate(180deg);
|
|
727
|
-
// }
|
|
728
|
-
// }
|
|
729
|
-
|
|
730
|
-
// .e-spacing {
|
|
731
|
-
// &.e-pp {
|
|
732
|
-
// margin-right: 12px;
|
|
733
|
-
// }
|
|
734
|
-
|
|
735
|
-
// &.e-np {
|
|
736
|
-
// margin-left: 12px;
|
|
737
|
-
// }
|
|
738
|
-
|
|
739
|
-
// &.e-pp.e-disable,
|
|
740
|
-
// &.e-np.e-disable {
|
|
741
|
-
// display: none;
|
|
742
|
-
// }
|
|
743
|
-
// }
|
|
744
|
-
|
|
745
|
-
// .e-numericcontainer {
|
|
746
|
-
// display: flex;
|
|
747
|
-
// flex-flow: row nowrap;
|
|
748
|
-
// justify-content: center;
|
|
749
|
-
// align-items: center;
|
|
750
|
-
|
|
751
|
-
// .e-numericitem {
|
|
752
|
-
// border: 1px solid transparent;
|
|
753
|
-
|
|
754
|
-
// &.e-currentitem {
|
|
755
|
-
// border-color: #1f7bff66;
|
|
756
|
-
// background-color: #fff;
|
|
757
|
-
// }
|
|
758
|
-
// }
|
|
759
|
-
|
|
760
|
-
// div:not(:first-child) > .e-numericitem {
|
|
761
|
-
// margin-left: 12px;
|
|
762
|
-
// }
|
|
763
|
-
// }
|
|
764
|
-
// }
|
|
765
|
-
|
|
766
|
-
// .e-parentmsgbar {
|
|
767
|
-
// float: none;
|
|
768
|
-
// clear: both;
|
|
769
|
-
|
|
770
|
-
// height: auto;
|
|
771
|
-
// padding: 0;
|
|
772
|
-
|
|
773
|
-
// position: absolute;
|
|
774
|
-
// top: 50%;
|
|
775
|
-
// right: 0;
|
|
776
|
-
// transform: translateY(-50%);
|
|
777
|
-
|
|
778
|
-
// color: #929dab;
|
|
779
|
-
// font-family: Arial;
|
|
780
|
-
// font-size: 11px;
|
|
781
|
-
// font-style: normal;
|
|
782
|
-
// font-weight: 400;
|
|
783
|
-
// line-height: 14px;
|
|
784
|
-
// }
|
|
785
|
-
|
|
786
|
-
// .e-pagesizes {
|
|
787
|
-
// height: 24px;
|
|
788
|
-
|
|
789
|
-
// display: flex;
|
|
790
|
-
// flex-flow: row nowrap;
|
|
791
|
-
// align-items: center;
|
|
792
|
-
// gap: 8px;
|
|
793
|
-
|
|
794
|
-
// .e-pagerdropdown {
|
|
795
|
-
// margin: 0;
|
|
796
|
-
// width: 60px;
|
|
797
|
-
// height: 24px;
|
|
798
|
-
|
|
799
|
-
// .e-input-group {
|
|
800
|
-
// height: 24px;
|
|
801
|
-
// padding: 0 0 0 8px;
|
|
802
|
-
|
|
803
|
-
// border-radius: 4px;
|
|
804
|
-
// border: 1px solid #eaedf0;
|
|
805
|
-
// background-color: #fff;
|
|
806
|
-
|
|
807
|
-
// display: flex;
|
|
808
|
-
// flex-flow: row nowrap;
|
|
809
|
-
// align-items: center;
|
|
810
|
-
|
|
811
|
-
// &.e-icon-anim,
|
|
812
|
-
// &:focus-within {
|
|
813
|
-
// border-color: #1f7bffb8;
|
|
814
|
-
// box-shadow: none;
|
|
815
|
-
// }
|
|
816
|
-
|
|
817
|
-
// &:hover {
|
|
818
|
-
// border-color: #1f7bff80;
|
|
819
|
-
// box-shadow: 0px 0px 3px 0px #1f7bff66;
|
|
820
|
-
// }
|
|
821
|
-
|
|
822
|
-
// &.e-icon-anim:hover,
|
|
823
|
-
// &:not(.e-disabled):focus-within:hover {
|
|
824
|
-
// border-color: #1f7bffb8;
|
|
825
|
-
// }
|
|
826
|
-
|
|
827
|
-
// .e-input {
|
|
828
|
-
// height: 100%;
|
|
829
|
-
// padding: 0 !important;
|
|
830
|
-
|
|
831
|
-
// color: #062c4f !important;
|
|
832
|
-
// font-family: Arial;
|
|
833
|
-
// font-size: 11px !important;
|
|
834
|
-
// font-style: normal;
|
|
835
|
-
// font-weight: 400;
|
|
836
|
-
// line-height: 12px;
|
|
837
|
-
// }
|
|
838
|
-
// }
|
|
839
|
-
// }
|
|
840
|
-
|
|
841
|
-
// .e-pagerconstant {
|
|
842
|
-
// margin: 0;
|
|
843
|
-
|
|
844
|
-
// color: #929dab;
|
|
845
|
-
// font-family: Arial;
|
|
846
|
-
// font-size: 11px;
|
|
847
|
-
// font-style: normal;
|
|
848
|
-
// font-weight: 400;
|
|
849
|
-
// line-height: 12px;
|
|
850
|
-
// }
|
|
851
|
-
// }
|
|
852
|
-
// }
|
|
853
647
|
.e-grid-menu {
|
|
854
648
|
.e-menu-parent {
|
|
855
649
|
.e-menu-item {
|