mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
51 lines
742 B
CSS
51 lines
742 B
CSS
@import 'Metropolis.css';
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
body {
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
.demo-card .demo-card__view:not(:first-child) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view pre {
|
|
font-family: v-mono, monospace;
|
|
}
|
|
|
|
.demo-card .demo-card__view code {
|
|
font-family: v-mono, monospace;
|
|
}
|
|
|
|
.demo-card code.n-text {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.n-documentation .n-p,
|
|
.n-blockquote {
|
|
max-width: 680px;
|
|
}
|
|
|
|
.md-table-wrapper {
|
|
overflow: auto;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.md-table .n-table__td:nth-child(1) {
|
|
font-size: 0.93em !important;
|
|
font-family: v-mono, monospace;
|
|
}
|
|
|
|
.md-table .n-text.n-text--code {
|
|
font-size: 0.93em !important;
|
|
}
|
|
|
|
.md-card {
|
|
margin-bottom: 16px;
|
|
}
|