feat(aio): comment cleanup, API table styles
- API table styling - Cleanup on resource page comments
This commit is contained in:

committed by
Matias Niemelä

parent
e263e19a2a
commit
04dc24820d
@ -7,6 +7,15 @@
|
||||
|
||||
table.api-table {
|
||||
min-width: 680px;
|
||||
|
||||
thead th {
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
background-color: $blue;
|
||||
border-radius: 4px 4px 0 0;
|
||||
text-transform: none;
|
||||
padding: 8px 24px;
|
||||
}
|
||||
|
||||
tbody {
|
||||
pre {
|
||||
@ -18,6 +27,10 @@
|
||||
td, th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user