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
31 lines
490 B
SCSS
31 lines
490 B
SCSS
.demo-typo-size {
|
|
.color-dark-light {
|
|
color: var(--el-text-color-secondary);
|
|
}
|
|
}
|
|
.demo-term-box img {
|
|
width: 24%;
|
|
margin: 0 4% 20px 0;
|
|
}
|
|
|
|
.lineH-left {
|
|
display: inline-block;
|
|
height: 80px;
|
|
}
|
|
.lineH-right {
|
|
display: inline-block;
|
|
list-style: none;
|
|
padding: 0 0 0 90px;
|
|
margin: 0;
|
|
vertical-align: top;
|
|
}
|
|
.lineH-right li {
|
|
font-size: 13px;
|
|
color: var(--el-text-color-regular);
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.lineH-right li span {
|
|
padding-left: 40px;
|
|
}
|