Skip to content

Commit f97f59b

Browse files
authored
Merge pull request #2069 from gsmet/fix-admonition-config-doc
Fix admonitions in config doc
2 parents 9e667d4 + e39d7c2 commit f97f59b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_sass/quarkus.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,18 @@ table.configuration-reference.tableblock > tbody {
373373
> th:nth-child(3) { width: 15%; p { color: $white; } }
374374
> td {
375375
border: 1px solid var(--sec-border-color);
376+
377+
.admonitionblock > table {
378+
margin-top:0.4em;
379+
margin-bottom: 0.4em;
380+
td.icon [class^="fa icon-"] {
381+
font-size: 1.5em;
382+
}
383+
td.content {
384+
line-height: 1rem;
385+
font-size: 0.8em;
386+
}
387+
}
376388
}
377389

378390
> td:nth-child(2) p,

0 commit comments

Comments
 (0)