dristi-ui-css 0.0.9-dristi-kerala.5 → 0.0.9-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.9-dristi-kerala.5
3
+ * dristi-ui-css - 0.0.9-dristi-kerala.7
4
4
  *
5
5
  * Copyright (c) 2026 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -20851,6 +20851,67 @@ body {
20851
20851
  line-height: 37.5px;
20852
20852
  color: #231f20 !important; }
20853
20853
 
20854
+ .review-summon-warrant table thead tr > th:first-child {
20855
+ position: relative !important;
20856
+ grid-gap: 6px !important;
20857
+ gap: 6px !important; }
20858
+
20859
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child[style*="vertical-align: top"], .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child[style*=vertical-align], .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child[style], .review-summon-warrant table thead tr > th:first-child, .review-summon-warrant table thead tr > th:first-child[role=columnheader][style*=vertical-align] {
20860
+ vertical-align: middle !important;
20861
+ display: -webkit-box !important;
20862
+ display: -ms-flexbox !important;
20863
+ display: flex !important;
20864
+ -webkit-box-align: center !important;
20865
+ -ms-flex-align: center !important;
20866
+ align-items: center !important;
20867
+ -webkit-box-pack: start !important;
20868
+ -ms-flex-pack: start !important;
20869
+ justify-content: flex-start !important;
20870
+ text-align: left !important;
20871
+ padding-left: 22px !important; }
20872
+
20873
+ .review-summon-warrant table thead tr > th:first-child[style*="vertical-align: top"], .review-summon-warrant table thead tr > th:first-child[style*=vertical-align] {
20874
+ vertical-align: middle !important;
20875
+ display: -webkit-box !important;
20876
+ display: -ms-flexbox !important;
20877
+ display: flex !important;
20878
+ -webkit-box-align: center !important;
20879
+ -ms-flex-align: center !important;
20880
+ align-items: center !important;
20881
+ -webkit-box-pack: start !important;
20882
+ -ms-flex-pack: start !important;
20883
+ justify-content: flex-start !important; }
20884
+
20885
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody tr > td:first-child, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child {
20886
+ width: 64px !important;
20887
+ min-width: 64px !important;
20888
+ max-width: 64px !important;
20889
+ overflow: visible !important; }
20890
+
20891
+ .review-summon-warrant table thead tr > th:first-child .header-checkbox, .review-summon-warrant table thead tr > th:first-child input.custom-checkbox.header-checkbox, .review-summon-warrant table thead tr > th:first-child .checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .checkbox-wrap .review-summon-warrant table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, .review-summon-warrant table thead tr > th:first-child .checkbox-wrap .header-checkbox.input-emp.custom-checkbox-emp, .checkbox-wrap .review-summon-warrant table thead tr > th:first-child .header-checkbox.input-emp.custom-checkbox-emp, .review-summon-warrant table thead tr > th:first-child .checkbox-wrap input.header-checkbox.custom-checkbox-emp, .checkbox-wrap .review-summon-warrant table thead tr > th:first-child input.header-checkbox.custom-checkbox-emp, .review-summon-warrant table thead tr > th:first-child .digit-checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .digit-checkbox-wrap .review-summon-warrant table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, .review-summon-warrant table thead tr > th:first-child input[type=checkbox].header-checkbox, .review-summon-warrant table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-summon-warrant table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap .review-summon-warrant table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], .review-summon-warrant table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap .review-summon-warrant table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-summon-warrant table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .digit-checkbox-wrap .review-summon-warrant table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
20892
+ position: static !important;
20893
+ top: auto !important;
20894
+ left: 24px !important;
20895
+ -webkit-transform: none !important;
20896
+ transform: none !important;
20897
+ width: 20px !important;
20898
+ height: 20px !important;
20899
+ margin: 0 !important;
20900
+ -ms-flex-item-align: center !important;
20901
+ align-self: center !important;
20902
+ display: inline-block !important; }
20903
+
20904
+ .review-summon-warrant table tbody tr > td:nth-child(2), .review-summon-warrant table thead tr > th:nth-child(2) {
20905
+ text-align: left !important;
20906
+ padding-left: 6px !important; }
20907
+
20908
+ .review-summon-warrant table tbody tr > td:nth-child(2) {
20909
+ max-width: 32vw; }
20910
+ .review-summon-warrant table tbody tr > td:nth-child(2) a {
20911
+ display: inline-block;
20912
+ max-width: 100%;
20913
+ vertical-align: middle; }
20914
+
20854
20915
  .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
20916
  color: grey !important; }
20856
20917
 
