dristi-ui-css 0.0.8-dristi-kerala.2 → 0.0.8-dristi-kerala.3
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 +46 -52
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/orders/reviewsummons.scss +2 -9
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.8-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.8-dristi-kerala.3
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -21145,63 +21145,57 @@ body {
|
|
|
21145
21145
|
width: 95px; }
|
|
21146
21146
|
|
|
21147
21147
|
@media screen and (max-width: 2000px) {
|
|
21148
|
-
.review-process-page
|
|
21149
|
-
|
|
21150
|
-
|
|
21148
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21149
|
+
display: -webkit-box;
|
|
21150
|
+
display: -ms-flexbox;
|
|
21151
|
+
display: flex;
|
|
21152
|
+
-ms-flex-wrap: nowrap;
|
|
21153
|
+
flex-wrap: nowrap;
|
|
21154
|
+
grid-gap: 6px;
|
|
21155
|
+
gap: 6px;
|
|
21156
|
+
-webkit-box-align: center;
|
|
21157
|
+
-ms-flex-align: center;
|
|
21158
|
+
align-items: center;
|
|
21159
|
+
width: 100%;
|
|
21160
|
+
white-space: nowrap; }
|
|
21161
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
21162
|
+
min-width: 96px !important;
|
|
21163
|
+
width: auto;
|
|
21164
|
+
-webkit-box-flex: 0;
|
|
21165
|
+
-ms-flex: 0 0 auto;
|
|
21166
|
+
flex: 0 0 auto; }
|
|
21167
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
|
|
21168
|
+
width: 120px;
|
|
21169
|
+
max-width: 120px;
|
|
21170
|
+
padding: 6px; }
|
|
21171
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp[name=hearingDate], .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp[name=hearingDate], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate] {
|
|
21172
|
+
padding-right: 0 !important; }
|
|
21173
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
|
|
21174
|
+
width: 100px !important; }
|
|
21175
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
21176
|
+
min-width: 100px;
|
|
21177
|
+
padding: 0 6px; }
|
|
21178
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21179
|
+
margin-left: auto;
|
|
21151
21180
|
display: -webkit-box;
|
|
21152
21181
|
display: -ms-flexbox;
|
|
21153
21182
|
display: flex;
|
|
21154
|
-
-ms-flex-wrap: nowrap;
|
|
21155
|
-
flex-wrap: nowrap;
|
|
21156
|
-
grid-gap: 6px;
|
|
21157
|
-
gap: 6px;
|
|
21158
21183
|
-webkit-box-align: center;
|
|
21159
21184
|
-ms-flex-align: center;
|
|
21160
21185
|
align-items: center;
|
|
21161
|
-
|
|
21162
|
-
|
|
21163
|
-
|
|
21164
|
-
|
|
21165
|
-
|
|
21166
|
-
|
|
21167
|
-
|
|
21168
|
-
|
|
21169
|
-
|
|
21170
|
-
|
|
21171
|
-
|
|
21172
|
-
|
|
21173
|
-
|
|
21174
|
-
padding-right: 0 !important; }
|
|
21175
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
|
|
21176
|
-
width: 100px !important; }
|
|
21177
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
21178
|
-
min-width: 100px;
|
|
21179
|
-
padding: 0 6px; }
|
|
21180
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
|
|
21181
|
-
top: 40px;
|
|
21182
|
-
max-height: 160px;
|
|
21183
|
-
overflow-y: auto; }
|
|
21184
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21185
|
-
margin-left: auto;
|
|
21186
|
-
display: -webkit-box;
|
|
21187
|
-
display: -ms-flexbox;
|
|
21188
|
-
display: flex;
|
|
21189
|
-
-webkit-box-align: center;
|
|
21190
|
-
-ms-flex-align: center;
|
|
21191
|
-
align-items: center;
|
|
21192
|
-
grid-gap: 6px;
|
|
21193
|
-
gap: 6px;
|
|
21194
|
-
-webkit-box-flex: 0;
|
|
21195
|
-
-ms-flex: 0 0 auto;
|
|
21196
|
-
flex: 0 0 auto;
|
|
21197
|
-
-ms-flex-negative: 0;
|
|
21198
|
-
flex-shrink: 0; }
|
|
21199
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
21200
|
-
font-size: 13px; }
|
|
21201
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
21202
|
-
width: auto !important;
|
|
21203
|
-
padding: 0 10px;
|
|
21204
|
-
min-width: unset; } }
|
|
21186
|
+
grid-gap: 6px;
|
|
21187
|
+
gap: 6px;
|
|
21188
|
+
-webkit-box-flex: 0;
|
|
21189
|
+
-ms-flex: 0 0 auto;
|
|
21190
|
+
flex: 0 0 auto;
|
|
21191
|
+
-ms-flex-negative: 0;
|
|
21192
|
+
flex-shrink: 0; }
|
|
21193
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
21194
|
+
font-size: 13px; }
|
|
21195
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
21196
|
+
width: auto !important;
|
|
21197
|
+
padding: 0 10px;
|
|
21198
|
+
min-width: unset; } }
|
|
21205
21199
|
|
|
21206
21200
|
.epost-print-and-send .speed-post-header {
|
|
21207
21201
|
font-family: Roboto;
|