@digigov/css 0.24.1 → 0.24.2

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.
@@ -5,13 +5,16 @@
5
5
  .govgr-btn {
6
6
  @apply m-0 inline-flex;
7
7
  }
8
+ .govgr-dropdown__content {
9
+ @apply mt-2;
10
+ }
8
11
  .govgr-button-group {
9
12
  @apply mb-0 text-right sm:justify-end gap-y-2;
10
13
  }
11
14
  }
12
15
 
13
16
  .govgr-summary-list__row {
14
- @apply block sm:table-row
17
+ @apply block sm:flex
15
18
  pb-4 mb-4 border-b border-solid border-gray50
16
19
  sm:pb-0 sm:mb-0 sm:border-0 ;
17
20
  }
@@ -56,6 +56,7 @@ module.exports = {
56
56
  },
57
57
  zIndex: {
58
58
  '/1': -1,
59
+ '1': 1,
59
60
  },
60
61
  opacity: {
61
62
  '85': '0.85',