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.6",
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
  },
@@ -595,6 +595,7 @@
595
595
  line-height: 24px;
596
596
  letter-spacing: 0px;
597
597
  text-align: center;
598
+ margin: 0px;
598
599
  }
599
600
  }
600
601
 
@@ -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
+ }
@@ -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
+ }
@@ -651,3 +651,7 @@
651
651
  background: #bb2c2f !important;
652
652
  border: none !important;
653
653
  }
654
+
655
+ .evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
656
+ height: auto;
657
+ }