dristi-ui-css 0.0.2-dristi-kerala.3 → 0.0.2-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 +26 -20
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +5 -0
- package/src/dristi/editProfile.scss +2 -3
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.2-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.2-dristi-kerala.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -11206,6 +11206,11 @@ body {
|
|
|
11206
11206
|
margin: 0 !important;
|
|
11207
11207
|
max-width: 100%; }
|
|
11208
11208
|
|
|
11209
|
+
.demand-notice .date-of-accrual {
|
|
11210
|
+
color: #bbbbbd !important;
|
|
11211
|
+
border: 1px solid #bbbbbd !important;
|
|
11212
|
+
pointer-events: none !important; }
|
|
11213
|
+
|
|
11209
11214
|
.delay-application .label-field-pair {
|
|
11210
11215
|
padding-bottom: 16px; }
|
|
11211
11216
|
.delay-application .label-field-pair h2.card-label, .delay-application .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field h2.control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .delay-application .label-field-pair h2.control-label {
|
|
@@ -12226,25 +12231,26 @@ body {
|
|
|
12226
12231
|
line-height: 18.75px;
|
|
12227
12232
|
text-align: center; }
|
|
12228
12233
|
|
|
12229
|
-
.complainant, .respondent {
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12235
|
-
|
|
12236
|
-
|
|
12237
|
-
|
|
12238
|
-
|
|
12239
|
-
|
|
12240
|
-
|
|
12241
|
-
|
|
12242
|
-
|
|
12243
|
-
|
|
12244
|
-
|
|
12245
|
-
|
|
12246
|
-
|
|
12247
|
-
|
|
12234
|
+
.complainant-edit .card-section-header:first-child, .respondent-edit .card-section-header:first-child {
|
|
12235
|
+
margin-bottom: 8px; }
|
|
12236
|
+
|
|
12237
|
+
.complainant-edit .label-field-pair, .respondent-edit .label-field-pair {
|
|
12238
|
+
margin-bottom: 20px;
|
|
12239
|
+
padding-bottom: 0 !important; }
|
|
12240
|
+
.complainant-edit .label-field-pair .bolder, .respondent-edit .label-field-pair .bolder {
|
|
12241
|
+
font-family: Roboto;
|
|
12242
|
+
font-size: 16px;
|
|
12243
|
+
font-weight: 400;
|
|
12244
|
+
line-height: 18.75px;
|
|
12245
|
+
text-align: left;
|
|
12246
|
+
color: #0a0a0a !important; }
|
|
12247
|
+
|
|
12248
|
+
.complainant-edit .card-section-header, .respondent-edit .card-section-header {
|
|
12249
|
+
margin-bottom: 20px;
|
|
12250
|
+
padding-bottom: 0 !important; }
|
|
12251
|
+
|
|
12252
|
+
.complainant-edit input, .complainant-edit .checkbox-wrap .input-emp, .checkbox-wrap .complainant-edit .input-emp, .complainant-edit .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .complainant-edit .input-emp, .respondent-edit input, .respondent-edit .checkbox-wrap .input-emp, .checkbox-wrap .respondent-edit .input-emp, .respondent-edit .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .respondent-edit .input-emp {
|
|
12253
|
+
margin: 0 !important; }
|
|
12248
12254
|
|
|
12249
12255
|
.edit-profile-style {
|
|
12250
12256
|
width: 90% !important; }
|