:-'Generic Commit'
This commit is contained in:
@@ -60,24 +60,28 @@ std::string welcome_page() {
|
|||||||
}
|
}
|
||||||
.endpoints {
|
.endpoints {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 1.5rem;
|
padding: 1.25rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
.endpoints h2 {
|
.endpoints h2 {
|
||||||
color: #2b6cb0;
|
color: #2b6cb0;
|
||||||
margin-top: 0;
|
margin: 0 0 1rem 0;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
.endpoint-group {
|
.endpoint-group {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
.endpoint-group:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.endpoint-group h3 {
|
.endpoint-group h3 {
|
||||||
color: #4a5568;
|
color: #4a5568;
|
||||||
font-size: 1.2rem;
|
font-size: 1.1rem;
|
||||||
margin-bottom: 1rem;
|
margin: 0 0 0.5rem 0;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.25rem;
|
||||||
border-bottom: 2px solid #e2e8f0;
|
border-bottom: 1px solid #e2e8f0;
|
||||||
}
|
}
|
||||||
.endpoint-list {
|
.endpoint-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@@ -85,12 +89,13 @@ std::string welcome_page() {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.endpoint-list li {
|
.endpoint-list li {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.5rem;
|
||||||
padding: 0.75rem;
|
padding: 0.5rem;
|
||||||
background: #f8fafc;
|
background: #f8fafc;
|
||||||
border-radius: 6px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
.endpoint-list li:last-child {
|
.endpoint-list li:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -99,14 +104,14 @@ std::string welcome_page() {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #2b6cb0;
|
color: #2b6cb0;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
min-width: 60px;
|
min-width: 50px;
|
||||||
}
|
}
|
||||||
.endpoint-path {
|
.endpoint-path {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
background: #edf2f7;
|
background: #edf2f7;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.15rem 0.3rem;
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
margin-right: 1rem;
|
margin-right: 0.75rem;
|
||||||
}
|
}
|
||||||
.endpoint-desc {
|
.endpoint-desc {
|
||||||
color: #4a5568;
|
color: #4a5568;
|
||||||
|
Reference in New Issue
Block a user