dristi-ui-css 0.0.2-dristi-kerala.7 → 0.0.2-dristi-kerala.9
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
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.9
|
|
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;
|
|
@@ -16511,6 +16514,8 @@ body {
|
|
|
16511
16514
|
display: flex;
|
|
16512
16515
|
border-top: 1px solid #e8e8e8;
|
|
16513
16516
|
width: 100vw; }
|
|
16517
|
+
.home-view-hearing-container .search-wrapper .select-signature-main {
|
|
16518
|
+
margin-top: 14px; }
|
|
16514
16519
|
|
|
16515
16520
|
.left-side {
|
|
16516
16521
|
width: 70vw;
|
|
@@ -17533,6 +17538,9 @@ body {
|
|
|
17533
17538
|
margin-right: 1rem;
|
|
17534
17539
|
font-weight: 900; }
|
|
17535
17540
|
|
|
17541
|
+
.review-summon-warrant .label-field-pair .select-signature-main {
|
|
17542
|
+
margin-top: 14px; }
|
|
17543
|
+
|
|
17536
17544
|
.case-card {
|
|
17537
17545
|
display: -webkit-box;
|
|
17538
17546
|
display: -ms-flexbox;
|
|
@@ -17612,7 +17620,12 @@ body {
|
|
|
17612
17620
|
display: -ms-flexbox !important;
|
|
17613
17621
|
display: flex !important;
|
|
17614
17622
|
-ms-flex-wrap: wrap;
|
|
17615
|
-
flex-wrap: wrap;
|
|
17623
|
+
flex-wrap: wrap;
|
|
17624
|
+
-webkit-box-align: center;
|
|
17625
|
+
-ms-flex-align: center;
|
|
17626
|
+
align-items: center; }
|
|
17627
|
+
.inbox-filter .label-field-pair .select-signature-main {
|
|
17628
|
+
margin-top: 14px; }
|
|
17616
17629
|
|
|
17617
17630
|
.content-wrapper {
|
|
17618
17631
|
width: 100%;
|