react-json-schema-editor-antd
Version:
Json Schema Editor
17 lines • 342 B
text/less
.schema-empty{
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
/* height: 100%; */
align-items: center;
justify-content: center;
color: var(--color-primary,#0787FF);;
padding: 32px 0;
.anticon{
font-size: 52px;
}
.openapi-beautify-typography{
color: inherit;
}
}