dristi-ui-css 0.0.7-dristi-kerala.1 → 0.0.7-dristi-kerala.2
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 +14 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +17 -0
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.
|
|
3
|
+
* dristi-ui-css - 0.0.7-dristi-kerala.2
|
|
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; }
|