@cooperco/cooper-component-library 0.1.123 → 0.1.124

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.
@@ -350,7 +350,7 @@ div {
350
350
  .body-copy-with-lists ol li,
351
351
  .accordion-item-body ol li {
352
352
  position: relative;
353
- padding-left: 1em;
353
+ padding-left: 1.5rem;
354
354
  counter-increment: list-counter;
355
355
  }
356
356
 
@@ -358,7 +358,6 @@ div {
358
358
  .body-copy-with-lists ol li::before,
359
359
  .accordion-item-body ol li::before {
360
360
  content: counter(list-counter) '.';
361
- color: var(--bullet-color);
362
361
  font-size: 1em;
363
362
  line-height: inherit;
364
363
  position: absolute;