@djb25/digit-ui-css 1.0.9 → 1.0.10
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/package.json +1 -1
- package/src/index.scss +20 -19
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -205,12 +205,12 @@ h6 {
|
|
|
205
205
|
margin-bottom: 16px;
|
|
206
206
|
|
|
207
207
|
a {
|
|
208
|
-
color: theme(
|
|
208
|
+
color: theme(colors.link.normal);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.clear-search-label {
|
|
213
|
-
color: theme(
|
|
213
|
+
color: theme(colors.primary.main);
|
|
214
214
|
cursor: pointer;
|
|
215
215
|
}
|
|
216
216
|
|
|
@@ -223,7 +223,7 @@ h6 {
|
|
|
223
223
|
@apply flex justify-between items-center;
|
|
224
224
|
|
|
225
225
|
.download-button {
|
|
226
|
-
color: theme(
|
|
226
|
+
color: theme(colors.primary.main);
|
|
227
227
|
margin-left: 8px;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
@@ -232,13 +232,13 @@ h6 {
|
|
|
232
232
|
@apply flex mb-sm;
|
|
233
233
|
|
|
234
234
|
.download-button {
|
|
235
|
-
color: theme(
|
|
235
|
+
color: theme(colors.primary.main);
|
|
236
236
|
margin-left: 8px;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
.check-page-link-button {
|
|
241
|
-
color: theme(
|
|
241
|
+
color: theme(colors.primary.main) !important;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.pt-application-download-btn {
|
|
@@ -262,10 +262,10 @@ h6 {
|
|
|
262
262
|
gap: 10px;
|
|
263
263
|
|
|
264
264
|
svg {
|
|
265
|
-
fill: theme(
|
|
265
|
+
fill: theme(colors.primary.main);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
color: theme(
|
|
268
|
+
color: theme(colors.primary.main);
|
|
269
269
|
|
|
270
270
|
cursor: pointer;
|
|
271
271
|
font-weight: 500;
|
|
@@ -273,14 +273,14 @@ h6 {
|
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.primaryColor {
|
|
276
|
-
color: theme(
|
|
276
|
+
color: theme(colors.text.primary) !important;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
input[readonly] {
|
|
280
280
|
@apply border-grey-dark !important;
|
|
281
|
-
background-color: theme(
|
|
282
|
-
border-color: theme(
|
|
283
|
-
color: theme(
|
|
281
|
+
background-color: theme(digitv2.lightTheme.background);
|
|
282
|
+
border-color: theme(digitv2.lightTheme.text-color-secondary);
|
|
283
|
+
color: theme(digitv2.lightTheme.text-color-secondary);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.hide-input-type-file {
|
|
@@ -321,7 +321,7 @@ input[readonly] {
|
|
|
321
321
|
height: 2.5rem;
|
|
322
322
|
|
|
323
323
|
&__wrapper {
|
|
324
|
-
border: 2px solid theme(
|
|
324
|
+
border: 2px solid theme(colors.text.primary);
|
|
325
325
|
padding-left: 16px;
|
|
326
326
|
}
|
|
327
327
|
|
|
@@ -430,7 +430,7 @@ input[type="number"] {
|
|
|
430
430
|
|
|
431
431
|
.cheque-date {
|
|
432
432
|
@apply flex items-center mb-lg;
|
|
433
|
-
border: 2px solid theme(
|
|
433
|
+
border: 2px solid theme(colors.text.primary);
|
|
434
434
|
border-radius: 2px;
|
|
435
435
|
|
|
436
436
|
input {
|
|
@@ -455,7 +455,7 @@ input[type="number"] {
|
|
|
455
455
|
|
|
456
456
|
.ifsc-field {
|
|
457
457
|
@apply flex items-center mb-lg;
|
|
458
|
-
border: 2px solid theme(
|
|
458
|
+
border: 2px solid theme(colors.text.primary);
|
|
459
459
|
border-radius: 2px;
|
|
460
460
|
|
|
461
461
|
input {
|
|
@@ -585,7 +585,7 @@ input[type="number"] {
|
|
|
585
585
|
padding: 8px 24px;
|
|
586
586
|
color: white;
|
|
587
587
|
cursor: pointer;
|
|
588
|
-
background-color: theme(
|
|
588
|
+
background-color: theme(colors.primary.main);
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
}
|
|
@@ -632,8 +632,7 @@ input[type="number"] {
|
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
.applications-list-container {
|
|
636
|
-
}
|
|
635
|
+
.applications-list-container {}
|
|
637
636
|
|
|
638
637
|
.complaint-summary {
|
|
639
638
|
@media (min-width: 780px) {
|
|
@@ -663,6 +662,7 @@ input[type="number"] {
|
|
|
663
662
|
}
|
|
664
663
|
|
|
665
664
|
@media (min-width: 780px) {
|
|
665
|
+
|
|
666
666
|
.citizen-obps-wrapper,
|
|
667
667
|
.pgr-citizen-wrapper,
|
|
668
668
|
.pt-citizen,
|
|
@@ -689,6 +689,7 @@ input[type="number"] {
|
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
@media only screen and (max-width: 768px) {
|
|
692
|
+
|
|
692
693
|
/* For mobile phones: */
|
|
693
694
|
.error-boundary {
|
|
694
695
|
height: 75vh;
|
|
@@ -775,7 +776,7 @@ input[type="number"] {
|
|
|
775
776
|
.modal-body-ws {
|
|
776
777
|
padding: 1rem;
|
|
777
778
|
font-weight: 700;
|
|
778
|
-
color: theme(
|
|
779
|
+
color: theme(colors.text.primary);
|
|
779
780
|
font-size: 24px;
|
|
780
781
|
margin-bottom: 1rem;
|
|
781
782
|
}
|
|
@@ -806,4 +807,4 @@ input[type="number"] {
|
|
|
806
807
|
margin-right: -27%;
|
|
807
808
|
max-height: 120px;
|
|
808
809
|
margin-top: 90px;
|
|
809
|
-
}
|
|
810
|
+
}
|