Moving API docs to separate /api page.
This commit is contained in:
16
frontend/src/app/components/api-docs/api-docs.component.scss
Normal file
16
frontend/src/app/components/api-docs/api-docs.component.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.text-small {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.code {
|
||||
background-color: #1d1f31;
|
||||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
|
||||
}
|
||||
|
||||
tr {
|
||||
white-space: inherit;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user