element-plus/website/demo-styles/skeleton.scss
kooriookami d9b7ef56ea
style(docs): Optimized style of documentation (#3010)
* style(docs): use css var

* style: update

* style: demo-icon use grid layout

* style: remove demo-block.vue style scoped

* docs: remove strange character
2021-08-26 09:57:56 +08:00

47 lines
628 B
SCSS

.demo-block.demo-skeleton {
.#{$namespace}-card {
margin-bottom: 16px;
}
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.time {
font-size: 13px;
color: var(--el-text-color-secondary);
}
.bottom {
margin-top: 13px;
line-height: 12px;
}
.button {
padding: 0;
min-height: auto;
}
.image {
&.multi-content {
width: 400px;
height: 267px;
}
width: 100%;
display: block;
}
.clearfix:before,
.clearfix:after {
display: table;
content: '';
}
.clearfix:after {
clear: both;
}
}