@creativecreate/react-footnotes 1.0.7 → 1.0.9
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/README.md +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,25 +143,18 @@ If you prefer to style the footnotes yourself, you can target the following CSS
|
|
|
143
143
|
```css
|
|
144
144
|
/* Footnote reference button (the clickable superscript in text) */
|
|
145
145
|
.footnote-ref { }
|
|
146
|
-
|
|
147
146
|
/* Footnote symbol (the number or symbol inside the button) */
|
|
148
147
|
.footnote-symbol { }
|
|
149
|
-
|
|
150
148
|
/* Footnote list (ordered list) */
|
|
151
149
|
.footnote-list { }
|
|
152
|
-
|
|
153
150
|
/* Individual footnote list item */
|
|
154
151
|
.footnote-list-item { }
|
|
155
|
-
|
|
156
152
|
/* Symbol in the list item */
|
|
157
153
|
.footnote-list-item__symbol { }
|
|
158
|
-
|
|
159
154
|
/* Footnote content in the list item */
|
|
160
155
|
.footnote-list-item__content { }
|
|
161
|
-
|
|
162
156
|
/* Back to reference link button */
|
|
163
157
|
.footnote-list-item__back-link { }
|
|
164
|
-
|
|
165
158
|
/* Back link icon */
|
|
166
159
|
.footnote-list-item__back-link-icon { }
|
|
167
160
|
```
|
package/package.json
CHANGED