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

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