@egovernments/digit-ui-components-css 0.2.0-beta.4 → 0.2.0-beta.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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-components-css - 0.2.0-beta.
|
|
2
|
+
* @egovernments/digit-ui-components-css - 0.2.0-beta.6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egovernments.org>
|
|
5
5
|
*
|
|
@@ -13692,7 +13692,7 @@ button:hover {
|
|
|
13692
13692
|
-ms-flex-pack: center;
|
|
13693
13693
|
justify-content: center; }
|
|
13694
13694
|
|
|
13695
|
-
.digit-global-
|
|
13695
|
+
.digit-global-search-results-table-wrapper {
|
|
13696
13696
|
display: -webkit-box;
|
|
13697
13697
|
display: -ms-flexbox;
|
|
13698
13698
|
display: flex;
|
|
@@ -13704,17 +13704,17 @@ button:hover {
|
|
|
13704
13704
|
-ms-flex-align: end;
|
|
13705
13705
|
align-items: flex-end; }
|
|
13706
13706
|
|
|
13707
|
-
.digit-global-
|
|
13707
|
+
.digit-global-search-results-table {
|
|
13708
13708
|
margin-bottom: 1.5rem; }
|
|
13709
13709
|
@media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
|
|
13710
|
-
.digit-global-
|
|
13710
|
+
.digit-global-search-results-table {
|
|
13711
13711
|
min-width: 27.5rem; } }
|
|
13712
13712
|
@media (max-aspect-ratio: 9 / 16) {
|
|
13713
|
-
.digit-global-
|
|
13713
|
+
.digit-global-search-results-table {
|
|
13714
13714
|
min-width: 100%;
|
|
13715
13715
|
width: 100%; } }
|
|
13716
13716
|
@media (min-aspect-ratio: 3 / 4) {
|
|
13717
|
-
.digit-global-
|
|
13717
|
+
.digit-global-search-results-table {
|
|
13718
13718
|
min-width: 37.5rem; } }
|
|
13719
13719
|
|
|
13720
13720
|
.rdt_TableRow.selectedRow {
|