Skip to content

Commit 44d59db

Browse files
Merge pull request #48 from advanced-rest-client/feat/W-15594516/async-styles-changes
Feat/w 15594516/async styles changes
2 parents fc74a78 + 64af54e commit 44d59db

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api-components/api-summary",
33
"description": "A summary view for an API base on AMF data model",
4-
"version": "4.6.8",
4+
"version": "4.6.9",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"module": "index.js",

src/Styles.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default css`
161161
}
162162
163163
.servers .servers-label {
164-
font-size: 0.75rem;
164+
font-size: 14px;
165165
font-weight: 700;
166166
margin: 0.8em 0 0.2em 0;
167167
}
@@ -184,7 +184,7 @@ export default css`
184184
border-radius: 4px;
185185
border: 1px solid
186186
var(--api-method-documentation-async-server-names-border-color, #506773);
187-
padding: 1px 8px 1px 8px;
187+
padding: 4px;
188188
margin-right: 10px;
189189
word-break: auto-phrase;
190190
max-width: fit-content;
@@ -194,13 +194,14 @@ export default css`
194194
margin-bottom: 14px;
195195
}
196196
197-
.server-tag {
197+
.servers .server-tag {
198198
display: inline-block;
199199
border: 1px solid var(--anypoint-color-coreBlue2);
200200
margin-left: 8px;
201201
color: var(--anypoint-color-coreBlue2);
202202
padding: 4px;
203203
border-radius: var(--api-type-document-trait-border-radius, 3px);
204+
font-size: var(--api-summary-async-api-server-tag-font-size, 14px);
204205
}
205206
206207
.server-description {

0 commit comments

Comments
 (0)