naive-ui/demo/styles/demo.scss

35 lines
542 B
SCSS
Raw Normal View History

2020-03-07 22:47:22 +08:00
@import 'Metropolis.scss';
2020-09-07 14:11:27 +08:00
body {
overflow: hidden;
}
2019-12-22 23:19:08 +08:00
.demo-card {
margin-bottom: 16px;
}
.demo-card .demo-card__view:not(:first-child) {
2019-12-22 23:19:08 +08:00
margin-top: 16px;
2019-12-23 13:42:58 +08:00
}
.demo-card .demo-card__view pre {
2020-06-01 13:04:44 +08:00
font-family: "naive-ui-mono";
2019-12-23 13:42:58 +08:00
}
.demo-card .demo-card__view code {
2020-06-01 13:04:44 +08:00
font-family: "naive-ui-mono";
2020-02-28 20:31:06 +08:00
}
.demo-card code.n-text {
white-space: nowrap;
}
2020-02-28 20:31:06 +08:00
.n-documentation .n-p, .n-blockquote {
max-width: 680px;
2020-05-30 21:11:46 +08:00
}
2020-09-17 12:17:50 +08:00
.api-table .n-table__td:first-child {
font-size: 13px;
2020-05-30 21:11:46 +08:00
white-space: nowrap;
2020-09-17 12:17:50 +08:00
font-family: naive-ui-mono, monospace;
}