@riboseinc/anafero-cli 0.0.40 → 0.0.41
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 +10 -0
- package/bootstrap.css.map +3 -3
- package/bootstrap.js +5 -2
- package/bootstrap.js.map +3 -3
- package/build-site.css +10 -0
- package/build-site.mjs +5 -2
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.41.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.40.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31189,6 +31189,16 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31189
31189
|
display: flex;
|
|
31190
31190
|
flex-flow: column nowrap;
|
|
31191
31191
|
align-items: center;
|
|
31192
|
+
.style_browserBarTitleLink {
|
|
31193
|
+
&:link,
|
|
31194
|
+
&:visited {
|
|
31195
|
+
color: inherit;
|
|
31196
|
+
text-decoration: none;
|
|
31197
|
+
}
|
|
31198
|
+
&:hover {
|
|
31199
|
+
text-decoration: underline;
|
|
31200
|
+
}
|
|
31201
|
+
}
|
|
31192
31202
|
h1 {
|
|
31193
31203
|
transform: translateX(50%) rotate(-90deg) translateY(-25%) translateX(-100%) translateX(-20px);
|
|
31194
31204
|
color: var(--spectrum-alias-border-color);
|