naive-ui/demo/styles/demo.scss

23 lines
407 B
SCSS
Raw Normal View History

.n-nimbus-service-layout__body > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
width: 100% !important;
2019-12-22 23:19:08 +08:00
}
.demo-card {
margin-bottom: 16px;
}
.demo-card .demo-card__view {
margin-top: 16px;
2019-12-23 13:42:58 +08:00
}
.demo-card .demo-card__view pre {
font-family: "FiraCode";
}
.demo-card .demo-card__view code {
font-family: "FiraCode";
2020-02-28 20:31:06 +08:00
}
.n-documentation .n-p, .n-blockquote {
max-width: 680px;
}