@riboseinc/anafero-cli 0.0.18 → 0.0.20

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 CHANGED
@@ -31203,13 +31203,17 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31203
31203
  li:has(figure) {
31204
31204
  margin-bottom: 1em;
31205
31205
  }
31206
+ pre {
31207
+ white-space: pre-line;
31208
+ }
31206
31209
  figure {
31207
31210
  margin: 0;
31208
31211
  margin-right: 1em;
31209
31212
  padding: 0;
31210
31213
  &:has(> img) {
31211
- padding: 1em;
31214
+ padding: .5em 1em;
31212
31215
  border-radius: 5px;
31216
+ text-align: center;
31213
31217
  background: white;
31214
31218
  > img {
31215
31219
  margin: .5em;
@@ -31228,6 +31232,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31228
31232
  table {
31229
31233
  --table-highlight-background: rgba(120, 120, 120, 0.5);
31230
31234
  --table-border: 1px solid var(--table-highlight-background);
31235
+ width: 100%;
31231
31236
  border-collapse: collapse;
31232
31237
  border: var(--table-border);
31233
31238
  font-size: 16px;