mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +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
9 lines
168 B
SCSS
9 lines
168 B
SCSS
.demo-block.demo-affix {
|
|
.affix-container {
|
|
text-align: center;
|
|
height: 400px;
|
|
border-radius: 4px;
|
|
background: var(--el-color-primary-light-9);
|
|
}
|
|
}
|