@egovernments/digit-ui-components-css 0.2.0-beta.10 → 0.2.0-beta.11

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.10
2
+ * @egovernments/digit-ui-components-css - 0.2.0-beta.11
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -13782,6 +13782,51 @@ button:hover {
13782
13782
  .footer-pagination-content.digit-results-table td .pagination {
13783
13783
  border-top: none; }
13784
13784
 
13785
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper {
13786
+ display: -webkit-box;
13787
+ display: -ms-flexbox;
13788
+ display: flex;
13789
+ -webkit-box-align: center;
13790
+ -ms-flex-align: center;
13791
+ align-items: center;
13792
+ -webkit-box-pack: justify;
13793
+ -ms-flex-pack: justify;
13794
+ justify-content: space-between; }
13795
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper .digit-results-card-heading {
13796
+ color: #0b4b66;
13797
+ font-family: Roboto;
13798
+ font-style: normal;
13799
+ font-weight: 700;
13800
+ line-height: 1.14rem; }
13801
+ @media (max-aspect-ratio: 9 / 16) {
13802
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper .digit-results-card-heading {
13803
+ font-size: 1.25rem; } }
13804
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
13805
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper .digit-results-card-heading {
13806
+ font-size: 1.375rem; } }
13807
+ @media (min-aspect-ratio: 3 / 4) {
13808
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper .digit-results-card-heading {
13809
+ font-size: 1.5rem; } }
13810
+ .digit-results-card-component .digit-results-card-heading-tags-wrapper .digit-results-card-tags {
13811
+ display: -webkit-box;
13812
+ display: -ms-flexbox;
13813
+ display: flex;
13814
+ grid-gap: 1rem;
13815
+ gap: 1rem; }
13816
+
13817
+ .pagination.custom-results button {
13818
+ display: -webkit-box;
13819
+ display: -ms-flexbox;
13820
+ display: flex;
13821
+ -webkit-box-align: center;
13822
+ -ms-flex-align: center;
13823
+ align-items: center;
13824
+ -webkit-box-pack: center;
13825
+ -ms-flex-pack: center;
13826
+ justify-content: center; }
13827
+ .pagination.custom-results button svg {
13828
+ margin-left: 0; }
13829
+
13785
13830
  .digit-global-search-results-table-wrapper {
13786
13831
  display: -webkit-box;
13787
13832
  display: -ms-flexbox;