dristi-ui-css 0.0.5-dristi-kerala.5 → 0.0.5-dristi-kerala.6
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 +235 -65
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +264 -68
- package/src/orders/reviewsummons.scss +56 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.5-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.5-dristi-kerala.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -19115,6 +19115,12 @@ body {
|
|
|
19115
19115
|
line-height: 37.5px;
|
|
19116
19116
|
color: #231f20 !important; }
|
|
19117
19117
|
|
|
19118
|
+
.review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value="Delivery Channel"], .review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value="Process Type"], .review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value=Status] {
|
|
19119
|
+
color: grey !important; }
|
|
19120
|
+
|
|
19121
|
+
.review-process-page.show-grey-placeholder .employee-select-wrap--elipses:not([value="Process Type"]):not([value="Delivery Channel"]):not([value=Status]) {
|
|
19122
|
+
color: #000 !important; }
|
|
19123
|
+
|
|
19118
19124
|
.epost-print-and-send .speed-post-header {
|
|
19119
19125
|
font-family: Roboto;
|
|
19120
19126
|
font-size: 16px;
|
|
@@ -19743,36 +19749,163 @@ body {
|
|
|
19743
19749
|
-webkit-box-shadow: none;
|
|
19744
19750
|
box-shadow: none; }
|
|
19745
19751
|
|
|
19752
|
+
.main-home-screen {
|
|
19753
|
+
display: -webkit-box;
|
|
19754
|
+
display: -ms-flexbox;
|
|
19755
|
+
display: flex;
|
|
19756
|
+
width: 100vw;
|
|
19757
|
+
border-top: 1px solid #e6e6e6; }
|
|
19758
|
+
.main-home-screen .header {
|
|
19759
|
+
font-family: Roboto;
|
|
19760
|
+
font-weight: 700;
|
|
19761
|
+
font-size: 28px;
|
|
19762
|
+
line-height: 100%;
|
|
19763
|
+
letter-spacing: 0; }
|
|
19764
|
+
.main-home-screen .home-sidebar {
|
|
19765
|
+
background: #fafbfc;
|
|
19766
|
+
border-right: 1px solid #eee;
|
|
19767
|
+
padding: 24px;
|
|
19768
|
+
width: 20%;
|
|
19769
|
+
height: calc(100vh - 84px);
|
|
19770
|
+
overflow-y: auto;
|
|
19771
|
+
scrollbar-width: thin;
|
|
19772
|
+
scrollbar-color: #c5c5c5 #f9fafb; }
|
|
19773
|
+
.main-home-screen .home-header .home-btn {
|
|
19774
|
+
color: #3d3c3c;
|
|
19775
|
+
grid-gap: 4px;
|
|
19776
|
+
gap: 4px;
|
|
19777
|
+
border-radius: 0;
|
|
19778
|
+
text-decoration: none;
|
|
19779
|
+
padding: 9px;
|
|
19780
|
+
font-weight: 400;
|
|
19781
|
+
-webkit-box-align: center;
|
|
19782
|
+
-ms-flex-align: center;
|
|
19783
|
+
align-items: center;
|
|
19784
|
+
-webkit-box-pack: justify;
|
|
19785
|
+
-ms-flex-pack: justify;
|
|
19786
|
+
justify-content: space-between;
|
|
19787
|
+
width: 100%; }
|
|
19788
|
+
.main-home-screen .home-header .home-btn, .main-home-screen .home-header .home-top-left-bar {
|
|
19789
|
+
font-size: 14px;
|
|
19790
|
+
display: -webkit-box;
|
|
19791
|
+
display: -ms-flexbox;
|
|
19792
|
+
display: flex; }
|
|
19793
|
+
.main-home-screen .home-header .home-top-left-bar {
|
|
19794
|
+
-webkit-box-orient: vertical;
|
|
19795
|
+
-webkit-box-direction: normal;
|
|
19796
|
+
-ms-flex-direction: column;
|
|
19797
|
+
flex-direction: column;
|
|
19798
|
+
padding: 16px 0;
|
|
19799
|
+
border-bottom: 1px solid #e6e6e6; }
|
|
19800
|
+
.main-home-screen .home-header .userName {
|
|
19801
|
+
color: #77787b; }
|
|
19802
|
+
.main-home-screen .home-bulk-reschedule {
|
|
19803
|
+
max-height: calc(100vh - 90px); }
|
|
19804
|
+
.main-home-screen .home-bulk-reschedule, .main-home-screen .home-bulk-sign {
|
|
19805
|
+
width: 100%;
|
|
19806
|
+
overflow-y: auto;
|
|
19807
|
+
scrollbar-width: thin;
|
|
19808
|
+
scrollbar-color: #c5c5c5 #f9fafb; }
|
|
19809
|
+
.main-home-screen .home-bulk-sign {
|
|
19810
|
+
max-height: calc(100vh - 162px); }
|
|
19811
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section {
|
|
19812
|
+
-webkit-box-shadow: none;
|
|
19813
|
+
box-shadow: none;
|
|
19814
|
+
min-height: auto; }
|
|
19815
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper {
|
|
19816
|
+
padding: 20px 0 0; }
|
|
19817
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .select-wrap .select {
|
|
19818
|
+
border-radius: 4px;
|
|
19819
|
+
border-color: #3d3c3c; }
|
|
19820
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
19821
|
+
font-size: 16px;
|
|
19822
|
+
font-weight: 700;
|
|
19823
|
+
color: #77787b !important; }
|
|
19824
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
19825
|
+
border-radius: 4px; }
|
|
19826
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .submit-bar {
|
|
19827
|
+
-webkit-box-shadow: none;
|
|
19828
|
+
box-shadow: none; }
|
|
19829
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab {
|
|
19830
|
+
padding-top: 20px; }
|
|
19831
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab .search-wrapper {
|
|
19832
|
+
-webkit-box-shadow: none !important;
|
|
19833
|
+
box-shadow: none !important; }
|
|
19834
|
+
|
|
19746
19835
|
.bulk-esign-order-view {
|
|
19747
19836
|
min-height: calc(100vh - 90px);
|
|
19748
19837
|
width: 100%;
|
|
19749
|
-
padding: 30px;
|
|
19750
|
-
margin-bottom: 56px; }
|
|
19838
|
+
padding: 30px 26px; }
|
|
19751
19839
|
.bulk-esign-order-view .header {
|
|
19752
19840
|
font-family: Roboto;
|
|
19753
19841
|
font-weight: 700;
|
|
19754
|
-
font-size:
|
|
19842
|
+
font-size: 28px;
|
|
19755
19843
|
line-height: 100%;
|
|
19756
19844
|
letter-spacing: 0;
|
|
19757
|
-
padding: 0
|
|
19845
|
+
padding: 0 .375rem; }
|
|
19846
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-wrapper {
|
|
19847
|
+
padding: 1.5rem .375rem .375rem; }
|
|
19758
19848
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-tabs-container div {
|
|
19759
19849
|
border: none; }
|
|
19760
19850
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
19761
19851
|
display: -webkit-box;
|
|
19762
19852
|
display: -ms-flexbox;
|
|
19763
|
-
display: flex;
|
|
19853
|
+
display: flex;
|
|
19854
|
+
-webkit-box-pack: start;
|
|
19855
|
+
-ms-flex-pack: start;
|
|
19856
|
+
justify-content: start; }
|
|
19764
19857
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
19765
19858
|
width: 200px; }
|
|
19859
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
|
|
19860
|
+
border-radius: 4px;
|
|
19861
|
+
border-color: #3d3c3c; }
|
|
19766
19862
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
|
|
19767
19863
|
top: 40px;
|
|
19768
19864
|
max-height: 160px;
|
|
19769
19865
|
overflow-y: auto; }
|
|
19866
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
19867
|
+
border-radius: 4px;
|
|
19868
|
+
border-color: #3d3c3c; }
|
|
19770
19869
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19771
|
-
margin-left:
|
|
19870
|
+
margin-left: 20px;
|
|
19871
|
+
padding-top: 15px !important; }
|
|
19872
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
19873
|
+
font-size: 16px;
|
|
19874
|
+
font-weight: 700;
|
|
19875
|
+
color: #77787b !important; }
|
|
19772
19876
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
19773
|
-
width:
|
|
19877
|
+
width: 100% !important;
|
|
19878
|
+
padding: 0 40px;
|
|
19774
19879
|
-webkit-box-shadow: none;
|
|
19775
|
-
box-shadow: none;
|
|
19880
|
+
box-shadow: none;
|
|
19881
|
+
border-radius: 4px; }
|
|
19882
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-component-table .home-offline-payments-action-column {
|
|
19883
|
+
display: -webkit-box !important;
|
|
19884
|
+
display: -ms-flexbox !important;
|
|
19885
|
+
display: flex !important;
|
|
19886
|
+
-webkit-box-align: center !important;
|
|
19887
|
+
-ms-flex-align: center !important;
|
|
19888
|
+
align-items: center !important; }
|
|
19889
|
+
|
|
19890
|
+
.bulk-esign-order-view.ignore-margin-left .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19891
|
+
margin-left: auto; }
|
|
19892
|
+
|
|
19893
|
+
.bulk-submit-bar {
|
|
19894
|
+
display: -webkit-box;
|
|
19895
|
+
display: -ms-flexbox;
|
|
19896
|
+
display: flex;
|
|
19897
|
+
-webkit-box-pack: end;
|
|
19898
|
+
-ms-flex-pack: end;
|
|
19899
|
+
justify-content: flex-end;
|
|
19900
|
+
height: 72px;
|
|
19901
|
+
width: -webkit-fill-available;
|
|
19902
|
+
position: fixed;
|
|
19903
|
+
bottom: 0;
|
|
19904
|
+
padding: 16px 24px;
|
|
19905
|
+
border-top: 1px solid #bbbbbd; }
|
|
19906
|
+
.bulk-submit-bar .submit-bar, .bulk-submit-bar .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .bulk-submit-bar .submit-bar {
|
|
19907
|
+
-webkit-box-shadow: none;
|
|
19908
|
+
box-shadow: none; }
|
|
19776
19909
|
|
|
19777
19910
|
.custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
19778
19911
|
appearance: none;
|
|
@@ -19788,6 +19921,12 @@ body {
|
|
|
19788
19921
|
outline: none;
|
|
19789
19922
|
display: inline-block; }
|
|
19790
19923
|
|
|
19924
|
+
.bulk-esign-order-view.select td:first-child, .bulk-esign-order-view.select th:first-child {
|
|
19925
|
+
width: 52px !important;
|
|
19926
|
+
min-width: 44px !important;
|
|
19927
|
+
max-width: 60px !important;
|
|
19928
|
+
text-align: center; }
|
|
19929
|
+
|
|
19791
19930
|
.custom-checkbox:checked, .checkbox-wrap .custom-checkbox-emp:checked {
|
|
19792
19931
|
background-color: #fff;
|
|
19793
19932
|
border: 2px solid #007e7e; }
|
|
@@ -19808,8 +19947,6 @@ body {
|
|
|
19808
19947
|
border: 1px solid #000; }
|
|
19809
19948
|
|
|
19810
19949
|
.filter-bar {
|
|
19811
|
-
-ms-flex-wrap: wrap;
|
|
19812
|
-
flex-wrap: wrap;
|
|
19813
19950
|
-webkit-box-align: center;
|
|
19814
19951
|
-ms-flex-align: center;
|
|
19815
19952
|
align-items: center;
|
|
@@ -19830,17 +19967,10 @@ body {
|
|
|
19830
19967
|
display: -ms-flexbox;
|
|
19831
19968
|
display: flex;
|
|
19832
19969
|
-ms-flex-wrap: wrap;
|
|
19970
|
+
flex-wrap: wrap;
|
|
19833
19971
|
grid-gap: 12px;
|
|
19834
19972
|
gap: 12px; }
|
|
19835
19973
|
|
|
19836
|
-
.filter-bar .filter-fields {
|
|
19837
|
-
-ms-flex-wrap: wrap;
|
|
19838
|
-
flex-wrap: wrap;
|
|
19839
|
-
-webkit-box-flex: 1;
|
|
19840
|
-
-ms-flex: 1 1 300px;
|
|
19841
|
-
flex: 1 1 300px;
|
|
19842
|
-
min-width: 0; }
|
|
19843
|
-
|
|
19844
19974
|
.filter-bar .filter-actions {
|
|
19845
19975
|
display: -webkit-box;
|
|
19846
19976
|
display: -ms-flexbox;
|
|
@@ -19910,6 +20040,11 @@ body {
|
|
|
19910
20040
|
.filter-bar button.clear-btn:hover {
|
|
19911
20041
|
background: transparent; }
|
|
19912
20042
|
|
|
20043
|
+
.main-table-card {
|
|
20044
|
+
border-radius: 12px;
|
|
20045
|
+
-webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
20046
|
+
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07); }
|
|
20047
|
+
|
|
19913
20048
|
.main-table thead {
|
|
19914
20049
|
position: sticky;
|
|
19915
20050
|
top: 0;
|
|
@@ -19985,19 +20120,23 @@ body {
|
|
|
19985
20120
|
font-family: Roboto; }
|
|
19986
20121
|
|
|
19987
20122
|
.full-height-container {
|
|
20123
|
+
display: -webkit-box;
|
|
20124
|
+
display: -ms-flexbox;
|
|
20125
|
+
display: flex;
|
|
19988
20126
|
-webkit-box-orient: vertical;
|
|
19989
20127
|
-webkit-box-direction: normal;
|
|
19990
20128
|
-ms-flex-direction: column;
|
|
19991
20129
|
flex-direction: column;
|
|
19992
|
-
height: calc(100vh - 260px);
|
|
19993
20130
|
padding-bottom: 10px; }
|
|
20131
|
+
.full-height-container .header {
|
|
20132
|
+
font-size: 28;
|
|
20133
|
+
font-weight: 700;
|
|
20134
|
+
padding: 26px 26px 34px; }
|
|
19994
20135
|
|
|
19995
|
-
.filter-bar, .
|
|
20136
|
+
.filter-bar, .search-bar {
|
|
19996
20137
|
display: -webkit-box;
|
|
19997
20138
|
display: -ms-flexbox;
|
|
19998
|
-
display: flex;
|
|
19999
|
-
|
|
20000
|
-
.filter-bar, .search-bar {
|
|
20139
|
+
display: flex;
|
|
20001
20140
|
-ms-flex-wrap: wrap;
|
|
20002
20141
|
flex-wrap: wrap;
|
|
20003
20142
|
grid-gap: 12px;
|
|
@@ -20006,11 +20145,10 @@ body {
|
|
|
20006
20145
|
-ms-flex-align: center;
|
|
20007
20146
|
align-items: center;
|
|
20008
20147
|
background: #fff;
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
padding: 0 18px;
|
|
20148
|
+
-webkit-box-shadow: none;
|
|
20149
|
+
box-shadow: none;
|
|
20150
|
+
margin-bottom: 20px;
|
|
20151
|
+
padding: 0 26px;
|
|
20014
20152
|
-ms-flex-negative: 0;
|
|
20015
20153
|
flex-shrink: 0; }
|
|
20016
20154
|
.filter-bar.search-bar, .search-bar.search-bar {
|
|
@@ -20022,15 +20160,68 @@ body {
|
|
|
20022
20160
|
-ms-flex-pack: justify;
|
|
20023
20161
|
justify-content: space-between; }
|
|
20024
20162
|
.filter-bar.filter-bar .filter-fields, .search-bar.filter-bar .filter-fields {
|
|
20163
|
+
display: -webkit-box;
|
|
20164
|
+
display: -ms-flexbox;
|
|
20165
|
+
display: flex;
|
|
20025
20166
|
-ms-flex-wrap: wrap;
|
|
20026
20167
|
flex-wrap: wrap;
|
|
20027
|
-
grid-gap:
|
|
20028
|
-
gap:
|
|
20168
|
+
grid-gap: 20px;
|
|
20169
|
+
gap: 20px;
|
|
20029
20170
|
-webkit-box-flex: 1;
|
|
20030
20171
|
-ms-flex: 1 1 300px;
|
|
20031
20172
|
flex: 1 1 300px;
|
|
20032
20173
|
min-width: 0; }
|
|
20174
|
+
.filter-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group input, .filter-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .checkbox-wrap .input-emp, .checkbox-wrap .filter-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .input-emp, .filter-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .filter-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .input-emp, .filter-bar.filter-bar .filter-fields .select-wrap .select, .search-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group input, .search-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .checkbox-wrap .input-emp, .checkbox-wrap .search-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .input-emp, .search-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .search-bar.filter-bar .filter-fields .label-field-pair .date-arrow-group .input-emp, .search-bar.filter-bar .filter-fields .select-wrap .select {
|
|
20175
|
+
border-radius: 4px;
|
|
20176
|
+
border-color: #3d3c3c; }
|
|
20177
|
+
.filter-bar.filter-bar .filter-fields .home-search-btn, .search-bar.filter-bar .filter-fields .home-search-btn {
|
|
20178
|
+
font-weight: 700;
|
|
20179
|
+
padding: 8px 24px;
|
|
20180
|
+
border: none;
|
|
20181
|
+
font-size: 16px;
|
|
20182
|
+
background: #007e7e;
|
|
20183
|
+
color: #fff;
|
|
20184
|
+
border-radius: 4px;
|
|
20185
|
+
height: 40px;
|
|
20186
|
+
margin-left: 12px;
|
|
20187
|
+
cursor: pointer; }
|
|
20188
|
+
.filter-bar.filter-bar .filter-fields .home-search-btn:disabled, .search-bar.filter-bar .filter-fields .home-search-btn:disabled {
|
|
20189
|
+
opacity: .5;
|
|
20190
|
+
cursor: not-allowed; }
|
|
20191
|
+
.filter-bar.filter-bar .filter-fields .home-clear-btn, .search-bar.filter-bar .filter-fields .home-clear-btn {
|
|
20192
|
+
border: none;
|
|
20193
|
+
background: transparent;
|
|
20194
|
+
color: #77787b;
|
|
20195
|
+
font-weight: 700;
|
|
20196
|
+
font-size: 16px;
|
|
20197
|
+
margin-left: 12px; }
|
|
20198
|
+
.filter-bar.filter-bar .filter-fields .search-input, .search-bar.filter-bar .filter-fields .search-input {
|
|
20199
|
+
border: 1px solid #3d3c3c;
|
|
20200
|
+
border-radius: 4px;
|
|
20201
|
+
background: #fff;
|
|
20202
|
+
padding: 0 0 0 12px;
|
|
20203
|
+
height: 40px;
|
|
20204
|
+
width: 265px;
|
|
20205
|
+
-webkit-box-sizing: border-box;
|
|
20206
|
+
box-sizing: border-box; }
|
|
20207
|
+
.filter-bar.filter-bar .filter-fields .search-input .search-icon-wrapper, .search-bar.filter-bar .filter-fields .search-input .search-icon-wrapper {
|
|
20208
|
+
margin-right: 8px;
|
|
20209
|
+
color: #77787b; }
|
|
20210
|
+
.filter-bar.filter-bar .filter-fields .search-input .home-input, .search-bar.filter-bar .filter-fields .search-input .home-input {
|
|
20211
|
+
border: none;
|
|
20212
|
+
outline: none;
|
|
20213
|
+
-webkit-box-flex: 1;
|
|
20214
|
+
-ms-flex: 1;
|
|
20215
|
+
flex: 1;
|
|
20216
|
+
height: 38px;
|
|
20217
|
+
font-size: 15px;
|
|
20218
|
+
background: transparent;
|
|
20219
|
+
padding-left: 2px;
|
|
20220
|
+
color: #222; }
|
|
20033
20221
|
.filter-bar.filter-bar .filter-actions, .search-bar.filter-bar .filter-actions {
|
|
20222
|
+
display: -webkit-box;
|
|
20223
|
+
display: -ms-flexbox;
|
|
20224
|
+
display: flex;
|
|
20034
20225
|
-webkit-box-orient: horizontal;
|
|
20035
20226
|
-webkit-box-direction: normal;
|
|
20036
20227
|
-ms-flex-direction: row;
|
|
@@ -20062,9 +20253,8 @@ body {
|
|
|
20062
20253
|
|
|
20063
20254
|
.main-table-card {
|
|
20064
20255
|
background: #fff;
|
|
20065
|
-
|
|
20066
|
-
|
|
20067
|
-
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
20256
|
+
-webkit-box-shadow: none;
|
|
20257
|
+
box-shadow: none;
|
|
20068
20258
|
padding: 0 18px 18px;
|
|
20069
20259
|
position: relative;
|
|
20070
20260
|
overflow: hidden;
|
|
@@ -20095,14 +20285,14 @@ body {
|
|
|
20095
20285
|
top: 0;
|
|
20096
20286
|
z-index: 10; }
|
|
20097
20287
|
.main-table th {
|
|
20098
|
-
font-weight:
|
|
20099
|
-
font-size:
|
|
20288
|
+
font-weight: 700;
|
|
20289
|
+
font-size: 16px;
|
|
20100
20290
|
background: #fff;
|
|
20101
20291
|
padding: 12px 8px;
|
|
20102
20292
|
border-bottom: 2px solid #e8e8e8;
|
|
20103
20293
|
position: relative;
|
|
20104
|
-
-webkit-box-shadow:
|
|
20105
|
-
box-shadow:
|
|
20294
|
+
-webkit-box-shadow: none;
|
|
20295
|
+
box-shadow: none;
|
|
20106
20296
|
text-align: left; }
|
|
20107
20297
|
.main-table .custom-table-row td {
|
|
20108
20298
|
padding: 12px 8px;
|
|
@@ -20110,6 +20300,13 @@ body {
|
|
|
20110
20300
|
font-size: 15px;
|
|
20111
20301
|
background: #fff;
|
|
20112
20302
|
text-align: left; }
|
|
20303
|
+
.main-table .custom-table-row .custom-date-picker {
|
|
20304
|
+
width: 70%; }
|
|
20305
|
+
.main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker {
|
|
20306
|
+
border: 1px solid #3d3c3c;
|
|
20307
|
+
border-radius: 4px; }
|
|
20308
|
+
.main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker .text-input input, .main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker .text-input .checkbox-wrap .input-emp, .checkbox-wrap .main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker .text-input .input-emp, .main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker .text-input .input-emp {
|
|
20309
|
+
color: #231f20 !important; }
|
|
20113
20310
|
.main-table .custom-table-row:hover {
|
|
20114
20311
|
background: #f6fafd; }
|
|
20115
20312
|
|
|
@@ -20197,33 +20394,6 @@ body {
|
|
|
20197
20394
|
.filter-fields .select-wrap {
|
|
20198
20395
|
width: 160px !important; }
|
|
20199
20396
|
|
|
20200
|
-
.filter-actions .home-search-btn {
|
|
20201
|
-
font-weight: 700;
|
|
20202
|
-
padding: 8px 24px;
|
|
20203
|
-
border: 1px solid #77787b;
|
|
20204
|
-
font-size: 14px;
|
|
20205
|
-
background: #fff;
|
|
20206
|
-
height: 40px; }
|
|
20207
|
-
|
|
20208
|
-
.filter-actions .home-clear-btn {
|
|
20209
|
-
border: 0;
|
|
20210
|
-
background: #fff;
|
|
20211
|
-
color: #222; }
|
|
20212
|
-
|
|
20213
|
-
.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 {
|
|
20214
|
-
border: 0; }
|
|
20215
|
-
|
|
20216
|
-
.filter-actions .search-input {
|
|
20217
|
-
display: -webkit-box;
|
|
20218
|
-
display: -ms-flexbox;
|
|
20219
|
-
display: flex;
|
|
20220
|
-
-webkit-box-align: center;
|
|
20221
|
-
-ms-flex-align: center;
|
|
20222
|
-
align-items: center;
|
|
20223
|
-
border: 1px solid #77787b;
|
|
20224
|
-
padding: 0 8px;
|
|
20225
|
-
height: 40px; }
|
|
20226
|
-
|
|
20227
20397
|
@media screen and (max-width: 1330px) {
|
|
20228
20398
|
.filter-actions .home-input {
|
|
20229
20399
|
width: 90px; }
|