dristi-ui-css 0.0.5-dristi-kerala.5 → 0.0.5-dristi-kerala.7
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 +244 -65
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +266 -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.7
|
|
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,172 @@ 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 {
|
|
19821
|
+
-webkit-box-orient: horizontal !important;
|
|
19822
|
+
-webkit-box-direction: reverse !important;
|
|
19823
|
+
-ms-flex-direction: row-reverse !important;
|
|
19824
|
+
flex-direction: row-reverse !important; }
|
|
19825
|
+
.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 {
|
|
19826
|
+
font-size: 16px;
|
|
19827
|
+
font-weight: 700;
|
|
19828
|
+
color: #77787b !important; }
|
|
19829
|
+
.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 {
|
|
19830
|
+
border-radius: 4px; }
|
|
19831
|
+
.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 {
|
|
19832
|
+
-webkit-box-shadow: none;
|
|
19833
|
+
box-shadow: none; }
|
|
19834
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab {
|
|
19835
|
+
padding-top: 20px; }
|
|
19836
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab .search-wrapper {
|
|
19837
|
+
-webkit-box-shadow: none !important;
|
|
19838
|
+
box-shadow: none !important; }
|
|
19839
|
+
|
|
19746
19840
|
.bulk-esign-order-view {
|
|
19747
19841
|
min-height: calc(100vh - 90px);
|
|
19748
19842
|
width: 100%;
|
|
19749
|
-
padding: 30px;
|
|
19750
|
-
margin-bottom: 56px; }
|
|
19843
|
+
padding: 30px 26px; }
|
|
19751
19844
|
.bulk-esign-order-view .header {
|
|
19752
19845
|
font-family: Roboto;
|
|
19753
19846
|
font-weight: 700;
|
|
19754
|
-
font-size:
|
|
19847
|
+
font-size: 28px;
|
|
19755
19848
|
line-height: 100%;
|
|
19756
19849
|
letter-spacing: 0;
|
|
19757
|
-
padding: 0
|
|
19850
|
+
padding: 0 .375rem; }
|
|
19851
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-wrapper {
|
|
19852
|
+
padding: 1.5rem .375rem .375rem; }
|
|
19758
19853
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-tabs-container div {
|
|
19759
19854
|
border: none; }
|
|
19760
19855
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
19761
19856
|
display: -webkit-box;
|
|
19762
19857
|
display: -ms-flexbox;
|
|
19763
|
-
display: flex;
|
|
19858
|
+
display: flex;
|
|
19859
|
+
-webkit-box-pack: start;
|
|
19860
|
+
-ms-flex-pack: start;
|
|
19861
|
+
justify-content: start; }
|
|
19764
19862
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
19765
19863
|
width: 200px; }
|
|
19864
|
+
.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 {
|
|
19865
|
+
border-radius: 4px;
|
|
19866
|
+
border-color: #3d3c3c; }
|
|
19766
19867
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
|
|
19767
19868
|
top: 40px;
|
|
19768
19869
|
max-height: 160px;
|
|
19769
19870
|
overflow-y: auto; }
|
|
19871
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
19872
|
+
border-radius: 4px;
|
|
19873
|
+
border-color: #3d3c3c; }
|
|
19770
19874
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19771
|
-
|
|
19875
|
+
-webkit-box-orient: horizontal !important;
|
|
19876
|
+
-webkit-box-direction: reverse !important;
|
|
19877
|
+
-ms-flex-direction: row-reverse !important;
|
|
19878
|
+
flex-direction: row-reverse !important;
|
|
19879
|
+
margin-left: 20px;
|
|
19880
|
+
padding-top: 15px !important; }
|
|
19881
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
19882
|
+
font-size: 16px;
|
|
19883
|
+
font-weight: 700;
|
|
19884
|
+
color: #77787b !important; }
|
|
19772
19885
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
19773
|
-
width:
|
|
19886
|
+
width: 100% !important;
|
|
19887
|
+
padding: 0 40px;
|
|
19774
19888
|
-webkit-box-shadow: none;
|
|
19775
|
-
box-shadow: none;
|
|
19889
|
+
box-shadow: none;
|
|
19890
|
+
border-radius: 4px; }
|
|
19891
|
+
.bulk-esign-order-view .inbox-search-component-wrapper .search-component-table .home-offline-payments-action-column {
|
|
19892
|
+
display: -webkit-box !important;
|
|
19893
|
+
display: -ms-flexbox !important;
|
|
19894
|
+
display: flex !important;
|
|
19895
|
+
-webkit-box-align: center !important;
|
|
19896
|
+
-ms-flex-align: center !important;
|
|
19897
|
+
align-items: center !important; }
|
|
19898
|
+
|
|
19899
|
+
.bulk-esign-order-view.ignore-margin-left .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19900
|
+
margin-left: auto; }
|
|
19901
|
+
|
|
19902
|
+
.bulk-submit-bar {
|
|
19903
|
+
display: -webkit-box;
|
|
19904
|
+
display: -ms-flexbox;
|
|
19905
|
+
display: flex;
|
|
19906
|
+
-webkit-box-pack: end;
|
|
19907
|
+
-ms-flex-pack: end;
|
|
19908
|
+
justify-content: flex-end;
|
|
19909
|
+
height: 72px;
|
|
19910
|
+
width: -webkit-fill-available;
|
|
19911
|
+
position: fixed;
|
|
19912
|
+
bottom: 0;
|
|
19913
|
+
padding: 16px 24px;
|
|
19914
|
+
border-top: 1px solid #bbbbbd; }
|
|
19915
|
+
.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 {
|
|
19916
|
+
-webkit-box-shadow: none;
|
|
19917
|
+
box-shadow: none; }
|
|
19776
19918
|
|
|
19777
19919
|
.custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
19778
19920
|
appearance: none;
|
|
@@ -19788,6 +19930,12 @@ body {
|
|
|
19788
19930
|
outline: none;
|
|
19789
19931
|
display: inline-block; }
|
|
19790
19932
|
|
|
19933
|
+
.bulk-esign-order-view.select td:first-child, .bulk-esign-order-view.select th:first-child {
|
|
19934
|
+
width: 52px !important;
|
|
19935
|
+
min-width: 44px !important;
|
|
19936
|
+
max-width: 60px !important;
|
|
19937
|
+
text-align: center; }
|
|
19938
|
+
|
|
19791
19939
|
.custom-checkbox:checked, .checkbox-wrap .custom-checkbox-emp:checked {
|
|
19792
19940
|
background-color: #fff;
|
|
19793
19941
|
border: 2px solid #007e7e; }
|
|
@@ -19808,8 +19956,6 @@ body {
|
|
|
19808
19956
|
border: 1px solid #000; }
|
|
19809
19957
|
|
|
19810
19958
|
.filter-bar {
|
|
19811
|
-
-ms-flex-wrap: wrap;
|
|
19812
|
-
flex-wrap: wrap;
|
|
19813
19959
|
-webkit-box-align: center;
|
|
19814
19960
|
-ms-flex-align: center;
|
|
19815
19961
|
align-items: center;
|
|
@@ -19830,17 +19976,10 @@ body {
|
|
|
19830
19976
|
display: -ms-flexbox;
|
|
19831
19977
|
display: flex;
|
|
19832
19978
|
-ms-flex-wrap: wrap;
|
|
19979
|
+
flex-wrap: wrap;
|
|
19833
19980
|
grid-gap: 12px;
|
|
19834
19981
|
gap: 12px; }
|
|
19835
19982
|
|
|
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
19983
|
.filter-bar .filter-actions {
|
|
19845
19984
|
display: -webkit-box;
|
|
19846
19985
|
display: -ms-flexbox;
|
|
@@ -19910,6 +20049,11 @@ body {
|
|
|
19910
20049
|
.filter-bar button.clear-btn:hover {
|
|
19911
20050
|
background: transparent; }
|
|
19912
20051
|
|
|
20052
|
+
.main-table-card {
|
|
20053
|
+
border-radius: 12px;
|
|
20054
|
+
-webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
20055
|
+
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07); }
|
|
20056
|
+
|
|
19913
20057
|
.main-table thead {
|
|
19914
20058
|
position: sticky;
|
|
19915
20059
|
top: 0;
|
|
@@ -19985,19 +20129,23 @@ body {
|
|
|
19985
20129
|
font-family: Roboto; }
|
|
19986
20130
|
|
|
19987
20131
|
.full-height-container {
|
|
20132
|
+
display: -webkit-box;
|
|
20133
|
+
display: -ms-flexbox;
|
|
20134
|
+
display: flex;
|
|
19988
20135
|
-webkit-box-orient: vertical;
|
|
19989
20136
|
-webkit-box-direction: normal;
|
|
19990
20137
|
-ms-flex-direction: column;
|
|
19991
20138
|
flex-direction: column;
|
|
19992
|
-
height: calc(100vh - 260px);
|
|
19993
20139
|
padding-bottom: 10px; }
|
|
20140
|
+
.full-height-container .header {
|
|
20141
|
+
font-size: 28;
|
|
20142
|
+
font-weight: 700;
|
|
20143
|
+
padding: 26px 26px 34px; }
|
|
19994
20144
|
|
|
19995
|
-
.filter-bar, .
|
|
20145
|
+
.filter-bar, .search-bar {
|
|
19996
20146
|
display: -webkit-box;
|
|
19997
20147
|
display: -ms-flexbox;
|
|
19998
|
-
display: flex;
|
|
19999
|
-
|
|
20000
|
-
.filter-bar, .search-bar {
|
|
20148
|
+
display: flex;
|
|
20001
20149
|
-ms-flex-wrap: wrap;
|
|
20002
20150
|
flex-wrap: wrap;
|
|
20003
20151
|
grid-gap: 12px;
|
|
@@ -20006,11 +20154,10 @@ body {
|
|
|
20006
20154
|
-ms-flex-align: center;
|
|
20007
20155
|
align-items: center;
|
|
20008
20156
|
background: #fff;
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
padding: 0 18px;
|
|
20157
|
+
-webkit-box-shadow: none;
|
|
20158
|
+
box-shadow: none;
|
|
20159
|
+
margin-bottom: 20px;
|
|
20160
|
+
padding: 0 26px;
|
|
20014
20161
|
-ms-flex-negative: 0;
|
|
20015
20162
|
flex-shrink: 0; }
|
|
20016
20163
|
.filter-bar.search-bar, .search-bar.search-bar {
|
|
@@ -20022,15 +20169,68 @@ body {
|
|
|
20022
20169
|
-ms-flex-pack: justify;
|
|
20023
20170
|
justify-content: space-between; }
|
|
20024
20171
|
.filter-bar.filter-bar .filter-fields, .search-bar.filter-bar .filter-fields {
|
|
20172
|
+
display: -webkit-box;
|
|
20173
|
+
display: -ms-flexbox;
|
|
20174
|
+
display: flex;
|
|
20025
20175
|
-ms-flex-wrap: wrap;
|
|
20026
20176
|
flex-wrap: wrap;
|
|
20027
|
-
grid-gap:
|
|
20028
|
-
gap:
|
|
20177
|
+
grid-gap: 20px;
|
|
20178
|
+
gap: 20px;
|
|
20029
20179
|
-webkit-box-flex: 1;
|
|
20030
20180
|
-ms-flex: 1 1 300px;
|
|
20031
20181
|
flex: 1 1 300px;
|
|
20032
20182
|
min-width: 0; }
|
|
20183
|
+
.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 {
|
|
20184
|
+
border-radius: 4px;
|
|
20185
|
+
border-color: #3d3c3c; }
|
|
20186
|
+
.filter-bar.filter-bar .filter-fields .home-search-btn, .search-bar.filter-bar .filter-fields .home-search-btn {
|
|
20187
|
+
font-weight: 700;
|
|
20188
|
+
padding: 8px 24px;
|
|
20189
|
+
border: none;
|
|
20190
|
+
font-size: 16px;
|
|
20191
|
+
background: #007e7e;
|
|
20192
|
+
color: #fff;
|
|
20193
|
+
border-radius: 4px;
|
|
20194
|
+
height: 40px;
|
|
20195
|
+
margin-left: 12px;
|
|
20196
|
+
cursor: pointer; }
|
|
20197
|
+
.filter-bar.filter-bar .filter-fields .home-search-btn:disabled, .search-bar.filter-bar .filter-fields .home-search-btn:disabled {
|
|
20198
|
+
opacity: .5;
|
|
20199
|
+
cursor: not-allowed; }
|
|
20200
|
+
.filter-bar.filter-bar .filter-fields .home-clear-btn, .search-bar.filter-bar .filter-fields .home-clear-btn {
|
|
20201
|
+
border: none;
|
|
20202
|
+
background: transparent;
|
|
20203
|
+
color: #77787b;
|
|
20204
|
+
font-weight: 700;
|
|
20205
|
+
font-size: 16px;
|
|
20206
|
+
margin-left: 12px; }
|
|
20207
|
+
.filter-bar.filter-bar .filter-fields .search-input, .search-bar.filter-bar .filter-fields .search-input {
|
|
20208
|
+
border: 1px solid #3d3c3c;
|
|
20209
|
+
border-radius: 4px;
|
|
20210
|
+
background: #fff;
|
|
20211
|
+
padding: 0 0 0 12px;
|
|
20212
|
+
height: 40px;
|
|
20213
|
+
width: 265px;
|
|
20214
|
+
-webkit-box-sizing: border-box;
|
|
20215
|
+
box-sizing: border-box; }
|
|
20216
|
+
.filter-bar.filter-bar .filter-fields .search-input .search-icon-wrapper, .search-bar.filter-bar .filter-fields .search-input .search-icon-wrapper {
|
|
20217
|
+
margin-right: 8px;
|
|
20218
|
+
color: #77787b; }
|
|
20219
|
+
.filter-bar.filter-bar .filter-fields .search-input .home-input, .search-bar.filter-bar .filter-fields .search-input .home-input {
|
|
20220
|
+
border: none;
|
|
20221
|
+
outline: none;
|
|
20222
|
+
-webkit-box-flex: 1;
|
|
20223
|
+
-ms-flex: 1;
|
|
20224
|
+
flex: 1;
|
|
20225
|
+
height: 38px;
|
|
20226
|
+
font-size: 15px;
|
|
20227
|
+
background: transparent;
|
|
20228
|
+
padding-left: 2px;
|
|
20229
|
+
color: #222; }
|
|
20033
20230
|
.filter-bar.filter-bar .filter-actions, .search-bar.filter-bar .filter-actions {
|
|
20231
|
+
display: -webkit-box;
|
|
20232
|
+
display: -ms-flexbox;
|
|
20233
|
+
display: flex;
|
|
20034
20234
|
-webkit-box-orient: horizontal;
|
|
20035
20235
|
-webkit-box-direction: normal;
|
|
20036
20236
|
-ms-flex-direction: row;
|
|
@@ -20062,9 +20262,8 @@ body {
|
|
|
20062
20262
|
|
|
20063
20263
|
.main-table-card {
|
|
20064
20264
|
background: #fff;
|
|
20065
|
-
|
|
20066
|
-
|
|
20067
|
-
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
|
|
20265
|
+
-webkit-box-shadow: none;
|
|
20266
|
+
box-shadow: none;
|
|
20068
20267
|
padding: 0 18px 18px;
|
|
20069
20268
|
position: relative;
|
|
20070
20269
|
overflow: hidden;
|
|
@@ -20095,14 +20294,14 @@ body {
|
|
|
20095
20294
|
top: 0;
|
|
20096
20295
|
z-index: 10; }
|
|
20097
20296
|
.main-table th {
|
|
20098
|
-
font-weight:
|
|
20099
|
-
font-size:
|
|
20297
|
+
font-weight: 700;
|
|
20298
|
+
font-size: 16px;
|
|
20100
20299
|
background: #fff;
|
|
20101
20300
|
padding: 12px 8px;
|
|
20102
20301
|
border-bottom: 2px solid #e8e8e8;
|
|
20103
20302
|
position: relative;
|
|
20104
|
-
-webkit-box-shadow:
|
|
20105
|
-
box-shadow:
|
|
20303
|
+
-webkit-box-shadow: none;
|
|
20304
|
+
box-shadow: none;
|
|
20106
20305
|
text-align: left; }
|
|
20107
20306
|
.main-table .custom-table-row td {
|
|
20108
20307
|
padding: 12px 8px;
|
|
@@ -20110,6 +20309,13 @@ body {
|
|
|
20110
20309
|
font-size: 15px;
|
|
20111
20310
|
background: #fff;
|
|
20112
20311
|
text-align: left; }
|
|
20312
|
+
.main-table .custom-table-row .custom-date-picker {
|
|
20313
|
+
width: 70%; }
|
|
20314
|
+
.main-table .custom-table-row .custom-date-picker .label-field-pair.order-date-picker {
|
|
20315
|
+
border: 1px solid #3d3c3c;
|
|
20316
|
+
border-radius: 4px; }
|
|
20317
|
+
.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 {
|
|
20318
|
+
color: #231f20 !important; }
|
|
20113
20319
|
.main-table .custom-table-row:hover {
|
|
20114
20320
|
background: #f6fafd; }
|
|
20115
20321
|
|
|
@@ -20197,33 +20403,6 @@ body {
|
|
|
20197
20403
|
.filter-fields .select-wrap {
|
|
20198
20404
|
width: 160px !important; }
|
|
20199
20405
|
|
|
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
20406
|
@media screen and (max-width: 1330px) {
|
|
20228
20407
|
.filter-actions .home-input {
|
|
20229
20408
|
width: 90px; }
|