dristi-ui-css 0.0.2-dristi-kerala.6 → 0.0.2-dristi-kerala.8
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 +6 -3
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +12 -6
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.8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -11404,7 +11404,7 @@ body {
|
|
|
11404
11404
|
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body {
|
|
11405
11405
|
border: 1px solid #e6e6e6;
|
|
11406
11406
|
border-radius: 4px; }
|
|
11407
|
-
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .title {
|
|
11407
|
+
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .title .label, .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .title .value {
|
|
11408
11408
|
font-family: Roboto;
|
|
11409
11409
|
font-size: 16px;
|
|
11410
11410
|
font-weight: 700;
|
|
@@ -11418,7 +11418,8 @@ body {
|
|
|
11418
11418
|
display: flex;
|
|
11419
11419
|
-webkit-box-pack: justify;
|
|
11420
11420
|
-ms-flex-pack: justify;
|
|
11421
|
-
justify-content: space-between;
|
|
11421
|
+
justify-content: space-between;
|
|
11422
|
+
position: relative; }
|
|
11422
11423
|
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .amount-main, .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .image-main, .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .phone-number-main, .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .text-main, .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .title-main {
|
|
11423
11424
|
border-bottom: 1px solid #e8e8e8;
|
|
11424
11425
|
padding: 12px 16px; }
|
|
@@ -11489,6 +11490,8 @@ body {
|
|
|
11489
11490
|
width: 100%; }
|
|
11490
11491
|
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .flag {
|
|
11491
11492
|
width: 10%;
|
|
11493
|
+
position: absolute;
|
|
11494
|
+
right: 0;
|
|
11492
11495
|
display: -webkit-box;
|
|
11493
11496
|
display: -ms-flexbox;
|
|
11494
11497
|
display: flex;
|