@forsakringskassan/docs-generator 2.39.1 → 2.39.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.
- package/dist/style/core.css +1 -1
- package/dist/style/index.css +2 -2
- package/dist/style/site.css +1 -1
- package/package.json +1 -1
package/dist/style/core.css
CHANGED
|
@@ -1097,7 +1097,7 @@ main #aside dd {
|
|
|
1097
1097
|
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff;
|
|
1098
1098
|
outline: 3px solid transparent;
|
|
1099
1099
|
}
|
|
1100
|
-
.code-preview .code-preview__button .icon {
|
|
1100
|
+
.code-preview .code-preview__button .docs-icon {
|
|
1101
1101
|
margin-right: 0.25rem;
|
|
1102
1102
|
}
|
|
1103
1103
|
|
package/dist/style/index.css
CHANGED
|
@@ -1097,7 +1097,7 @@ main #aside dd {
|
|
|
1097
1097
|
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff;
|
|
1098
1098
|
outline: 3px solid transparent;
|
|
1099
1099
|
}
|
|
1100
|
-
.code-preview .code-preview__button .icon {
|
|
1100
|
+
.code-preview .code-preview__button .docs-icon {
|
|
1101
1101
|
margin-right: 0.25rem;
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
@@ -1731,7 +1731,7 @@ body {
|
|
|
1731
1731
|
@property --docs-icon-size {
|
|
1732
1732
|
syntax: "<length>";
|
|
1733
1733
|
inherits: true;
|
|
1734
|
-
initial-value:
|
|
1734
|
+
initial-value: 16px;
|
|
1735
1735
|
}
|
|
1736
1736
|
.docs-icon {
|
|
1737
1737
|
display: inline-block;
|
package/dist/style/site.css
CHANGED