@riboseinc/anafero-cli 0.0.68 → 0.0.70
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 +4 -3
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +7 -0
- package/bootstrap.js.map +2 -2
- package/build-site.css +4 -3
- package/build-site.mjs +4 -0
- package/package.json +1 -1
package/bootstrap.css
CHANGED
|
@@ -31947,6 +31947,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31947
31947
|
display: flex;
|
|
31948
31948
|
flex-flow: column nowrap;
|
|
31949
31949
|
align-items: center;
|
|
31950
|
+
white-space: nowrap;
|
|
31950
31951
|
.style_browserBarTitleLink {
|
|
31951
31952
|
&:link,
|
|
31952
31953
|
&:visited {
|
|
@@ -31958,14 +31959,14 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31958
31959
|
}
|
|
31959
31960
|
}
|
|
31960
31961
|
h1 {
|
|
31961
|
-
transform: translateX(50%) rotate(-90deg) translateY(-25%) translateX(-100%) translateX(-
|
|
31962
|
+
transform: translateX(50%) rotate(-90deg) translateY(-25%) translateX(-100%) translateX(-15px);
|
|
31962
31963
|
color: var(--spectrum-alias-border-color);
|
|
31963
|
-
font-size:
|
|
31964
|
+
font-size: 18px;
|
|
31964
31965
|
line-height: 1;
|
|
31965
31966
|
margin: 0;
|
|
31966
31967
|
padding: 0;
|
|
31967
31968
|
transform-origin: top left;
|
|
31968
|
-
width:
|
|
31969
|
+
width: 75vh;
|
|
31969
31970
|
height: 30px;
|
|
31970
31971
|
overflow: hidden;
|
|
31971
31972
|
text-align: right;
|