naive-ui/demo/styles/demo.css

46 lines
667 B
CSS
Raw Normal View History

2020-11-01 19:35:00 +08:00
@import 'Metropolis.css';
2020-03-07 22:47:22 +08:00
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-11-04 12:13:11 +08:00
font-family: v-mono, monospace;
2019-12-23 13:42:58 +08:00
}
.demo-card .demo-card__view code {
2020-11-04 12:13:11 +08:00
font-family: v-mono, monospace;
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-11-30 22:20:01 +08:00
.md-table .n-table__td:nth-child(1) {
2020-10-21 16:07:32 +08:00
font-size: 13px !important;
2020-11-04 12:13:11 +08:00
font-family: v-mono, monospace;
2020-09-19 00:10:16 +08:00
}
2020-11-30 22:20:01 +08:00
.md-table .n-text.n-text--code {
2020-10-21 16:07:32 +08:00
font-size: 13px !important;
2020-11-30 22:20:01 +08:00
}
.md-card {
margin-bottom: 16px;
}
.md-table {
margin-bottom: 16px;
}