packages/esl-website/src/common/card.less
.card { position: relative; display: flex; width: 100%; height: 100%; min-height: 100px; flex-direction: column; background: #fff; box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3); img { pointer-events: none; } &-image { flex: 0 0 auto; } &-content { flex: 1 1 auto; }}