Skip to content

Commit

Permalink
Make brett happier with fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ms895784 committed Sep 13, 2023
1 parent c3e89ea commit 9b2f1ce
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions api-catalog-ui/frontend/src/components/Swagger/_swagger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,32 @@ body {
> * {

&:first-child {
font-weight: 700;
flex: 100%;
}
&:not(:first-child) {
flex: 1;
}
}

.parameter__type {
color: #3b4151;
font-family: monospace;
font-size: 12px;
font-weight: 600;
}

.parameter__in {
color: gray;
font-family: monospace;
font-size: 12px;
font-style: italic;
font-weight: 600;
}
}



.opblock-section-header {
align-items: center;

Expand All @@ -219,10 +238,6 @@ body {

td {
vertical-align: top;

> *:not(:last-child) {
margin-bottom: var( --spaceSmaller );
}
.renderedMarkdown:nth-child(2) {
display: none !important;
}
Expand Down

0 comments on commit 9b2f1ce

Please sign in to comment.