@riboseinc/anafero-cli 0.0.20 → 0.0.21
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/bootstrap.css +9 -4
- package/bootstrap.css.map +2 -2
- package/bootstrap.js.map +2 -2
- package/build-site.css +9 -4
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.21.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.20.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31075,7 +31075,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31075
31075
|
border-radius: 5px;
|
|
31076
31076
|
box-shadow: 0 var(--spectrum-alias-dropshadow-offset-y) var(--spectrum-alias-dropshadow-blur) var(--spectrum-alias-dropshadow-color);
|
|
31077
31077
|
background-color: var(--spectrum-alias-background-color-default);
|
|
31078
|
-
color: var(--spectrum-
|
|
31078
|
+
color: var(--spectrum-alias-text-color);
|
|
31079
31079
|
transition: margin-left .5s ease-in-out;
|
|
31080
31080
|
&.style_withNav {
|
|
31081
31081
|
margin-left: 330px !important;
|
|
@@ -31204,12 +31204,17 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31204
31204
|
margin-bottom: 1em;
|
|
31205
31205
|
}
|
|
31206
31206
|
pre {
|
|
31207
|
-
white-space: pre
|
|
31207
|
+
white-space: pre;
|
|
31208
31208
|
}
|
|
31209
31209
|
figure {
|
|
31210
31210
|
margin: 0;
|
|
31211
31211
|
margin-right: 1em;
|
|
31212
31212
|
padding: 0;
|
|
31213
|
+
> pre {
|
|
31214
|
+
padding: .5em;
|
|
31215
|
+
margin: 0;
|
|
31216
|
+
overflow: auto;
|
|
31217
|
+
}
|
|
31213
31218
|
&:has(> img) {
|
|
31214
31219
|
padding: .5em 1em;
|
|
31215
31220
|
border-radius: 5px;
|
|
@@ -31269,7 +31274,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31269
31274
|
display: flex;
|
|
31270
31275
|
flex-flow: column nowrap;
|
|
31271
31276
|
background-color: var(--spectrum-alias-background-color-disabled);
|
|
31272
|
-
color: var(--spectrum-
|
|
31277
|
+
color: var(--spectrum-alias-text-color);
|
|
31273
31278
|
z-index: 22;
|
|
31274
31279
|
.style_browserBarTitle {
|
|
31275
31280
|
flex: 1;
|
|
@@ -31317,7 +31322,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31317
31322
|
z-index: 2;
|
|
31318
31323
|
--spectrum-global-dimension-size-200: .5em;
|
|
31319
31324
|
background-color: var(--spectrum-alias-background-color-default);
|
|
31320
|
-
color: var(--spectrum-
|
|
31325
|
+
color: var(--spectrum-alias-text-color);
|
|
31321
31326
|
overflow-y: auto;
|
|
31322
31327
|
> .style_navStickyHeader {
|
|
31323
31328
|
padding: var(--spectrum-global-dimension-size-160);
|