@hackersheet/react-document-content-styles 0.1.0-alpha.6 → 0.1.0-alpha.7
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/basic.module.css +8 -6
- package/package.json +1 -1
package/dist/basic.module.css
CHANGED
|
@@ -166,18 +166,20 @@
|
|
|
166
166
|
padding: 0;
|
|
167
167
|
}
|
|
168
168
|
.main :global .heading a {
|
|
169
|
+
display: block;
|
|
169
170
|
padding: 0.5rem 0;
|
|
170
|
-
display: flex;
|
|
171
|
-
align-items: center;
|
|
172
|
-
gap: 0.5rem;
|
|
173
171
|
color: inherit;
|
|
174
|
-
font-size: 0.9em;
|
|
175
172
|
}
|
|
176
|
-
.main :global .heading .heading-link-icon {
|
|
173
|
+
.main :global .heading a .heading-link-icon {
|
|
174
|
+
margin-left: 0.5rem;
|
|
177
175
|
display: none;
|
|
176
|
+
line-height: 1.1;
|
|
177
|
+
width: 1em;
|
|
178
|
+
height: 1em;
|
|
179
|
+
vertical-align: middle;
|
|
178
180
|
}
|
|
179
181
|
.main :global .heading:hover .heading-link-icon {
|
|
180
|
-
display: inline;
|
|
182
|
+
display: inline-block;
|
|
181
183
|
}
|
|
182
184
|
.main :global .footnotes {
|
|
183
185
|
margin-top: 4rem;
|