mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
25 lines
292 B
CSS
25 lines
292 B
CSS
|
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;
|
||
|
}
|