dristi-ui-css 0.0.3-dristi-kerala.3 → 0.0.3-dristi-kerala.4
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 +9 -4
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +10 -2
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.3-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.3-dristi-kerala.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -12018,9 +12018,10 @@ body {
|
|
|
12018
12018
|
.case-and-admission .view-case-file .file-case-side-stepper {
|
|
12019
12019
|
width: 22.5% !important; }
|
|
12020
12020
|
.case-and-admission .view-case-file .file-case-side-stepper .file-case-select-form-section {
|
|
12021
|
-
width:
|
|
12022
|
-
position:
|
|
12023
|
-
padding-right: 40px;
|
|
12021
|
+
width: 100%;
|
|
12022
|
+
position: sticky;
|
|
12023
|
+
padding-right: 40px;
|
|
12024
|
+
top: 72px; }
|
|
12024
12025
|
.case-and-admission .view-case-file .file-case-form-section {
|
|
12025
12026
|
width: 58% !important;
|
|
12026
12027
|
max-width: 60% !important; }
|
|
@@ -12138,6 +12139,8 @@ body {
|
|
|
12138
12139
|
color: #3d3c3c;
|
|
12139
12140
|
margin: 0;
|
|
12140
12141
|
word-wrap: break-word; }
|
|
12142
|
+
.case-and-admission .view-case-file .file-case-checklist .checkpoint-connect-wrap {
|
|
12143
|
+
padding-bottom: 20px !important; }
|
|
12141
12144
|
.case-and-admission .view-case-file .file-case-checklist-highlight {
|
|
12142
12145
|
width: 17.5% !important;
|
|
12143
12146
|
height: -webkit-fit-content;
|
|
@@ -12191,6 +12194,8 @@ body {
|
|
|
12191
12194
|
color: #3d3c3c;
|
|
12192
12195
|
margin: 0;
|
|
12193
12196
|
word-wrap: break-word; }
|
|
12197
|
+
.case-and-admission .view-case-file .file-case-checklist-highlight .checkpoint-connect-wrap {
|
|
12198
|
+
padding-bottom: 20px !important; }
|
|
12194
12199
|
|
|
12195
12200
|
.custom-case-info-div {
|
|
12196
12201
|
background-color: #f7f5f3;
|