This commit is contained in:
André Roth
2024-11-02 18:09:43 +01:00
parent c055611914
commit 8f8de4bd29
17 changed files with 107 additions and 86 deletions

View File

@@ -36,7 +36,7 @@
margin-left: auto !important;
margin-right: 2em;
font-weight: bold;
font-size: 14pt !important;
font-size: 16pt !important;
}
/* Tag Group */
@@ -47,9 +47,16 @@
width: 7em;
}
/* */
/* Group Heading */
.swagger-ui .opblock-tag-section .opblock-tag .markdown > h1 {
font-size: 16pt;
font-size: 14pt;
margin-top: 0px;
margin-left: 1em;
}
/* Group Description */
.swagger-ui .opblock-tag-section .opblock-tag .markdown > div {
font-size: 12pt;
}
/* Show Tag Group description only if opened */