dristi-ui-css 0.0.9-dristi-kerala.5 → 0.0.9-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 +79 -6
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/orders/reviewsummons.scss +138 -72
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.9-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.9-dristi-kerala.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2026 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -20851,6 +20851,20 @@ body {
|
|
|
20851
20851
|
line-height: 37.5px;
|
|
20852
20852
|
color: #231f20 !important; }
|
|
20853
20853
|
|
|
20854
|
+
table thead tr > th:first-child {
|
|
20855
|
+
position: relative !important;
|
|
20856
|
+
vertical-align: middle !important; }
|
|
20857
|
+
|
|
20858
|
+
table thead tr > th:first-child .header-checkbox, table thead tr > th:first-child input.custom-checkbox.header-checkbox, table thead tr > th:first-child .checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .checkbox-wrap table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, table thead tr > th:first-child .checkbox-wrap .header-checkbox.input-emp.custom-checkbox-emp, .checkbox-wrap table thead tr > th:first-child .header-checkbox.input-emp.custom-checkbox-emp, table thead tr > th:first-child .checkbox-wrap input.header-checkbox.custom-checkbox-emp, .checkbox-wrap table thead tr > th:first-child input.header-checkbox.custom-checkbox-emp, table thead tr > th:first-child .digit-checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .digit-checkbox-wrap table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, table thead tr > th:first-child input[type=checkbox].header-checkbox, table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .digit-checkbox-wrap table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
|
|
20859
|
+
position: absolute !important;
|
|
20860
|
+
top: 50% !important;
|
|
20861
|
+
-webkit-transform: translateY(-50%) !important;
|
|
20862
|
+
transform: translateY(-50%) !important;
|
|
20863
|
+
left: 18px !important;
|
|
20864
|
+
width: 20px !important;
|
|
20865
|
+
height: 20px !important;
|
|
20866
|
+
margin: 0 !important; }
|
|
20867
|
+
|
|
20854
20868
|
.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] {
|
|
20855
20869
|
color: grey !important; }
|
|
20856
20870
|
|
|
@@ -21003,6 +21017,27 @@ body {
|
|
|
21003
21017
|
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder {
|
|
21004
21018
|
color: #999; }
|
|
21005
21019
|
|
|
21020
|
+
.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, .bulk-submit-bar .submit-bar-disabled {
|
|
21021
|
+
height: 40px;
|
|
21022
|
+
min-height: 40px;
|
|
21023
|
+
padding: 0 16px !important;
|
|
21024
|
+
width: auto !important;
|
|
21025
|
+
-webkit-box-shadow: none;
|
|
21026
|
+
box-shadow: none;
|
|
21027
|
+
border-radius: 2px;
|
|
21028
|
+
display: -webkit-inline-box;
|
|
21029
|
+
display: -ms-inline-flexbox;
|
|
21030
|
+
display: inline-flex;
|
|
21031
|
+
-webkit-box-align: center;
|
|
21032
|
+
-ms-flex-align: center;
|
|
21033
|
+
align-items: center;
|
|
21034
|
+
-webkit-box-pack: center;
|
|
21035
|
+
-ms-flex-pack: center;
|
|
21036
|
+
justify-content: center;
|
|
21037
|
+
-webkit-box-sizing: border-box;
|
|
21038
|
+
box-sizing: border-box;
|
|
21039
|
+
white-space: nowrap; }
|
|
21040
|
+
|
|
21006
21041
|
.tab-container {
|
|
21007
21042
|
display: -webkit-box;
|
|
21008
21043
|
display: -ms-flexbox;
|
|
@@ -21173,18 +21208,56 @@ body {
|
|
|
21173
21208
|
width: 95px; }
|
|
21174
21209
|
|
|
21175
21210
|
@media screen and (max-width: 2000px) {
|
|
21176
|
-
.review-process-page.inbox-search-wrapper table thead th:first-child {
|
|
21177
|
-
text-align: left;
|
|
21178
|
-
|
|
21211
|
+
.review-process-page.inbox-search-wrapper table thead tr > th:first-child {
|
|
21212
|
+
text-align: left;
|
|
21213
|
+
display: -webkit-box !important;
|
|
21214
|
+
display: -ms-flexbox !important;
|
|
21215
|
+
display: flex !important;
|
|
21216
|
+
-webkit-box-align: center !important;
|
|
21217
|
+
-ms-flex-align: center !important;
|
|
21218
|
+
align-items: center !important;
|
|
21219
|
+
position: relative; }
|
|
21220
|
+
.review-process-page.inbox-search-wrapper table thead tr > th:first-child .header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
|
|
21221
|
+
min-width: 20px !important;
|
|
21222
|
+
min-height: 20px !important;
|
|
21223
|
+
max-width: 20px !important;
|
|
21224
|
+
max-height: 20px !important;
|
|
21225
|
+
-webkit-box-flex: 0 !important;
|
|
21226
|
+
-ms-flex: 0 0 20px !important;
|
|
21227
|
+
flex: 0 0 20px !important;
|
|
21179
21228
|
width: 20px !important;
|
|
21180
21229
|
height: 20px !important;
|
|
21181
|
-
|
|
21182
|
-
|
|
21230
|
+
-webkit-box-sizing: border-box !important;
|
|
21231
|
+
box-sizing: border-box !important;
|
|
21232
|
+
aspect-ratio: 1/1 !important;
|
|
21233
|
+
-webkit-appearance: none !important;
|
|
21234
|
+
-moz-appearance: none !important;
|
|
21235
|
+
appearance: none !important;
|
|
21236
|
+
margin: 0 6px 0 18px;
|
|
21237
|
+
vertical-align: middle;
|
|
21238
|
+
position: static !important;
|
|
21239
|
+
top: auto !important;
|
|
21240
|
+
left: auto !important;
|
|
21241
|
+
-webkit-transform: none !important;
|
|
21242
|
+
transform: none !important; }
|
|
21183
21243
|
.review-process-page.inbox-search-wrapper table tbody td:first-child {
|
|
21184
21244
|
text-align: left; }
|
|
21185
21245
|
.review-process-page.inbox-search-wrapper table tbody td:first-child input[type=checkbox], .review-process-page.inbox-search-wrapper table tbody td:first-child .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox], .review-process-page.inbox-search-wrapper table tbody td:first-child .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox] {
|
|
21246
|
+
min-width: 20px !important;
|
|
21247
|
+
min-height: 20px !important;
|
|
21248
|
+
max-width: 20px !important;
|
|
21249
|
+
max-height: 20px !important;
|
|
21250
|
+
-webkit-box-flex: 0 !important;
|
|
21251
|
+
-ms-flex: 0 0 20px !important;
|
|
21252
|
+
flex: 0 0 20px !important;
|
|
21186
21253
|
width: 20px !important;
|
|
21187
21254
|
height: 20px !important;
|
|
21255
|
+
-webkit-box-sizing: border-box !important;
|
|
21256
|
+
box-sizing: border-box !important;
|
|
21257
|
+
aspect-ratio: 1/1 !important;
|
|
21258
|
+
-webkit-appearance: none !important;
|
|
21259
|
+
-moz-appearance: none !important;
|
|
21260
|
+
appearance: none !important;
|
|
21188
21261
|
margin: 0;
|
|
21189
21262
|
vertical-align: middle; }
|
|
21190
21263
|
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|