mirror of
https://github.com/outbackdingo/openapi-ui.git
synced 2026-01-28 10:19:50 +00:00
25 lines
414 B
CSS
25 lines
414 B
CSS
html,
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Roboto';
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
}
|
|
|
|
.ant-input-number-outlined {
|
|
width: 100%;
|
|
}
|
|
|
|
.ant-breadcrumb > ol > li .ant-breadcrumb-link {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
min-height: 25px;
|
|
}
|
|
|
|
.ant-breadcrumb > ol > li:last-child .ant-breadcrumb-link {
|
|
font-size: 16px;
|
|
}
|