Files
openapi-ui/src/index.css
typescreep bf630e5551 design wip
2025-06-02 14:14:36 +03:00

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;
}