rest-api-doc-gui
Version:
A GUI for creating REST API documentation Easily.
60 lines (54 loc) • 1 kB
CSS
body {
padding-top: 70px;
}
.code-preview .CodeMirror {
border: 1px solid #eee;
height: auto;
}
.code-preview .CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}
.CodeMirror {
height: 100px;
}
.req-opts > h5{
color: rgb(255, 28, 28);
font-weight: bold;
}
.req-opts > ul >li >b {
font-family: monospace;
}
table {
background: #fff;
border: solid 1px #ddd;
margin-bottom: 1.25rem;
table-layout: auto;
}
table thead {
background: #F5F5F5;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
display: table-cell;
line-height: 1.125rem;
vertical-align: top;
}
th, table thead tr td {
color: #222;
font-size: 0.875rem;
font-weight: bold;
padding: 0.5rem 0.625rem 0.625rem;
}
table tr th, table tr td {
color: #222;
font-size: 13px;
padding: 0.5625rem 0.625rem;
text-align: left;
}
.param-group{
margin-bottom: 5px;
}
.panel > .panel-body > h4 {
color: gray;
font-weight: bold;
}