element-plus/website/demo-styles/card.scss
kooriookami 09dad70cfb
docs(docs): fix style of demo card header (#1405)
* docs(docs): fix style of card header

* docs: update
2021-02-01 14:48:26 +08:00

47 lines
593 B
SCSS

.demo-block.demo-card {
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.text {
font-size: 14px;
}
.time {
font-size: 13px;
color: #999;
}
.bottom {
margin-top: 13px;
line-height: 12px;
display: flex;
justify-content: space-between;
align-items: center;
}
.item {
margin-bottom: 18px;
&:last-child {
margin-bottom: 0;
}
}
.button {
padding: 0;
min-height: auto;
}
.image {
width: 100%;
display: block;
}
.box-card {
width: 480px;
}
}