dristi-ui-css 0.0.9-dristi-kerala.3 → 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 +92 -3
- package/dist/index.min.css +3 -3
- package/package.json +1 -1
- package/src/home/home.scss +2 -0
- package/src/orders/reviewsummons.scss +143 -47
package/dist/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2026 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
@@ -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,6 +21208,58 @@ body {
|
|
|
21173
21208
|
width: 95px; }
|
|
21174
21209
|
|
|
21175
21210
|
@media screen and (max-width: 2000px) {
|
|
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;
|
|
21228
|
+
width: 20px !important;
|
|
21229
|
+
height: 20px !important;
|
|
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; }
|
|
21243
|
+
.review-process-page.inbox-search-wrapper table tbody td:first-child {
|
|
21244
|
+
text-align: left; }
|
|
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;
|
|
21253
|
+
width: 20px !important;
|
|
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;
|
|
21261
|
+
margin: 0;
|
|
21262
|
+
vertical-align: middle; }
|
|
21176
21263
|
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21177
21264
|
display: -webkit-box;
|
|
21178
21265
|
display: -ms-flexbox;
|
|
@@ -22215,9 +22302,11 @@ body {
|
|
|
22215
22302
|
width: -webkit-fit-content;
|
|
22216
22303
|
width: -moz-fit-content;
|
|
22217
22304
|
width: fit-content;
|
|
22305
|
+
min-width: 220px;
|
|
22218
22306
|
padding: 8px 24px; }
|
|
22219
22307
|
.bulk-submit-bar .submit-bar header, .bulk-submit-bar .workbench .workbench-create-form div.action-bar-wrap .submit-bar header, .workbench .workbench-create-form div.action-bar-wrap .bulk-submit-bar .submit-bar header {
|
|
22220
|
-
line-height: 24px;
|
|
22308
|
+
line-height: 24px;
|
|
22309
|
+
white-space: nowrap; }
|
|
22221
22310
|
|
|
22222
22311
|
.custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
22223
22312
|
appearance: none;
|