mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
23 lines
331 B
SCSS
23 lines
331 B
SCSS
.demo {
|
|
min-height: 600px;
|
|
}
|
|
|
|
.demo-card {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view:not(:first-child) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view pre {
|
|
font-family: "FiraCode";
|
|
}
|
|
|
|
.demo-card .demo-card__view code {
|
|
font-family: "FiraCode";
|
|
}
|
|
|
|
.n-documentation .n-p, .n-blockquote {
|
|
max-width: 680px;
|
|
} |