dristi-ui-css 0.0.7-dristi-kerala.7 → 0.0.7-dristi-kerala.9

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.7
3
+ * dristi-ui-css - 0.0.7-dristi-kerala.9
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;
@@ -10683,6 +10683,23 @@ body {
10683
10683
  font-weight: 400;
10684
10684
  line-height: 24px;
10685
10685
  color: #3d3c3c; }
10686
+ .custom-note-main-div .info-card-content {
10687
+ color: #3d3c3c;
10688
+ width: 100%; }
10689
+ .custom-note-main-div .info-card-content ul {
10690
+ list-style-type: disc;
10691
+ margin-top: 0;
10692
+ margin-bottom: 0;
10693
+ margin-left: 0;
10694
+ padding-left: 1.5rem; }
10695
+ .custom-note-main-div .info-card-content ul li {
10696
+ margin-bottom: 6px;
10697
+ color: #3d3c3c;
10698
+ padding-left: 8px; }
10699
+ .custom-note-main-div .info-card-content ul li:last-child {
10700
+ margin-bottom: 0; }
10701
+ .custom-note-main-div .info-card-content ul li::marker {
10702
+ color: #3d3c3c; }
10686
10703
 
10687
10704
  .advocate-document-info {
10688
10705
  margin-bottom: 24px; }
@@ -22051,7 +22068,8 @@ body {
22051
22068
  -ms-flex-pack: start;
22052
22069
  justify-content: start; }
22053
22070
  .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
22054
- width: 200px; }
22071
+ min-width: 200px;
22072
+ width: auto; }
22055
22073
  .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 {
22056
22074
  border-radius: 4px;
22057
22075
  border-color: #3d3c3c; }