redoc/lib/components/ParamsList/params-list.css

30 lines
353 B
CSS
Raw Normal View History

2015-10-10 16:01:41 +03:00
h4 {
font-size: 16px;
font-weight: 200;
color: black;
}
.param {
padding: 10px 0;
}
.param > span {
padding: 5px 10px;
2015-10-17 21:12:46 +03:00
vertical-align: top;
2015-10-10 16:01:41 +03:00
}
.param-name {
font-weight: bold;
}
.param-type {
background-color: #EAEAEA;
border: silver 1px solid;
}
2015-10-17 21:12:46 +03:00
.body-schema {
display: inline-block;
vertical-align: top;
padding: 0 10px;
}