@djb25/digit-ui-css 1.0.33 → 1.0.35

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.
@@ -232,10 +232,8 @@
232
232
  background-color: #e2e8f0;
233
233
  color: #5d6774;
234
234
  }
235
- }
236
235
 
237
- @media (max-width: 480px) {
238
- .generic-button {
236
+ @media (max-width: 768px) {
239
237
  padding: 0 12px;
240
238
  }
241
239
  }
@@ -259,6 +257,110 @@
259
257
  @apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
260
258
  }
261
259
 
260
+ .inbox-container {
261
+ .search-container {
262
+ .search-complaint-container {
263
+ border-radius: 6px;
264
+ width: 100%;
265
+ margin: auto;
266
+ @apply flex flex-col items-start mb-md bg-white p-md;
267
+
268
+ .complaint-header {
269
+ display: flex;
270
+ @apply flex justify-between w-full;
271
+ margin-bottom: 20px;
272
+ }
273
+
274
+ .complaint-input-container {
275
+ /* display: inline-block !important; */
276
+ display: grid;
277
+ grid-template-columns: 33.33% 33.33% 33.33%;
278
+
279
+ &.for-pt {
280
+ &.for-search {
281
+ grid-template-columns: 25% 25% 25% 25%;
282
+
283
+ .input-fields:nth-child(3n) {
284
+ @apply mr-md !important;
285
+ }
286
+
287
+ .input-fields:nth-child(4n) {
288
+ margin-right: 0 !important;
289
+ }
290
+
291
+ .search-submit-wrapper {
292
+ grid-column: 4/5;
293
+ /* margin-top: 56px;*/
294
+ max-width: unset;
295
+ margin-left: unset;
296
+ }
297
+ }
298
+ }
299
+
300
+ .search-submit-wrapper {
301
+ grid-column: 3/4;
302
+ margin-left: 50%;
303
+ max-width: 50%;
304
+ grid-column: 3/4;
305
+ @apply flex flex-col justify-center text-center;
306
+
307
+ .submit-bar-search {
308
+ margin-top: unset;
309
+ width: 100%;
310
+ margin-bottom: 20px;
311
+ margin-left: unset;
312
+ max-width: 100%;
313
+ width: 100%;
314
+ }
315
+ }
316
+
317
+ .input-fields {
318
+ /*width: calc(50% - 16px);*/
319
+
320
+ @apply inline-block mr-md !important;
321
+
322
+ .inbox-search-form-error {
323
+ padding-top: 0;
324
+ margin-top: 0;
325
+ @apply absolute;
326
+ }
327
+ }
328
+
329
+ .input-fields:nth-child(3n) {
330
+ margin-right: 0 !important;
331
+ }
332
+
333
+ .complaint-input {
334
+ @apply flex flex-col;
335
+
336
+ .clear-search {
337
+ @apply text-focus;
338
+ @apply block;
339
+ cursor: pointer;
340
+
341
+ &:hover {
342
+ color: theme(colors.link.hover);
343
+ cursor: pointer;
344
+ }
345
+ }
346
+ }
347
+ }
348
+
349
+ .search-action-wrapper {
350
+ width: 33%;
351
+ margin-top: 28px;
352
+ @apply inline-block align-middle text-center;
353
+
354
+ button {
355
+ margin: 0;
356
+ width: 100%;
357
+ max-width: 300px !important;
358
+ }
359
+ }
360
+ }
361
+ }
362
+ }
363
+
262
364
  @screen dt {
263
365
  .complaint-links-container {
264
366
  /* @apply bg-white; */
@@ -634,6 +736,9 @@
634
736
 
635
737
  .search-tab-head {
636
738
  padding: 10px 35px;
739
+ @media (max-width: 480px) {
740
+ padding: 5px;
741
+ }
637
742
  }
638
743
 
639
744
  .search-tab-head-selected {
@@ -641,6 +746,9 @@
641
746
  color: rgb(244, 119, 56);
642
747
  border-bottom: 4px solid rgb(244, 119, 56);
643
748
  font-weight: bold;
749
+ @media (max-width: 480px) {
750
+ padding: 5px;
751
+ }
644
752
  }
645
753
 
646
754
  .search-tab-head-selected:focus {
@@ -102,10 +102,17 @@
102
102
  display: flex;
103
103
  flex-direction: column;
104
104
  gap: 16px;
105
+ @media (max-width: 768px) {
106
+ padding-bottom: 12px;
107
+ }
105
108
  }
106
109
 
107
110
  .employee-form-content-with-action-bar {
108
- margin-bottom: 62px;
111
+ padding-bottom: 48px;
112
+ height: 100%;
113
+ @media (max-width: 768px) {
114
+ padding-bottom: 68px;
115
+ }
109
116
  }
110
117
 
111
118
  .employee-form-section-wrapper {