dristi-ui-css 0.0.8-dristi-kerala.7 → 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 +62 -3
- package/dist/index.min.css +3 -3
- package/package.json +1 -1
- package/src/home/components/reviewCard.scss +48 -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.
|
|
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;
|
|
@@ -23095,6 +23111,49 @@ body {
|
|
|
23095
23111
|
max-width: 100% !important;
|
|
23096
23112
|
border: 1px solid rgba(187, 187, 187, 0.73333); }
|
|
23097
23113
|
|
|
23114
|
+
.expired-page-container {
|
|
23115
|
+
display: -webkit-box;
|
|
23116
|
+
display: -ms-flexbox;
|
|
23117
|
+
display: flex;
|
|
23118
|
+
-webkit-box-pack: center;
|
|
23119
|
+
-ms-flex-pack: center;
|
|
23120
|
+
justify-content: center;
|
|
23121
|
+
-webkit-box-align: center;
|
|
23122
|
+
-ms-flex-align: center;
|
|
23123
|
+
align-items: center;
|
|
23124
|
+
min-height: 100vh;
|
|
23125
|
+
padding: 1rem;
|
|
23126
|
+
background: #f2f2f2; }
|
|
23127
|
+
.expired-page-container .expired-card {
|
|
23128
|
+
width: 100%;
|
|
23129
|
+
max-width: 420px;
|
|
23130
|
+
background: #fff;
|
|
23131
|
+
border-radius: 8px;
|
|
23132
|
+
padding: 2rem;
|
|
23133
|
+
text-align: center;
|
|
23134
|
+
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
23135
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
|
|
23136
|
+
.expired-page-container .expired-card h1 {
|
|
23137
|
+
color: #bb2c2f;
|
|
23138
|
+
margin-bottom: 1rem;
|
|
23139
|
+
font-size: 1.4rem; }
|
|
23140
|
+
.expired-page-container .expired-card p {
|
|
23141
|
+
font-size: .95rem;
|
|
23142
|
+
color: #444;
|
|
23143
|
+
line-height: 1.5; }
|
|
23144
|
+
.expired-page-container .expired-card button {
|
|
23145
|
+
margin-top: 1.5rem;
|
|
23146
|
+
width: 100%;
|
|
23147
|
+
padding: .9rem;
|
|
23148
|
+
background-color: teal;
|
|
23149
|
+
color: #fff;
|
|
23150
|
+
border: none;
|
|
23151
|
+
border-radius: 6px;
|
|
23152
|
+
font-size: 1rem;
|
|
23153
|
+
cursor: pointer; }
|
|
23154
|
+
.expired-page-container .expired-card button:hover {
|
|
23155
|
+
opacity: .9; }
|
|
23156
|
+
|
|
23098
23157
|
.geo-location-component .geolocation-header {
|
|
23099
23158
|
margin-bottom: 20px; }
|
|
23100
23159
|
|