naive-ui/demo/styles/demo.css

45 lines
659 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;
}
.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;
}
2021-02-18 22:58:39 +08:00
.n-documentation .n-p,
.n-blockquote {
2020-02-28 20:31:06 +08:00
max-width: 680px;
2020-05-30 21:11:46 +08:00
}
.md-table-wrapper {
overflow: auto;
margin-bottom: 16px;
}
2020-11-30 22:20:01 +08:00
.md-table .n-table__td:nth-child(1) {
2021-02-18 22:58:39 +08:00
font-size: 0.93em !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 {
2021-02-18 22:58:39 +08:00
font-size: 0.93em !important;
2020-11-30 22:20:01 +08:00
}
.md-card {
margin-bottom: 16px;
}