@@ -21003,6 +21064,30 @@ body {
21003
21064
  .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
21065
  color: #999; }
21005
21066
 
21067
+ .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 {
21068
+ height: 40px;
21069
+ min-height: 40px;
21070
+ padding: 8px 24px !important;
21071
+ width: -webkit-fit-content;
21072
+ width: -moz-fit-content;
21073
+ width: fit-content;
21074
+ min-width: 220px;
21075
+ -webkit-box-shadow: none;
21076
+ box-shadow: none;
21077
+ border-radius: 2px;
21078
+ display: -webkit-inline-box;
21079
+ display: -ms-inline-flexbox;
21080
+ display: inline-flex;
21081
+ -webkit-box-align: center;
21082
+ -ms-flex-align: center;
21083
+ align-items: center;
21084
+ -webkit-box-pack: center;
21085
+ -ms-flex-pack: center;
21086
+ justify-content: center;
21087
+ -webkit-box-sizing: border-box;
21088
+ box-sizing: border-box;
21089
+ white-space: nowrap; }
21090
+
21006
21091
  .tab-container {
21007
21092
  display: -webkit-box;
21008
21093
  display: -ms-flexbox;
@@ -21173,21 +21258,59 @@ body {
21173
21258
  width: 95px; }
21174
21259
 
21175
21260
  @media screen and (max-width: 2000px) {
21176
- .review-process-page.inbox-search-wrapper table thead th:first-child {
21177
- text-align: left; }
21178
- .review-process-page.inbox-search-wrapper table thead th:first-child .header-checkbox, .review-process-page.inbox-search-wrapper table thead th:first-child input[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-process-page.inbox-search-wrapper table thead th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table thead th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead th:first-child input[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap .review-process-page.inbox-search-wrapper table thead th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead 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 th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
21261
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child {
21262
+ text-align: left;
21263
+ display: -webkit-box !important;
21264
+ display: -ms-flexbox !important;
21265
+ display: flex !important;
21266
+ -webkit-box-align: center !important;
21267
+ -ms-flex-align: center !important;
21268
+ align-items: center !important;
21269
+ position: relative; }
21270
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox].header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant .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-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], .review-summon-warrant .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-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-summon-warrant .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-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
21271
+ min-width: 20px !important;
21272
+ min-height: 20px !important;
21273
+ max-width: 20px !important;
21274
+ max-height: 20px !important;
21275
+ -webkit-box-flex: 0 !important;
21276
+ -ms-flex: 0 0 20px !important;
21277
+ flex: 0 0 20px !important;
21179
21278
  width: 20px !important;
21180
21279
  height: 20px !important;
21181
- margin: 0;
21182
- vertical-align: middle; }
21183
- .review-process-page.inbox-search-wrapper table tbody td:first-child {
21280
+ -webkit-box-sizing: border-box !important;
21281
+ box-sizing: border-box !important;
21282
+ aspect-ratio: 1/1 !important;
21283
+ -webkit-appearance: none !important;
21284
+ -moz-appearance: none !important;
21285
+ appearance: none !important;
21286
+ margin: 0 6px 0 24px;
21287
+ vertical-align: middle;
21288
+ position: static !important;
21289
+ top: auto !important;
21290
+ left: auto !important;
21291
+ -webkit-transform: none !important;
21292
+ transform: none !important; }
21293
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child {
21184
21294
  text-align: left; }
21185
- .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] {
21295
+ .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child input[type=checkbox], .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox], .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox] {
21296
+ min-width: 20px !important;
21297
+ min-height: 20px !important;
21298
+ max-width: 20px !important;
21299
+ max-height: 20px !important;
21300
+ -webkit-box-flex: 0 !important;
21301
+ -ms-flex: 0 0 20px !important;
21302
+ flex: 0 0 20px !important;
21186
21303
  width: 20px !important;
21187
21304
  height: 20px !important;
21305
+ -webkit-box-sizing: border-box !important;
21306
+ box-sizing: border-box !important;
21307
+ aspect-ratio: 1/1 !important;
21308
+ -webkit-appearance: none !important;
21309
+ -moz-appearance: none !important;
21310
+ appearance: none !important;
21188
21311
  margin: 0;
21189
21312
  vertical-align: middle; }
21190
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
21313
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
21191
21314
  display: -webkit-box;
21192
21315
  display: -ms-flexbox;
21193
21316
  display: flex;
@@ -21200,24 +21323,24 @@ body {
21200
21323
  align-items: center;
21201
21324
  width: 100%;
21202
21325
  white-space: nowrap; }
21203
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
21326
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
21204
21327
  min-width: 96px !important;
21205
21328
  width: auto;
21206
21329
  -webkit-box-flex: 0;
21207
21330
  -ms-flex: 0 0 auto;
21208
21331
  flex: 0 0 auto; }
21209
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
21332
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
21210
21333
  width: 120px;
21211
21334
  max-width: 120px;
21212
21335
  padding: 6px; }
21213
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp[name=hearingDate], .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp[name=hearingDate], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate] {
21336
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input[name=hearingDate], .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp[name=hearingDate], .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate], .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp[name=hearingDate], .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate] {
21214
21337
  padding-right: 0 !important; }
21215
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
21338
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
21216
21339
  width: 100px !important; }
21217
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
21340
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
21218
21341
  min-width: 100px;
21219
21342
  padding: 0 6px; }
21220
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
21343
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
21221
21344
  margin-left: auto;
21222
21345
  display: -webkit-box;
21223
21346
  display: -ms-flexbox;
@@ -21232,9 +21355,9 @@ body {
21232
21355
  flex: 0 0 auto;
21233
21356
  -ms-flex-negative: 0;
21234
21357
  flex-shrink: 0; }
21235
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
21358
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
21236
21359
  font-size: 13px; }
21237
- .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
21360
+ .review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
21238
21361
  width: auto !important;
21239
21362
  padding: 0 10px;
21240
21363
  min-width: unset; } }