dristi-ui-css 0.0.7-dristi-kerala.5 → 0.0.7-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 +3 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +2 -1
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.
|
|
3
|
+
* dristi-ui-css - 0.0.7-dristi-kerala.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -22038,7 +22038,8 @@ body {
|
|
|
22038
22038
|
-ms-flex-pack: start;
|
|
22039
22039
|
justify-content: start; }
|
|
22040
22040
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
22041
|
-
width: 200px;
|
|
22041
|
+
min-width: 200px;
|
|
22042
|
+
width: auto; }
|
|
22042
22043
|
.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 {
|
|
22043
22044
|
border-radius: 4px;
|
|
22044
22045
|
border-color: #3d3c3c; }
|