mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
d9b7ef56ea
* style(docs): use css var * style: update * style: demo-icon use grid layout * style: remove demo-block.vue style scoped * docs: remove strange character
14 lines
213 B
SCSS
14 lines
213 B
SCSS
.demo-block.demo-descriptions {
|
|
.margin-top {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.my-label {
|
|
background: var(--el-color-success-lighter);
|
|
}
|
|
|
|
.my-content {
|
|
background: var(--el-color-danger-lighter);
|
|
}
|
|
}
|