@egovernments/digit-ui-components-css 0.2.0-beta.2 → 0.2.0-beta.3

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
2
+ * @egovernments/digit-ui-components-css - 0.2.0-beta.3
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -13505,6 +13505,13 @@ button:hover {
13505
13505
  align-items: flex-start; }
13506
13506
  .digit-inbox-search-wrapper .digit-inbox-search-component-wrapper .digit-sections-parent .digit-section.search .digit-tab-main {
13507
13507
  width: 100%; }
13508
+ .digit-inbox-search-wrapper .digit-inbox-search-component-wrapper .digit-sections-parent .digit-section.search.tab {
13509
+ background: none !important;
13510
+ padding: 0;
13511
+ -webkit-box-shadow: none;
13512
+ box-shadow: none; }
13513
+ .digit-inbox-search-wrapper .digit-inbox-search-component-wrapper .digit-sections-parent .digit-section.search.tab .digit-search-wrapper {
13514
+ padding: 1.5rem; }
13508
13515
  .digit-inbox-search-wrapper .digit-inbox-search-component-wrapper .digit-sections-parent .digit-section.filter .digit-inbox-search-composer-filter-card-content {
13509
13516
  grid-gap: 1rem;
13510
13517
  gap: 1rem; }