dristi-ui-css 0.0.7-dristi-kerala.1 → 0.0.7-dristi-kerala.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.7-dristi-kerala.1
3
+ * dristi-ui-css - 0.0.7-dristi-kerala.3
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -12722,6 +12722,14 @@ body {
12722
12722
  margin-left: 8px;
12723
12723
  margin-top: 8px;
12724
12724
  cursor: pointer; }
12725
+ .process-courier-service .accused-process-courier .info-icon .place-bottom {
12726
+ max-width: 250px;
12727
+ word-wrap: break-word;
12728
+ opacity: 1 !important;
12729
+ padding: 12px;
12730
+ line-height: 16px;
12731
+ border-radius: 8px;
12732
+ text-align: center; }
12725
12733
  .process-courier-service .accused-process-courier .optional {
12726
12734
  color: #77787b;
12727
12735
  font-size: 16px;
@@ -12859,6 +12867,11 @@ body {
12859
12867
  font-weight: 400;
12860
12868
  color: #0b0c0c;
12861
12869
  margin-bottom: 4px; }
12870
+ .process-courier-service .address-card-input input, .process-courier-service .address-card-input .checkbox-wrap .input-emp, .checkbox-wrap .process-courier-service .address-card-input .input-emp, .process-courier-service .address-card-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .process-courier-service .address-card-input .input-emp {
12871
+ margin-bottom: 0; }
12872
+ .process-courier-service .address-card-input .card-label-error {
12873
+ color: #b91900 !important;
12874
+ margin-bottom: 0; }
12862
12875
 
12863
12876
  .complainant-edit .card-section-header:first-child, .respondent-edit .card-section-header:first-child {
12864
12877
  margin-bottom: 8px; }
@@ -14186,8 +14199,11 @@ body {
14186
14199
  display: -webkit-box;
14187
14200
  display: -ms-flexbox;
14188
14201
  display: flex;
14189
- grid-gap: 16px;
14190
- gap: 16px; }
14202
+ -webkit-box-align: start;
14203
+ -ms-flex-align: start;
14204
+ align-items: flex-start;
14205
+ grid-gap: 4px;
14206
+ gap: 4px; }
14191
14207
  .info-row h3 {
14192
14208
  margin: 0;
14193
14209
  font-family: Roboto;
@@ -14199,7 +14215,7 @@ body {
14199
14215
  font-weight: 700;
14200
14216
  color: #0a0a0a; }
14201
14217
  .info-row .info-value {
14202
- width: calc(100% - 180px);
14218
+ width: calc(100% - 140px);
14203
14219
  font-weight: 400 !important;
14204
14220
  color: #3d3c3c !important; }
14205
14221