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

View File

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