dristi-ui-css 0.0.7-dristi-kerala.4 → 0.0.7-dristi-kerala.6
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 +117 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +105 -0
- package/src/home/home.scss +2 -1
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.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -12196,6 +12196,120 @@ body {
|
|
|
12196
12196
|
grid-gap: 12px;
|
|
12197
12197
|
gap: 12px;
|
|
12198
12198
|
color: #77787b; }
|
|
12199
|
+
.custom-modal-stepper-non-doc .payment-wrapper, .e-filing-payment .payment-wrapper, .join-case-modal-payment .payment-wrapper {
|
|
12200
|
+
display: -webkit-box !important;
|
|
12201
|
+
display: -ms-flexbox !important;
|
|
12202
|
+
display: flex !important;
|
|
12203
|
+
-webkit-box-orient: vertical;
|
|
12204
|
+
-webkit-box-direction: normal;
|
|
12205
|
+
-ms-flex-direction: column;
|
|
12206
|
+
flex-direction: column;
|
|
12207
|
+
margin: 20px 0;
|
|
12208
|
+
grid-gap: 10px;
|
|
12209
|
+
gap: 10px; }
|
|
12210
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap, .e-filing-payment .payment-wrapper .digit-infobanner-wrap, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap {
|
|
12211
|
+
background-color: #ecf3fd;
|
|
12212
|
+
padding: 12px; }
|
|
12213
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .digit-infobanner-header-wrap, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .digit-infobanner-header-wrap, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .digit-infobanner-header-wrap {
|
|
12214
|
+
display: -webkit-box;
|
|
12215
|
+
display: -ms-flexbox;
|
|
12216
|
+
display: flex;
|
|
12217
|
+
-webkit-box-align: center;
|
|
12218
|
+
-ms-flex-align: center;
|
|
12219
|
+
align-items: center;
|
|
12220
|
+
grid-gap: 8px;
|
|
12221
|
+
gap: 8px; }
|
|
12222
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .individualElement, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .individualElement, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .individualElement {
|
|
12223
|
+
width: 100%; }
|
|
12224
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .info-card-content, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .info-card-content, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .info-card-content {
|
|
12225
|
+
color: #3d3c3c;
|
|
12226
|
+
width: 100%; }
|
|
12227
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .info-card-content ul, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul {
|
|
12228
|
+
list-style-type: disc;
|
|
12229
|
+
margin-top: 10px;
|
|
12230
|
+
margin-bottom: 0;
|
|
12231
|
+
margin-left: 0;
|
|
12232
|
+
padding-left: 1.5rem; }
|
|
12233
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .info-card-content ul li, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li {
|
|
12234
|
+
margin-bottom: 6px;
|
|
12235
|
+
color: #3d3c3c;
|
|
12236
|
+
padding-left: 8px; }
|
|
12237
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .info-card-content ul li:last-child, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li:last-child, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li:last-child {
|
|
12238
|
+
margin-bottom: 0; }
|
|
12239
|
+
.custom-modal-stepper-non-doc .payment-wrapper .digit-infobanner-wrap .info-card-content ul li::marker, .e-filing-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li::marker, .join-case-modal-payment .payment-wrapper .digit-infobanner-wrap .info-card-content ul li::marker {
|
|
12240
|
+
color: #3d3c3c; }
|
|
12241
|
+
.custom-modal-stepper-non-doc .payment-wrapper .total-payment, .e-filing-payment .payment-wrapper .total-payment, .join-case-modal-payment .payment-wrapper .total-payment {
|
|
12242
|
+
display: -webkit-box;
|
|
12243
|
+
display: -ms-flexbox;
|
|
12244
|
+
display: flex;
|
|
12245
|
+
-webkit-box-orient: vertical;
|
|
12246
|
+
-webkit-box-direction: normal;
|
|
12247
|
+
-ms-flex-direction: column;
|
|
12248
|
+
flex-direction: column;
|
|
12249
|
+
padding: 12px 0;
|
|
12250
|
+
border-bottom: 1px solid #bbbbbd; }
|
|
12251
|
+
.custom-modal-stepper-non-doc .payment-wrapper .total-payment .total-payment-item, .e-filing-payment .payment-wrapper .total-payment .total-payment-item, .join-case-modal-payment .payment-wrapper .total-payment .total-payment-item {
|
|
12252
|
+
display: -webkit-box !important;
|
|
12253
|
+
display: -ms-flexbox !important;
|
|
12254
|
+
display: flex !important;
|
|
12255
|
+
-webkit-box-pack: justify;
|
|
12256
|
+
-ms-flex-pack: justify;
|
|
12257
|
+
justify-content: space-between;
|
|
12258
|
+
-webkit-box-align: center;
|
|
12259
|
+
-ms-flex-align: center;
|
|
12260
|
+
align-items: center;
|
|
12261
|
+
font-size: 16px; }
|
|
12262
|
+
.custom-modal-stepper-non-doc .payment-wrapper .total-payment .total-payment-item .total-payment-label, .e-filing-payment .payment-wrapper .total-payment .total-payment-item .total-payment-label, .join-case-modal-payment .payment-wrapper .total-payment .total-payment-item .total-payment-label {
|
|
12263
|
+
color: #3d3c3c; }
|
|
12264
|
+
.custom-modal-stepper-non-doc .payment-wrapper .total-payment .total-payment-item .total-payment-amount, .e-filing-payment .payment-wrapper .total-payment .total-payment-item .total-payment-amount, .join-case-modal-payment .payment-wrapper .total-payment .total-payment-item .total-payment-amount {
|
|
12265
|
+
color: #0a0a0a;
|
|
12266
|
+
font-weight: 500; }
|
|
12267
|
+
.custom-modal-stepper-non-doc .payment-wrapper .breakdown-payment, .e-filing-payment .payment-wrapper .breakdown-payment, .join-case-modal-payment .payment-wrapper .breakdown-payment {
|
|
12268
|
+
display: -webkit-box;
|
|
12269
|
+
display: -ms-flexbox;
|
|
12270
|
+
display: flex;
|
|
12271
|
+
-webkit-box-orient: vertical;
|
|
12272
|
+
-webkit-box-direction: normal;
|
|
12273
|
+
-ms-flex-direction: column;
|
|
12274
|
+
flex-direction: column;
|
|
12275
|
+
max-height: 180px;
|
|
12276
|
+
overflow-y: auto;
|
|
12277
|
+
padding: 4px 12px; }
|
|
12278
|
+
.custom-modal-stepper-non-doc .payment-wrapper .breakdown-payment .breakdown-payment-item, .e-filing-payment .payment-wrapper .breakdown-payment .breakdown-payment-item, .join-case-modal-payment .payment-wrapper .breakdown-payment .breakdown-payment-item {
|
|
12279
|
+
display: -webkit-box !important;
|
|
12280
|
+
display: -ms-flexbox !important;
|
|
12281
|
+
display: flex !important;
|
|
12282
|
+
-webkit-box-pack: justify;
|
|
12283
|
+
-ms-flex-pack: justify;
|
|
12284
|
+
justify-content: space-between;
|
|
12285
|
+
-webkit-box-align: center;
|
|
12286
|
+
-ms-flex-align: center;
|
|
12287
|
+
align-items: center;
|
|
12288
|
+
font-size: 14px;
|
|
12289
|
+
color: #77787b;
|
|
12290
|
+
margin-bottom: 8px; }
|
|
12291
|
+
.custom-modal-stepper-non-doc .payment-wrapper .pay-online-button, .e-filing-payment .payment-wrapper .pay-online-button, .join-case-modal-payment .payment-wrapper .pay-online-button {
|
|
12292
|
+
font-family: Roboto;
|
|
12293
|
+
font-size: 16px !important;
|
|
12294
|
+
font-weight: 700;
|
|
12295
|
+
padding: 8px 24px;
|
|
12296
|
+
max-width: 100%;
|
|
12297
|
+
line-height: 18.75px;
|
|
12298
|
+
border: 1px solid #007e7e !important;
|
|
12299
|
+
background-color: #fff !important;
|
|
12300
|
+
border: none;
|
|
12301
|
+
color: #007e7e;
|
|
12302
|
+
cursor: pointer;
|
|
12303
|
+
display: -webkit-box;
|
|
12304
|
+
display: -ms-flexbox;
|
|
12305
|
+
display: flex;
|
|
12306
|
+
-webkit-box-pack: center;
|
|
12307
|
+
-ms-flex-pack: center;
|
|
12308
|
+
justify-content: center; }
|
|
12309
|
+
.custom-modal-stepper-non-doc .payment-wrapper .pay-online-button h2, .e-filing-payment .payment-wrapper .pay-online-button h2, .join-case-modal-payment .payment-wrapper .pay-online-button h2 {
|
|
12310
|
+
text-align: center;
|
|
12311
|
+
width: auto !important;
|
|
12312
|
+
color: #007e7e !important; }
|
|
12199
12313
|
|
|
12200
12314
|
.e-filing-payment-breakdown .payment-due-wrapper {
|
|
12201
12315
|
padding: 16px 0;
|
|
@@ -21924,7 +22038,8 @@ body {
|
|
|
21924
22038
|
-ms-flex-pack: start;
|
|
21925
22039
|
justify-content: start; }
|
|
21926
22040
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
21927
|
-
width: 200px;
|
|
22041
|
+
min-width: 200px;
|
|
22042
|
+
width: auto; }
|
|
21928
22043
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
|
|
21929
22044
|
border-radius: 4px;
|
|
21930
22045
|
border-color: #3d3c3c; }
|