dristi-ui-css 0.0.7-dristi-kerala.8 → 0.0.8-dristi-kerala.1

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.7-dristi-kerala.8
3
+ * dristi-ui-css - 0.0.8-dristi-kerala.1
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -1306,7 +1306,7 @@
1306
1306
 
1307
1307
  @media (min-width: 780px) {
1308
1308
  .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .submit-bar-disabled {
1309
- width: 240px; }
1309
+ width: 164px; }
1310
1310
  .card, .card-emp {
1311
1311
  display: -webkit-box;
1312
1312
  display: -ms-flexbox;
@@ -17883,6 +17883,12 @@ body {
17883
17883
  max-width: none;
17884
17884
  height: calc(100vh - 154px); }
17885
17885
 
17886
+ .submission-create .action-bar-wrap .submit-bar, .submission-create .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form .submission-create div.action-bar-wrap .submit-bar {
17887
+ width: -webkit-fit-content;
17888
+ width: -moz-fit-content;
17889
+ width: fit-content;
17890
+ padding: 0 12px; }
17891
+
17886
17892
  .add-party form .employeeCard .card-label-error {
17887
17893
  color: #bb2c2f !important;
17888
17894
  margin-left: 0 !important; }
@@ -22068,7 +22074,8 @@ body {
22068
22074
  -ms-flex-pack: start;
22069
22075
  justify-content: start; }
22070
22076
  .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
22071
- width: 200px; }
22077
+ min-width: 200px;
22078
+ width: auto; }
22072
22079
  .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 {
22073
22080
  border-radius: 4px;
22074
22081
  border-color: #3d3c3c; }