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
15 lines
312 B
SCSS
15 lines
312 B
SCSS
.demo-transition {
|
|
.transition-box {
|
|
margin-bottom: 10px;
|
|
width: 200px;
|
|
height: 100px;
|
|
border-radius: 4px;
|
|
background-color: var(--el-color-primary);
|
|
text-align: center;
|
|
color: var(--el-color-white);
|
|
padding: 40px 20px;
|
|
margin-right: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|