dristi-ui-css 0.0.4-dristi-kerala.6 → 0.0.4-dristi-kerala.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_comment": "This is a comment and will be ignored by npm",
|
|
3
3
|
"name": "dristi-ui-css",
|
|
4
|
-
"version": "0.0.4-dristi-kerala.
|
|
4
|
+
"version": "0.0.4-dristi-kerala.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.css",
|
|
7
7
|
"author": "Akshay Kumar <akshay.kumar@beehyv.com>",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"start": "gulp build",
|
|
16
|
-
"build:prod": "NODE_ENV=production gulp build",
|
|
16
|
+
"build:prod": "set NODE_ENV=production && gulp build",
|
|
17
17
|
"prepublish": "yarn build:prod",
|
|
18
18
|
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
19
19
|
},
|
|
@@ -494,3 +494,62 @@
|
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
|
+
|
|
498
|
+
.payment-demand-modal {
|
|
499
|
+
.select-wrap {
|
|
500
|
+
width: unset !important;
|
|
501
|
+
}
|
|
502
|
+
.payment-demand-modal-main {
|
|
503
|
+
padding: 16px 24px !important;
|
|
504
|
+
max-height: calc(100vh - 90px);
|
|
505
|
+
overflow-y: auto;
|
|
506
|
+
}
|
|
507
|
+
.payment-demand-modal-body-main {
|
|
508
|
+
display: flex;
|
|
509
|
+
flex-direction: column;
|
|
510
|
+
gap: 24px;
|
|
511
|
+
border-bottom: 1px solid #0000001a;
|
|
512
|
+
padding-bottom: 12px;
|
|
513
|
+
margin-bottom: 12px;
|
|
514
|
+
}
|
|
515
|
+
.add-link {
|
|
516
|
+
color: #007e7e;
|
|
517
|
+
font-size: 16px;
|
|
518
|
+
font-weight: 700;
|
|
519
|
+
background: transparent;
|
|
520
|
+
display: flex;
|
|
521
|
+
}
|
|
522
|
+
.payment-item {
|
|
523
|
+
display: flex;
|
|
524
|
+
flex-direction: column;
|
|
525
|
+
gap: 24px;
|
|
526
|
+
}
|
|
527
|
+
.disabled {
|
|
528
|
+
background-color: #d9d9d9;
|
|
529
|
+
}
|
|
530
|
+
.text-input input {
|
|
531
|
+
margin: 0px !important;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.payment-item-header {
|
|
535
|
+
display: "flex";
|
|
536
|
+
justify-content: "space-between";
|
|
537
|
+
align-items: "center";
|
|
538
|
+
margin-bottom: "0px";
|
|
539
|
+
border-bottom: "1px solid #BBBBBD";
|
|
540
|
+
}
|
|
541
|
+
.item-delete-icon {
|
|
542
|
+
cursor: "pointer";
|
|
543
|
+
color: "red";
|
|
544
|
+
display: "flex";
|
|
545
|
+
align-items: "center";
|
|
546
|
+
}
|
|
547
|
+
.card-textarea {
|
|
548
|
+
margin: 0px;
|
|
549
|
+
margin-bottom: 5px;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
554
|
+
height: auto !important;
|
|
555
|
+
}
|
package/src/home/home.scss
CHANGED
|
@@ -920,3 +920,16 @@
|
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
+
.pending-envelope-submission-modal {
|
|
924
|
+
.popup-module-main {
|
|
925
|
+
.popup-module-action-bar {
|
|
926
|
+
.selector-button-primary {
|
|
927
|
+
display: flex;
|
|
928
|
+
align-items: center;
|
|
929
|
+
}
|
|
930
|
+
h2 {
|
|
931
|
+
font-size: 18px !important;
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
}
|