mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
feat: add demo-wrapper container support
This commit is contained in:
parent
230944a5e3
commit
77846006a5
@ -455,16 +455,16 @@
|
||||
}
|
||||
|
||||
.demo-container {
|
||||
padding: 10px 20px;
|
||||
padding: 20px;
|
||||
background-color: var(--vp-c-bg-alt);
|
||||
border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
|
||||
> :first-of-type {
|
||||
> *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
> :last-of-type {
|
||||
> *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user