@djb25/digit-ui-css 1.0.63 → 1.0.64
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 +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/landingpage.scss +575 -343
- package/src/components/table.scss +27 -17
- package/src/pages/employee/inbox.scss +101 -66
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.basetable {
|
|
22
|
-
font-family: DM Sans, Segoe UI, ui-sans-serif, sans-serif;
|
|
23
22
|
background: rgb(255, 255, 255);
|
|
24
23
|
border: 1px solid rgb(226, 232, 240);
|
|
25
24
|
border-radius: 12px;
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
border-radius: 6;
|
|
112
111
|
padding: 6px 10px 6px 30px;
|
|
113
112
|
font-size: 13;
|
|
114
|
-
font-family:
|
|
113
|
+
font-family: DM Sans, Segoe UI, ui-sans-serif, sans-serif;
|
|
115
114
|
color: #0f172a;
|
|
116
115
|
background: #fff;
|
|
117
116
|
outline: none;
|
|
@@ -134,7 +133,7 @@
|
|
|
134
133
|
align-items: center;
|
|
135
134
|
}
|
|
136
135
|
.export-button {
|
|
137
|
-
display:
|
|
136
|
+
display: flex !important;
|
|
138
137
|
align-items: center;
|
|
139
138
|
gap: 6;
|
|
140
139
|
border-radius: 6;
|
|
@@ -177,7 +176,6 @@
|
|
|
177
176
|
border-spacing: 0;
|
|
178
177
|
font-size: 13.5;
|
|
179
178
|
color: #0f172a;
|
|
180
|
-
font-family: DM Sans, Segoe UI, ui-sans-serif, sans-serif;
|
|
181
179
|
|
|
182
180
|
.thead {
|
|
183
181
|
.tr {
|
|
@@ -213,18 +211,22 @@
|
|
|
213
211
|
gap: 5;
|
|
214
212
|
justify-content: center;
|
|
215
213
|
width: 100%;
|
|
216
|
-
.col-head {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
214
|
+
.col-head-wrapper {
|
|
215
|
+
display: flex;
|
|
216
|
+
gap: 4px;
|
|
217
|
+
.col-head {
|
|
218
|
+
font-size: 11px;
|
|
219
|
+
font-weight: 700;
|
|
220
|
+
text-transform: uppercase;
|
|
221
|
+
letter-spacing: 0.07em;
|
|
222
|
+
transition: color 0.15s;
|
|
223
|
+
}
|
|
224
|
+
.col-head.accentDark {
|
|
225
|
+
color: #5282e6;
|
|
226
|
+
}
|
|
227
|
+
.col-head.textSecondary {
|
|
228
|
+
color: #475569;
|
|
229
|
+
}
|
|
228
230
|
}
|
|
229
231
|
}
|
|
230
232
|
}
|
|
@@ -234,6 +236,14 @@
|
|
|
234
236
|
}
|
|
235
237
|
}
|
|
236
238
|
|
|
239
|
+
.search-box-wrapper {
|
|
240
|
+
.export-button {
|
|
241
|
+
display: flex;
|
|
242
|
+
gap: 4px;
|
|
243
|
+
align-items: center;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
237
247
|
.table {
|
|
238
248
|
@apply bg-white w-full;
|
|
239
249
|
|
|
@@ -248,7 +258,7 @@
|
|
|
248
258
|
@apply font-bold align-middle text-left;
|
|
249
259
|
|
|
250
260
|
&:first-child {
|
|
251
|
-
min-width:
|
|
261
|
+
min-width: fit-content;
|
|
252
262
|
}
|
|
253
263
|
|
|
254
264
|
&:nth-child(2) {
|
|
@@ -283,8 +283,7 @@
|
|
|
283
283
|
.search-complaint-container {
|
|
284
284
|
border-radius: 6px;
|
|
285
285
|
width: 100%;
|
|
286
|
-
|
|
287
|
-
@apply flex flex-col items-start mb-md bg-white p-md;
|
|
286
|
+
@apply flex flex-col items-start bg-white p-md;
|
|
288
287
|
|
|
289
288
|
.complaint-header {
|
|
290
289
|
display: flex;
|
|
@@ -487,13 +486,10 @@
|
|
|
487
486
|
}
|
|
488
487
|
|
|
489
488
|
.search-container {
|
|
490
|
-
width: 874px;
|
|
491
|
-
|
|
492
489
|
.search-complaint-container {
|
|
493
490
|
border-radius: 6px;
|
|
494
|
-
width: 100
|
|
495
|
-
|
|
496
|
-
@apply flex flex-col items-start mb-md bg-white p-md;
|
|
491
|
+
width: 100% !important;
|
|
492
|
+
@apply flex flex-col items-start bg-white p-md;
|
|
497
493
|
|
|
498
494
|
.complaint-header {
|
|
499
495
|
display: flex;
|
|
@@ -590,6 +586,65 @@
|
|
|
590
586
|
}
|
|
591
587
|
}
|
|
592
588
|
}
|
|
589
|
+
|
|
590
|
+
.groupBill-custom {
|
|
591
|
+
.custom-group-merge-container {
|
|
592
|
+
display: flex !important;
|
|
593
|
+
justify-content: space-between !important;
|
|
594
|
+
|
|
595
|
+
.header {
|
|
596
|
+
display: flex;
|
|
597
|
+
align-items: baseline;
|
|
598
|
+
|
|
599
|
+
.logo {
|
|
600
|
+
margin-right: 1rem;
|
|
601
|
+
|
|
602
|
+
svg {
|
|
603
|
+
path {
|
|
604
|
+
fill: theme(colors.primary.main);
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.h1 {
|
|
610
|
+
font-size: 24px;
|
|
611
|
+
line-height: 28px;
|
|
612
|
+
font-weight: 400;
|
|
613
|
+
color: theme(colors.primary.main);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
.inbox-container {
|
|
619
|
+
.search-container {
|
|
620
|
+
.search-complaint-container {
|
|
621
|
+
display: flex;
|
|
622
|
+
flex-direction: row;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.group-complaint-input-container {
|
|
626
|
+
width: 33% !important;
|
|
627
|
+
display: flex;
|
|
628
|
+
flex-direction: column;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.inbox-action-container {
|
|
634
|
+
display: flex;
|
|
635
|
+
flex-direction: row-reverse;
|
|
636
|
+
|
|
637
|
+
.clear-search {
|
|
638
|
+
margin-top: 65px;
|
|
639
|
+
margin-left: 16px;
|
|
640
|
+
padding-top: unset !important;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.submit-bar-search {
|
|
644
|
+
margin-top: 55px !important;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
593
648
|
}
|
|
594
649
|
|
|
595
650
|
.input-fields {
|
|
@@ -675,64 +730,6 @@
|
|
|
675
730
|
}
|
|
676
731
|
|
|
677
732
|
@screen dt {
|
|
678
|
-
.groupBill-custom {
|
|
679
|
-
.custom-group-merge-container {
|
|
680
|
-
display: flex !important;
|
|
681
|
-
justify-content: space-between !important;
|
|
682
|
-
|
|
683
|
-
.header {
|
|
684
|
-
display: flex;
|
|
685
|
-
align-items: baseline;
|
|
686
|
-
|
|
687
|
-
.logo {
|
|
688
|
-
margin-right: 1rem;
|
|
689
|
-
|
|
690
|
-
svg {
|
|
691
|
-
path {
|
|
692
|
-
fill: theme(colors.primary.main);
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.h1 {
|
|
698
|
-
font-size: 24px;
|
|
699
|
-
line-height: 28px;
|
|
700
|
-
font-weight: 400;
|
|
701
|
-
color: theme(colors.primary.main);
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.inbox-container {
|
|
707
|
-
.search-container {
|
|
708
|
-
.search-complaint-container {
|
|
709
|
-
display: flex;
|
|
710
|
-
flex-direction: row;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.group-complaint-input-container {
|
|
714
|
-
width: 33% !important;
|
|
715
|
-
display: flex;
|
|
716
|
-
flex-direction: column;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.inbox-action-container {
|
|
722
|
-
display: flex;
|
|
723
|
-
flex-direction: row-reverse;
|
|
724
|
-
|
|
725
|
-
.clear-search {
|
|
726
|
-
margin-top: 65px;
|
|
727
|
-
margin-left: 16px;
|
|
728
|
-
padding-top: unset !important;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.submit-bar-search {
|
|
732
|
-
margin-top: 55px !important;
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
733
|
}
|
|
737
734
|
|
|
738
735
|
.plumber-details-new-value-wrapper {
|
|
@@ -762,7 +759,7 @@
|
|
|
762
759
|
|
|
763
760
|
.search-tabs-container {
|
|
764
761
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
765
|
-
margin-bottom:
|
|
762
|
+
margin-bottom: 8px;
|
|
766
763
|
display: flex;
|
|
767
764
|
justify-content: space-between;
|
|
768
765
|
|
|
@@ -810,6 +807,24 @@
|
|
|
810
807
|
tr {
|
|
811
808
|
th {
|
|
812
809
|
text-align: center;
|
|
810
|
+
.col-head-wrapper {
|
|
811
|
+
display: flex;
|
|
812
|
+
gap: 4px;
|
|
813
|
+
align-items: center;
|
|
814
|
+
.col-head {
|
|
815
|
+
font-size: 11px;
|
|
816
|
+
font-weight: 700;
|
|
817
|
+
text-transform: uppercase;
|
|
818
|
+
letter-spacing: 0.07em;
|
|
819
|
+
transition: color 0.15s;
|
|
820
|
+
}
|
|
821
|
+
.col-head.accentDark {
|
|
822
|
+
color: #5282e6;
|
|
823
|
+
}
|
|
824
|
+
.col-head.textSecondary {
|
|
825
|
+
color: #475569;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
813
828
|
}
|
|
814
829
|
}
|
|
815
830
|
}
|
|
@@ -822,3 +837,23 @@
|
|
|
822
837
|
}
|
|
823
838
|
}
|
|
824
839
|
}
|
|
840
|
+
|
|
841
|
+
.col-head-wrapper {
|
|
842
|
+
display: flex;
|
|
843
|
+
gap: 4px;
|
|
844
|
+
align-items: center;
|
|
845
|
+
.col-head {
|
|
846
|
+
font-size: 14px;
|
|
847
|
+
font-weight: 700;
|
|
848
|
+
text-transform: uppercase;
|
|
849
|
+
letter-spacing: 0.07em;
|
|
850
|
+
transition: color 0.15s;
|
|
851
|
+
color: #000000 !important;
|
|
852
|
+
}
|
|
853
|
+
.col-head.accentDark {
|
|
854
|
+
color: #5282e6;
|
|
855
|
+
}
|
|
856
|
+
.col-head.textSecondary {
|
|
857
|
+
color: #475569;
|
|
858
|
+
}
|
|
859
|
+
}
|