We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e667d4 + e39d7c2 commit f97f59bCopy full SHA for f97f59b
_sass/quarkus.scss
@@ -373,6 +373,18 @@ table.configuration-reference.tableblock > tbody {
373
> th:nth-child(3) { width: 15%; p { color: $white; } }
374
> td {
375
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
388
}
389
390
> td:nth-child(2) p,
0 commit comments