dristi-ui-css 0.0.4-dristi-kerala.3 → 0.0.4-dristi-kerala.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +337 -61
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/admission.scss +59 -0
- package/src/home/home.scss +307 -0
- package/src/pages/employee/evidenceheader.scss +4 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.4-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.4-dristi-kerala.5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -12895,6 +12895,76 @@ body {
|
|
|
12895
12895
|
line-height: 18.75px;
|
|
12896
12896
|
text-align: center; }
|
|
12897
12897
|
|
|
12898
|
+
.payment-demand-modal .select-wrap {
|
|
12899
|
+
width: unset !important; }
|
|
12900
|
+
|
|
12901
|
+
.payment-demand-modal .payment-demand-modal-main {
|
|
12902
|
+
padding: 16px 24px !important;
|
|
12903
|
+
max-height: calc(100vh - 90px);
|
|
12904
|
+
overflow-y: auto; }
|
|
12905
|
+
|
|
12906
|
+
.payment-demand-modal .payment-demand-modal-body-main {
|
|
12907
|
+
-webkit-box-orient: vertical;
|
|
12908
|
+
-webkit-box-direction: normal;
|
|
12909
|
+
-ms-flex-direction: column;
|
|
12910
|
+
flex-direction: column;
|
|
12911
|
+
grid-gap: 24px;
|
|
12912
|
+
gap: 24px;
|
|
12913
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.10196);
|
|
12914
|
+
padding-bottom: 12px;
|
|
12915
|
+
margin-bottom: 12px; }
|
|
12916
|
+
|
|
12917
|
+
.payment-demand-modal .add-link, .payment-demand-modal .payment-demand-modal-body-main {
|
|
12918
|
+
display: -webkit-box;
|
|
12919
|
+
display: -ms-flexbox;
|
|
12920
|
+
display: flex; }
|
|
12921
|
+
|
|
12922
|
+
.payment-demand-modal .add-link {
|
|
12923
|
+
color: #007e7e;
|
|
12924
|
+
font-size: 16px;
|
|
12925
|
+
font-weight: 700;
|
|
12926
|
+
background: transparent; }
|
|
12927
|
+
|
|
12928
|
+
.payment-demand-modal .payment-item {
|
|
12929
|
+
display: -webkit-box;
|
|
12930
|
+
display: -ms-flexbox;
|
|
12931
|
+
display: flex;
|
|
12932
|
+
-webkit-box-orient: vertical;
|
|
12933
|
+
-webkit-box-direction: normal;
|
|
12934
|
+
-ms-flex-direction: column;
|
|
12935
|
+
flex-direction: column;
|
|
12936
|
+
grid-gap: 24px;
|
|
12937
|
+
gap: 24px; }
|
|
12938
|
+
|
|
12939
|
+
.payment-demand-modal .disabled {
|
|
12940
|
+
background-color: #d9d9d9; }
|
|
12941
|
+
|
|
12942
|
+
.payment-demand-modal .text-input input, .payment-demand-modal .text-input .checkbox-wrap .input-emp, .checkbox-wrap .payment-demand-modal .text-input .input-emp, .payment-demand-modal .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .payment-demand-modal .text-input .input-emp {
|
|
12943
|
+
margin: 0 !important; }
|
|
12944
|
+
|
|
12945
|
+
.payment-demand-modal .payment-item-header {
|
|
12946
|
+
-webkit-box-pack: "space-between";
|
|
12947
|
+
-ms-flex-pack: "space-between";
|
|
12948
|
+
justify-content: "space-between";
|
|
12949
|
+
margin-bottom: "0px";
|
|
12950
|
+
border-bottom: "1px solid #BBBBBD"; }
|
|
12951
|
+
|
|
12952
|
+
.payment-demand-modal .item-delete-icon, .payment-demand-modal .payment-item-header {
|
|
12953
|
+
display: "flex";
|
|
12954
|
+
-webkit-box-align: "center";
|
|
12955
|
+
-ms-flex-align: "center";
|
|
12956
|
+
align-items: "center"; }
|
|
12957
|
+
|
|
12958
|
+
.payment-demand-modal .item-delete-icon {
|
|
12959
|
+
cursor: "pointer";
|
|
12960
|
+
color: "red"; }
|
|
12961
|
+
|
|
12962
|
+
.payment-demand-modal .card-textarea {
|
|
12963
|
+
margin: 0 0 5px; }
|
|
12964
|
+
|
|
12965
|
+
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
12966
|
+
height: auto !important; }
|
|
12967
|
+
|
|
12898
12968
|
.field.user-details-form-style .text-input-width {
|
|
12899
12969
|
max-width: 100%; }
|
|
12900
12970
|
|
|
@@ -16842,6 +16912,9 @@ body {
|
|
|
16842
16912
|
background: #bb2c2f !important;
|
|
16843
16913
|
border: none !important; }
|
|
16844
16914
|
|
|
16915
|
+
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
16916
|
+
height: auto; }
|
|
16917
|
+
|
|
16845
16918
|
.hearing-side-card {
|
|
16846
16919
|
display: -webkit-box;
|
|
16847
16920
|
display: -ms-flexbox;
|
|
@@ -18621,17 +18694,6 @@ body {
|
|
|
18621
18694
|
margin-bottom: 0 !important;
|
|
18622
18695
|
border: 1px solid #000; }
|
|
18623
18696
|
|
|
18624
|
-
.full-height-container {
|
|
18625
|
-
display: -webkit-box;
|
|
18626
|
-
display: -ms-flexbox;
|
|
18627
|
-
display: flex;
|
|
18628
|
-
-webkit-box-orient: vertical;
|
|
18629
|
-
-webkit-box-direction: normal;
|
|
18630
|
-
-ms-flex-direction: column;
|
|
18631
|
-
flex-direction: column;
|
|
18632
|
-
height: calc(100vh - 260px);
|
|
18633
|
-
padding-bottom: 10px; }
|
|
18634
|
-
|
|
18635
18697
|
.filter-bar {
|
|
18636
18698
|
-ms-flex-wrap: wrap;
|
|
18637
18699
|
flex-wrap: wrap;
|
|
@@ -18735,37 +18797,6 @@ body {
|
|
|
18735
18797
|
.filter-bar button.clear-btn:hover {
|
|
18736
18798
|
background: transparent; }
|
|
18737
18799
|
|
|
18738
|
-
.main-table-card {
|
|
18739
|
-
background: #fff;
|
|
18740
|
-
border-radius: 12px;
|
|
18741
|
-
-webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
18742
|
-
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
18743
|
-
padding: 0 18px 18px;
|
|
18744
|
-
position: relative;
|
|
18745
|
-
overflow: hidden;
|
|
18746
|
-
display: -webkit-box;
|
|
18747
|
-
display: -ms-flexbox;
|
|
18748
|
-
display: flex;
|
|
18749
|
-
-webkit-box-orient: vertical;
|
|
18750
|
-
-webkit-box-direction: normal;
|
|
18751
|
-
-ms-flex-direction: column;
|
|
18752
|
-
flex-direction: column; }
|
|
18753
|
-
|
|
18754
|
-
.main-table-card, .table-scroll {
|
|
18755
|
-
-webkit-box-flex: 1;
|
|
18756
|
-
-ms-flex: 1;
|
|
18757
|
-
flex: 1;
|
|
18758
|
-
min-height: 0; }
|
|
18759
|
-
|
|
18760
|
-
.table-scroll {
|
|
18761
|
-
overflow: auto; }
|
|
18762
|
-
|
|
18763
|
-
.main-table {
|
|
18764
|
-
width: 100%;
|
|
18765
|
-
border-collapse: initial;
|
|
18766
|
-
border-spacing: 0;
|
|
18767
|
-
position: relative; }
|
|
18768
|
-
|
|
18769
18800
|
.main-table thead {
|
|
18770
18801
|
position: sticky;
|
|
18771
18802
|
top: 0;
|
|
@@ -18795,13 +18826,6 @@ body {
|
|
|
18795
18826
|
color: #0a0a0a;
|
|
18796
18827
|
text-decoration: underline; }
|
|
18797
18828
|
|
|
18798
|
-
.status-badge {
|
|
18799
|
-
display: inline-block;
|
|
18800
|
-
padding: 2px 14px;
|
|
18801
|
-
border-radius: 12px;
|
|
18802
|
-
font-size: 16px;
|
|
18803
|
-
font-weight: 500; }
|
|
18804
|
-
|
|
18805
18829
|
.status-completed {
|
|
18806
18830
|
background: #e8e8e8;
|
|
18807
18831
|
color: #3d3c3c; }
|
|
@@ -18826,6 +18850,185 @@ body {
|
|
|
18826
18850
|
background: #f5f5f5;
|
|
18827
18851
|
color: #333; }
|
|
18828
18852
|
|
|
18853
|
+
.advocate-header .info-icon {
|
|
18854
|
+
font-size: 15px;
|
|
18855
|
+
color: #888;
|
|
18856
|
+
cursor: pointer; }
|
|
18857
|
+
|
|
18858
|
+
.jk-dropdown-unique {
|
|
18859
|
+
max-height: 300px;
|
|
18860
|
+
overflow-y: auto; }
|
|
18861
|
+
|
|
18862
|
+
.date-arrow-btn:disabled {
|
|
18863
|
+
opacity: .5;
|
|
18864
|
+
cursor: not-allowed; }
|
|
18865
|
+
|
|
18866
|
+
.date-arrow-btn:hover:not(:disabled) {
|
|
18867
|
+
background: #f5f5f5; }
|
|
18868
|
+
|
|
18869
|
+
.home-input input, .home-input .checkbox-wrap .input-emp, .checkbox-wrap .home-input .input-emp, .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .home-input .input-emp {
|
|
18870
|
+
margin-bottom: 0 !important;
|
|
18871
|
+
border: 1px solid #000;
|
|
18872
|
+
font-family: Roboto; }
|
|
18873
|
+
|
|
18874
|
+
.full-height-container {
|
|
18875
|
+
-webkit-box-orient: vertical;
|
|
18876
|
+
-webkit-box-direction: normal;
|
|
18877
|
+
-ms-flex-direction: column;
|
|
18878
|
+
flex-direction: column;
|
|
18879
|
+
height: calc(100vh - 260px);
|
|
18880
|
+
padding-bottom: 10px; }
|
|
18881
|
+
|
|
18882
|
+
.filter-bar, .full-height-container, .search-bar {
|
|
18883
|
+
display: -webkit-box;
|
|
18884
|
+
display: -ms-flexbox;
|
|
18885
|
+
display: flex; }
|
|
18886
|
+
|
|
18887
|
+
.filter-bar, .search-bar {
|
|
18888
|
+
-ms-flex-wrap: wrap;
|
|
18889
|
+
flex-wrap: wrap;
|
|
18890
|
+
grid-gap: 12px;
|
|
18891
|
+
gap: 12px;
|
|
18892
|
+
-webkit-box-align: center;
|
|
18893
|
+
-ms-flex-align: center;
|
|
18894
|
+
align-items: center;
|
|
18895
|
+
background: #fff;
|
|
18896
|
+
border-radius: 8px;
|
|
18897
|
+
-webkit-box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
|
|
18898
|
+
box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
|
|
18899
|
+
margin-bottom: 8px;
|
|
18900
|
+
padding: 0 18px;
|
|
18901
|
+
-ms-flex-negative: 0;
|
|
18902
|
+
flex-shrink: 0; }
|
|
18903
|
+
.filter-bar.search-bar, .search-bar.search-bar {
|
|
18904
|
+
-webkit-box-pack: end;
|
|
18905
|
+
-ms-flex-pack: end;
|
|
18906
|
+
justify-content: flex-end; }
|
|
18907
|
+
.filter-bar.filter-bar, .search-bar.filter-bar {
|
|
18908
|
+
-webkit-box-pack: justify;
|
|
18909
|
+
-ms-flex-pack: justify;
|
|
18910
|
+
justify-content: space-between; }
|
|
18911
|
+
.filter-bar.filter-bar .filter-fields, .search-bar.filter-bar .filter-fields {
|
|
18912
|
+
-ms-flex-wrap: wrap;
|
|
18913
|
+
flex-wrap: wrap;
|
|
18914
|
+
grid-gap: 12px;
|
|
18915
|
+
gap: 12px;
|
|
18916
|
+
-webkit-box-flex: 1;
|
|
18917
|
+
-ms-flex: 1 1 300px;
|
|
18918
|
+
flex: 1 1 300px;
|
|
18919
|
+
min-width: 0; }
|
|
18920
|
+
.filter-bar.filter-bar .filter-actions, .search-bar.filter-bar .filter-actions {
|
|
18921
|
+
-webkit-box-orient: horizontal;
|
|
18922
|
+
-webkit-box-direction: normal;
|
|
18923
|
+
-ms-flex-direction: row;
|
|
18924
|
+
flex-direction: row;
|
|
18925
|
+
grid-gap: 24px;
|
|
18926
|
+
gap: 24px;
|
|
18927
|
+
-webkit-box-align: center;
|
|
18928
|
+
-ms-flex-align: center;
|
|
18929
|
+
align-items: center;
|
|
18930
|
+
margin-left: 12px; }
|
|
18931
|
+
|
|
18932
|
+
@media (max-width: 900px) {
|
|
18933
|
+
.filter-bar {
|
|
18934
|
+
-webkit-box-orient: vertical;
|
|
18935
|
+
-webkit-box-direction: normal;
|
|
18936
|
+
-ms-flex-direction: column;
|
|
18937
|
+
flex-direction: column;
|
|
18938
|
+
-webkit-box-align: stretch;
|
|
18939
|
+
-ms-flex-align: stretch;
|
|
18940
|
+
align-items: stretch; }
|
|
18941
|
+
.filter-bar .filter-fields {
|
|
18942
|
+
width: 100%; }
|
|
18943
|
+
.filter-bar .filter-actions {
|
|
18944
|
+
margin-left: 0;
|
|
18945
|
+
margin-top: 12px;
|
|
18946
|
+
-webkit-box-pack: start;
|
|
18947
|
+
-ms-flex-pack: start;
|
|
18948
|
+
justify-content: flex-start; } }
|
|
18949
|
+
|
|
18950
|
+
.main-table-card {
|
|
18951
|
+
background: #fff;
|
|
18952
|
+
border-radius: 12px;
|
|
18953
|
+
-webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
18954
|
+
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
18955
|
+
padding: 0 18px 18px;
|
|
18956
|
+
position: relative;
|
|
18957
|
+
overflow: hidden;
|
|
18958
|
+
display: -webkit-box;
|
|
18959
|
+
display: -ms-flexbox;
|
|
18960
|
+
display: flex;
|
|
18961
|
+
-webkit-box-orient: vertical;
|
|
18962
|
+
-webkit-box-direction: normal;
|
|
18963
|
+
-ms-flex-direction: column;
|
|
18964
|
+
flex-direction: column; }
|
|
18965
|
+
|
|
18966
|
+
.main-table-card, .table-scroll {
|
|
18967
|
+
-webkit-box-flex: 1;
|
|
18968
|
+
-ms-flex: 1;
|
|
18969
|
+
flex: 1;
|
|
18970
|
+
min-height: 0; }
|
|
18971
|
+
|
|
18972
|
+
.table-scroll {
|
|
18973
|
+
overflow: auto; }
|
|
18974
|
+
|
|
18975
|
+
.main-table {
|
|
18976
|
+
width: 100%;
|
|
18977
|
+
border-collapse: initial;
|
|
18978
|
+
border-spacing: 0;
|
|
18979
|
+
position: relative; }
|
|
18980
|
+
.main-table thead {
|
|
18981
|
+
position: sticky;
|
|
18982
|
+
top: 0;
|
|
18983
|
+
z-index: 10; }
|
|
18984
|
+
.main-table th {
|
|
18985
|
+
font-weight: 600;
|
|
18986
|
+
font-size: 15px;
|
|
18987
|
+
background: #fff;
|
|
18988
|
+
padding: 12px 8px;
|
|
18989
|
+
border-bottom: 2px solid #e8e8e8;
|
|
18990
|
+
position: relative;
|
|
18991
|
+
-webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
|
|
18992
|
+
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
|
|
18993
|
+
text-align: left; }
|
|
18994
|
+
.main-table .custom-table-row td {
|
|
18995
|
+
padding: 12px 8px;
|
|
18996
|
+
border-bottom: 1px solid #e8e8e8;
|
|
18997
|
+
font-size: 15px;
|
|
18998
|
+
background: #fff;
|
|
18999
|
+
text-align: left; }
|
|
19000
|
+
.main-table .custom-table-row:hover {
|
|
19001
|
+
background: #f6fafd; }
|
|
19002
|
+
|
|
19003
|
+
.case-link {
|
|
19004
|
+
color: #0a0a0a !important;
|
|
19005
|
+
text-decoration: underline !important; }
|
|
19006
|
+
|
|
19007
|
+
.status-badge {
|
|
19008
|
+
display: inline-block;
|
|
19009
|
+
padding: 2px 14px;
|
|
19010
|
+
border-radius: 12px;
|
|
19011
|
+
font-size: 16px;
|
|
19012
|
+
font-weight: 500; }
|
|
19013
|
+
.status-badge.status-completed {
|
|
19014
|
+
background: #e8e8e8;
|
|
19015
|
+
color: #3d3c3c; }
|
|
19016
|
+
.status-badge.status-ongoing {
|
|
19017
|
+
background: #fff8e1;
|
|
19018
|
+
color: #574406; }
|
|
19019
|
+
.status-badge.status-passed, .status-badge.status-passed-over {
|
|
19020
|
+
background: #fff6e8;
|
|
19021
|
+
color: #9e400a; }
|
|
19022
|
+
.status-badge.status-scheduled {
|
|
19023
|
+
background: #e5e4f2;
|
|
19024
|
+
color: #28264b; }
|
|
19025
|
+
.status-badge.status-abated {
|
|
19026
|
+
background: #e8e8e8;
|
|
19027
|
+
color: #3d3c3c; }
|
|
19028
|
+
.status-badge.status-default {
|
|
19029
|
+
background: #f5f5f5;
|
|
19030
|
+
color: #333; }
|
|
19031
|
+
|
|
18829
19032
|
.advocate-header {
|
|
18830
19033
|
display: -webkit-box;
|
|
18831
19034
|
display: -ms-flexbox;
|
|
@@ -18835,13 +19038,12 @@ body {
|
|
|
18835
19038
|
align-items: center;
|
|
18836
19039
|
grid-gap: 4px;
|
|
18837
19040
|
gap: 4px; }
|
|
19041
|
+
.advocate-header .info-icon {
|
|
19042
|
+
font-size: 15px;
|
|
19043
|
+
color: #888;
|
|
19044
|
+
cursor: pointer; }
|
|
18838
19045
|
|
|
18839
|
-
|
|
18840
|
-
font-size: 15px;
|
|
18841
|
-
color: #888;
|
|
18842
|
-
cursor: pointer; }
|
|
18843
|
-
|
|
18844
|
-
.jk-dropdown-unique {
|
|
19046
|
+
#jk-dropdown-unique, .jk-dropdown-unique {
|
|
18845
19047
|
max-height: 300px;
|
|
18846
19048
|
overflow-y: auto; }
|
|
18847
19049
|
|
|
@@ -18873,13 +19075,87 @@ body {
|
|
|
18873
19075
|
-webkit-transition: background .2s,color .2s;
|
|
18874
19076
|
transition: background .2s,color .2s;
|
|
18875
19077
|
padding: 0; }
|
|
19078
|
+
.date-arrow-btn:disabled {
|
|
19079
|
+
opacity: .5;
|
|
19080
|
+
cursor: not-allowed; }
|
|
19081
|
+
.date-arrow-btn:hover:not(:disabled) {
|
|
19082
|
+
background: #f5f5f5; }
|
|
18876
19083
|
|
|
18877
|
-
.
|
|
18878
|
-
|
|
18879
|
-
cursor: not-allowed; }
|
|
19084
|
+
.filter-fields .select-wrap {
|
|
19085
|
+
width: 160px !important; }
|
|
18880
19086
|
|
|
18881
|
-
.
|
|
18882
|
-
|
|
19087
|
+
.filter-actions .home-search-btn {
|
|
19088
|
+
font-weight: 700;
|
|
19089
|
+
padding: 8px 24px;
|
|
19090
|
+
border: 1px solid #77787b;
|
|
19091
|
+
font-size: 14px;
|
|
19092
|
+
background: #fff;
|
|
19093
|
+
height: 40px; }
|
|
19094
|
+
|
|
19095
|
+
.filter-actions .home-clear-btn {
|
|
19096
|
+
border: 0;
|
|
19097
|
+
background: #fff;
|
|
19098
|
+
color: #222; }
|
|
19099
|
+
|
|
19100
|
+
.filter-actions .home-input:focus, .filter-actions .home-input input, .filter-actions .home-input .checkbox-wrap .input-emp, .checkbox-wrap .filter-actions .home-input .input-emp, .filter-actions .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .filter-actions .home-input .input-emp {
|
|
19101
|
+
border: 0; }
|
|
19102
|
+
|
|
19103
|
+
.filter-actions .search-input {
|
|
19104
|
+
display: -webkit-box;
|
|
19105
|
+
display: -ms-flexbox;
|
|
19106
|
+
display: flex;
|
|
19107
|
+
-webkit-box-align: center;
|
|
19108
|
+
-ms-flex-align: center;
|
|
19109
|
+
align-items: center;
|
|
19110
|
+
border: 1px solid #77787b;
|
|
19111
|
+
padding: 0 8px;
|
|
19112
|
+
height: 40px; }
|
|
19113
|
+
|
|
19114
|
+
@media screen and (max-width: 1330px) {
|
|
19115
|
+
.filter-actions .home-input {
|
|
19116
|
+
width: 90px; }
|
|
19117
|
+
.filter-bar .filter-actions {
|
|
19118
|
+
grid-gap: 8px;
|
|
19119
|
+
gap: 8px; } }
|
|
19120
|
+
|
|
19121
|
+
.table-pagination {
|
|
19122
|
+
display: -webkit-box;
|
|
19123
|
+
display: -ms-flexbox;
|
|
19124
|
+
display: flex;
|
|
19125
|
+
-webkit-box-pack: end;
|
|
19126
|
+
-ms-flex-pack: end;
|
|
19127
|
+
justify-content: flex-end;
|
|
19128
|
+
-webkit-box-align: center;
|
|
19129
|
+
-ms-flex-align: center;
|
|
19130
|
+
align-items: center;
|
|
19131
|
+
padding: 16px 8px;
|
|
19132
|
+
grid-gap: 24px;
|
|
19133
|
+
gap: 24px;
|
|
19134
|
+
font-family: Roboto,sans-serif;
|
|
19135
|
+
font-size: 16px; }
|
|
19136
|
+
.table-pagination .pagination-info {
|
|
19137
|
+
display: -webkit-box;
|
|
19138
|
+
display: -ms-flexbox;
|
|
19139
|
+
display: flex;
|
|
19140
|
+
-webkit-box-align: center;
|
|
19141
|
+
-ms-flex-align: center;
|
|
19142
|
+
align-items: center;
|
|
19143
|
+
grid-gap: 8px;
|
|
19144
|
+
gap: 8px; }
|
|
19145
|
+
.table-pagination .pagination-info select {
|
|
19146
|
+
padding: 4px;
|
|
19147
|
+
font-size: 14px; }
|
|
19148
|
+
|
|
19149
|
+
.pending-envelope-submission-modal .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
19150
|
+
display: -webkit-box;
|
|
19151
|
+
display: -ms-flexbox;
|
|
19152
|
+
display: flex;
|
|
19153
|
+
-webkit-box-align: center;
|
|
19154
|
+
-ms-flex-align: center;
|
|
19155
|
+
align-items: center; }
|
|
19156
|
+
|
|
19157
|
+
.pending-envelope-submission-modal .popup-module-main .popup-module-action-bar h2 {
|
|
19158
|
+
font-size: 18px !important; }
|
|
18883
19159
|
|
|
18884
19160
|
.review-card-main {
|
|
18885
19161
|
width: 100%;
|