1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-06 01:33:19 +00:00

update spec and some styling

This commit is contained in:
Kyle Spearrin
2019-03-07 13:57:07 -05:00
parent a8d011ec43
commit 86cb2fbac2
2 changed files with 1144 additions and 1125 deletions

View File

@@ -2,6 +2,7 @@ html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
font-size: 14px;
}
*,
@@ -26,3 +27,14 @@ body {
.swagger-ui .topbar .topbar-wrapper .download-url-wrapper select {
border: none;
}
.swagger-ui .model,
.swagger-ui .model-title__text,
.swagger-ui .model-title,
.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal,
.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
font-size: 14px;
}

File diff suppressed because it is too large Load Diff