ant-design/site/theme/template/Home/MorePage.less
MadCcc 8e27cf986f
chore: rm component less file (#36244)
* chore: rm component less file

* refactor: less file

* refactor: rm less

* refactor: rm page-header and comment

* chore: rm less in components

* chore: update dist config

* chore: update image test

* chore: update dekko

* chore: rm lib dekko

* chore: update dist dekko

* chore: udpate bundle size

* test: update snapshot

* test: rm theme test

* test: update snapshot

* test: update snapshot

* chore: copy reset.css

* test: update image test

* chore: copy reset.css to es

* chore: update site script
2022-07-05 21:55:21 +08:00

74 lines
1.1 KiB
Plaintext

@import (reference) '../../style/themes/index.less';
.more-card {
&:hover {
box-shadow: @shadow-2;
}
.ant-card-cover {
padding: 24px 24px 0;
}
.ant-card-body {
color: #314659;
}
.ant-card-meta-detail {
display: flex;
flex-direction: column;
min-height: 170px;
.ant-card-meta-title {
min-height: 50px;
margin-bottom: 16px;
color: #0d1a26;
font-weight: 400;
white-space: normal;
text-overflow: initial;
word-break: break-word;
}
.ant-card-meta-description {
flex: auto;
color: #697b8c;
}
}
.more-card-source {
float: right;
.ant-row-rtl & {
float: left;
}
> img {
vertical-align: baseline;
}
}
}
@media (max-width: @screen-sm-min) {
.more-card {
.ant-card-cover {
margin-bottom: 12px;
padding: 16px 16px 0;
img {
height: 184px;
}
}
.ant-card-meta-title {
font-size: 18px;
}
.ant-card-body {
padding: 16px;
.ant-card-meta-detail {
min-height: 150px;
}
}
}
}