1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-15 07:43:17 +00:00

swagger ui style updates

This commit is contained in:
Kyle Spearrin
2019-03-07 13:28:27 -05:00
parent 4ad41ace67
commit a8d011ec43
3 changed files with 1239 additions and 22 deletions

28
api/css/bitwarden.css Normal file
View File

@@ -0,0 +1,28 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}
.swagger-ui .topbar {
background-color: #3c8dbc;
}
.swagger-ui .topbar .topbar-wrapper a.link img {
display: none;
}
.swagger-ui .topbar .topbar-wrapper .download-url-wrapper select {
border: none;
}