mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +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
6 lines
87 B
SCSS
6 lines
87 B
SCSS
.demo-calendar.demo-block {
|
|
.is-selected {
|
|
color: var(--el-color-primary);
|
|
}
|
|
}
|