@cooperco/cooper-component-library 0.1.123 → 0.1.125
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/lib/css/main.css +1 -2
- package/dist/lib/style.css +1 -1
- package/package.json +1 -1
package/dist/lib/css/main.css
CHANGED
|
@@ -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:
|
|
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;
|