mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
23 lines
407 B
SCSS
23 lines
407 B
SCSS
.n-nimbus-service-layout__body > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.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;
|
|
} |