dristi-ui-css 0.0.2-dristi-kerala.1 → 0.0.2-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 +64 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/editProfile.scss +81 -0
- package/src/index.scss +4 -3
- package/src/orders/orders.scss +3 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dristi-ui-css - 0.0.2-dristi-kerala.
|
|
2
|
+
* dristi-ui-css - 0.0.2-dristi-kerala.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
5
5
|
*
|
|
@@ -12225,6 +12225,59 @@ body {
|
|
|
12225
12225
|
line-height: 18.75px;
|
|
12226
12226
|
text-align: center; }
|
|
12227
12227
|
|
|
12228
|
+
.complainant, .respondent {
|
|
12229
|
+
width: 80% !important; }
|
|
12230
|
+
.complainant .card-section-header:first-child, .respondent .card-section-header:first-child {
|
|
12231
|
+
margin-bottom: 8px; }
|
|
12232
|
+
.complainant .label-field-pair, .respondent .label-field-pair {
|
|
12233
|
+
margin-bottom: 20px;
|
|
12234
|
+
padding-bottom: 0 !important; }
|
|
12235
|
+
.complainant .label-field-pair .bolder, .respondent .label-field-pair .bolder {
|
|
12236
|
+
font-family: Roboto;
|
|
12237
|
+
font-size: 16px;
|
|
12238
|
+
font-weight: 400;
|
|
12239
|
+
line-height: 18.75px;
|
|
12240
|
+
text-align: left;
|
|
12241
|
+
color: #0a0a0a !important; }
|
|
12242
|
+
.complainant .card-section-header, .respondent .card-section-header {
|
|
12243
|
+
margin-bottom: 20px;
|
|
12244
|
+
padding-bottom: 0 !important; }
|
|
12245
|
+
.complainant input, .complainant .checkbox-wrap .input-emp, .checkbox-wrap .complainant .input-emp, .complainant .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .complainant .input-emp, .respondent input, .respondent .checkbox-wrap .input-emp, .checkbox-wrap .respondent .input-emp, .respondent .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .respondent .input-emp {
|
|
12246
|
+
margin: 0 !important; }
|
|
12247
|
+
|
|
12248
|
+
.edit-profile-style {
|
|
12249
|
+
width: 90% !important; }
|
|
12250
|
+
|
|
12251
|
+
.review-litigant-profile .supporting-document .docviewer-wrapper {
|
|
12252
|
+
margin-top: 20px !important; }
|
|
12253
|
+
.review-litigant-profile .supporting-document .docviewer-wrapper .employeeCard {
|
|
12254
|
+
-webkit-box-shadow: none !important;
|
|
12255
|
+
box-shadow: none !important;
|
|
12256
|
+
padding: 0 !important; }
|
|
12257
|
+
|
|
12258
|
+
.review-litigant-profile .review-profile-editing {
|
|
12259
|
+
width: 100% !important; }
|
|
12260
|
+
|
|
12261
|
+
.review-litigant-profile .review-litigant-profile-new-data .accordion-title, .review-litigant-profile .review-litigant-profile-old-data .accordion-title {
|
|
12262
|
+
display: none !important; }
|
|
12263
|
+
|
|
12264
|
+
.review-litigant-profile .previous-button {
|
|
12265
|
+
background-color: #bb2c2f !important;
|
|
12266
|
+
border: none !important;
|
|
12267
|
+
color: #fff !important; }
|
|
12268
|
+
|
|
12269
|
+
.review-profile-editing-modal-accept .selector-button-border {
|
|
12270
|
+
background-color: none !important; }
|
|
12271
|
+
|
|
12272
|
+
.review-profile-editing-modal-accept .selector-button-primary {
|
|
12273
|
+
background-color: #007e7e !important; }
|
|
12274
|
+
|
|
12275
|
+
.review-profile-editing-modal-reject .selector-button-border {
|
|
12276
|
+
background-color: none !important; }
|
|
12277
|
+
|
|
12278
|
+
.review-profile-editing-modal-reject .selector-button-primary {
|
|
12279
|
+
background-color: #bb2c2f !important; }
|
|
12280
|
+
|
|
12228
12281
|
.schedule-admission-main .select-custom-dates-main {
|
|
12229
12282
|
display: -webkit-box;
|
|
12230
12283
|
display: -ms-flexbox;
|
|
@@ -14837,7 +14890,16 @@ body {
|
|
|
14837
14890
|
.orders-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
14838
14891
|
height: 40px;
|
|
14839
14892
|
width: 50%;
|
|
14840
|
-
padding: 8px 24px;
|
|
14893
|
+
padding: 8px 24px;
|
|
14894
|
+
display: -webkit-box;
|
|
14895
|
+
display: -ms-flexbox;
|
|
14896
|
+
display: flex;
|
|
14897
|
+
-webkit-box-pack: center;
|
|
14898
|
+
-ms-flex-pack: center;
|
|
14899
|
+
justify-content: center;
|
|
14900
|
+
-webkit-box-align: center;
|
|
14901
|
+
-ms-flex-align: center;
|
|
14902
|
+
align-items: center; }
|
|
14841
14903
|
.orders-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
|
|
14842
14904
|
font-family: Roboto;
|
|
14843
14905
|
font-size: 16px;
|