dristi-ui-css 0.0.9-dristi-kerala.3 → 0.0.9-dristi-kerala.5
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 +19 -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 +30 -0
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.5
|
|
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 */
|
|
@@ -21173,6 +21173,20 @@ body {
|
|
|
21173
21173
|
width: 95px; }
|
|
21174
21174
|
|
|
21175
21175
|
@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] {
|
|
21179
|
+
width: 20px !important;
|
|
21180
|
+
height: 20px !important;
|
|
21181
|
+
margin: 0;
|
|
21182
|
+
vertical-align: middle; }
|
|
21183
|
+
.review-process-page.inbox-search-wrapper table tbody td:first-child {
|
|
21184
|
+
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] {
|
|
21186
|
+
width: 20px !important;
|
|
21187
|
+
height: 20px !important;
|
|
21188
|
+
margin: 0;
|
|
21189
|
+
vertical-align: middle; }
|
|
21176
21190
|
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21177
21191
|
display: -webkit-box;
|
|
21178
21192
|
display: -ms-flexbox;
|
|
@@ -22215,9 +22229,11 @@ body {
|
|
|
22215
22229
|
width: -webkit-fit-content;
|
|
22216
22230
|
width: -moz-fit-content;
|
|
22217
22231
|
width: fit-content;
|
|
22232
|
+
min-width: 220px;
|
|
22218
22233
|
padding: 8px 24px; }
|
|
22219
22234
|
.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;
|
|
22235
|
+
line-height: 24px;
|
|
22236
|
+
white-space: nowrap; }
|
|
22221
22237
|
|
|
22222
22238
|
.custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
22223
22239
|
appearance: none;
|