mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
35 lines
564 B
SCSS
35 lines
564 B
SCSS
@import 'Metropolis.scss';
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.demo-card {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view:not(:first-child) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view pre {
|
|
font-family: "naive-ui-mono", monospace;
|
|
}
|
|
|
|
.demo-card .demo-card__view code {
|
|
font-family: "naive-ui-mono", monospace;
|
|
}
|
|
|
|
.demo-card code.n-text {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.n-documentation .n-p, .n-blockquote {
|
|
max-width: 680px;
|
|
}
|
|
|
|
.api-table .n-table__td:first-child {
|
|
font-size: 13px;
|
|
white-space: nowrap;
|
|
font-family: naive-ui-mono, monospace;
|
|
} |