Skip to content

Commit

Permalink
Merge pull request #48 from advanced-rest-client/feat/W-15594516/asyn…
Browse files Browse the repository at this point in the history
…c-styles-changes

Feat/w 15594516/async styles changes
  • Loading branch information
leandrogilcarrano authored May 9, 2024
2 parents fc74a78 + 64af54e commit 44d59db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api-components/api-summary",
"description": "A summary view for an API base on AMF data model",
"version": "4.6.8",
"version": "4.6.9",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
Expand Down
7 changes: 4 additions & 3 deletions src/Styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default css`
}
.servers .servers-label {
font-size: 0.75rem;
font-size: 14px;
font-weight: 700;
margin: 0.8em 0 0.2em 0;
}
Expand All @@ -184,7 +184,7 @@ export default css`
border-radius: 4px;
border: 1px solid
var(--api-method-documentation-async-server-names-border-color, #506773);
padding: 1px 8px 1px 8px;
padding: 4px;
margin-right: 10px;
word-break: auto-phrase;
max-width: fit-content;
Expand All @@ -194,13 +194,14 @@ export default css`
margin-bottom: 14px;
}
.server-tag {
.servers .server-tag {
display: inline-block;
border: 1px solid var(--anypoint-color-coreBlue2);
margin-left: 8px;
color: var(--anypoint-color-coreBlue2);
padding: 4px;
border-radius: var(--api-type-document-trait-border-radius, 3px);
font-size: var(--api-summary-async-api-server-tag-font-size, 14px);
}
.server-description {
Expand Down

0 comments on commit 44d59db

Please sign in to comment.