mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
19 lines
281 B
SCSS
19 lines
281 B
SCSS
.demo-card {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.demo-card .demo-card__view {
|
|
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;
|
|
} |