redoc/lib/components/ParamsList/params-list.css
2015-10-21 12:20:14 +03:00

51 lines
658 B
CSS

h4 {
font-size: 16px;
font-weight: 200;
color: black;
}
table {
width: 100%;
border-spacing: 0;
border: 2px solid #1976D3;
}
thead tr:first-child {
background: #1976D3;
color: #fff;
border: none;
}
thead tr:last-child th {
border-bottom: 3px solid #ddd;
}
tbody tr:last-child td {
border: none;
}
tbody td {
border-bottom: 1px solid #ddd;
}
td, th {
vertical-align: top;
padding: 10px 15px;
font-size: 12px;
}
th {
text-align: left;
}
.param-type {
background-color: #EAEAEA;
border: silver 1px solid;
padding: 5px 10px;
line-height: 14px;
font-family: monospace;
}
.body-schema {
display: inline-block;
}