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

25 lines
292 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;
vertical-align: middle;
}
.param-name {
font-weight: bold;
}
.param-type {
padding: 2px 10px;
background-color: #EAEAEA;
border: silver 1px solid;
}