naive-ui/demo/styles/demo.scss
2020-09-07 14:11:27 +08:00

37 lines
512 B
SCSS

@import 'Metropolis.scss';
// .demo {
// min-height: 600px;
// }
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";
}
.demo-card .demo-card__view code {
font-family: "naive-ui-mono";
}
.demo-card code.n-text {
white-space: nowrap;
}
.n-documentation .n-p, .n-blockquote {
max-width: 680px;
}
.n-table__td:first-child {
white-space: nowrap;
}