minor update styiling

This commit is contained in:
Roman Hotsiy 2015-11-17 00:03:49 +02:00
parent 540a050eaa
commit 1d5aedfdc4
2 changed files with 16 additions and 9 deletions

View File

@ -5,22 +5,31 @@ responses-list, params-list {
h2 {
font-size: 25px;
font-weight: 200;
color: #666;
color: #253137;
}
h3 {
margin: 0;
font-weight: 200;
font-size: 0;
}
h3 > span {
padding: 5px 10px;
padding-top: 3px;
padding-bottom: 3px;
vertical-align: middle;
font-size: 14px;
}
span.api-url {
color: #999;
margin-left: 10px;
}
span.path {
font-family: monospace;
font-weight: bold;
color: #00329F;
}
.method-tags {
@ -80,11 +89,10 @@ responses-samples {
}
.http-method {
font-size: 13px;
color: white;
background-color: #1976D3;
border-radius: 0 10px 10px 0;
font-weight: bold;
padding: 3px 10px;
text-transform: uppercase;
}
.http-method.delete {
@ -92,7 +100,7 @@ responses-samples {
}
.http-method.post {
background-color: green;
background-color: #00329F;
}
.http-method.patch {

View File

@ -16,10 +16,9 @@ method {
}
.tag-info h1 {
color: rgb(102, 102, 102);
color: #00329F;
text-transform: capitalize;
padding-left: 10px;
border-left: 5px solid darkgreen;
font-weight: bold;
}
.methods {