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;
|
|
|
|
}
|
|
|
|
|
2020-03-04 23:38:19 +08:00
|
|
|
.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-09-18 17:06:40 +08:00
|
|
|
font-family: "naive-ui-mono", monospace;
|
2019-12-23 13:42:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.demo-card .demo-card__view code {
|
2020-09-18 17:06:40 +08:00
|
|
|
font-family: "naive-ui-mono", monospace;
|
2020-02-28 20:31:06 +08:00
|
|
|
}
|
|
|
|
|
2020-03-08 14:19:51 +08:00
|
|
|
.demo-card code.n-text {
|
2020-03-08 00:06:05 +08:00
|
|
|
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-19 00:10:16 +08:00
|
|
|
.api-table .n-table__td:nth-child(1),
|
|
|
|
.api-table .n-table__td:nth-child(2) {
|
2020-09-17 12:17:50 +08:00
|
|
|
font-size: 13px;
|
|
|
|
font-family: naive-ui-mono, monospace;
|
2020-09-19 00:10:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-table .n-text.n-text--code {
|
|
|
|
font-size: 13px;
|
2019-09-28 18:50:56 +08:00
|
|
|
}
|