naive-ui/demo/styles/demo.scss

29 lines
410 B
SCSS
Raw Normal View History

2020-03-07 22:47:22 +08:00
@import 'Metropolis.scss';
2020-03-03 17:41:05 +08:00
.demo {
min-height: 600px;
}
2019-12-22 23:19:08 +08:00
.demo-card {
margin-bottom: 16px;
}
.demo-card .demo-card__view:not(:first-child) {
2019-12-22 23:19:08 +08:00
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
}
.demo-card code.n-text {
white-space: nowrap;
}
2020-02-28 20:31:06 +08:00
.n-documentation .n-p, .n-blockquote {
max-width: 680px;
}