ant-design/site/theme/template/Content/ComponentOverview.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

49 lines
698 B
Plaintext

@import '../../style/themes/index.less';
.components-overview {
padding: 0;
&-group-title {
margin-bottom: 24px !important;
}
&-title {
overflow: hidden;
color: @text-color;
text-overflow: ellipsis;
}
&-img {
display: flex;
align-items: center;
justify-content: center;
height: 152px;
}
&-card {
cursor: pointer;
transition: all 0.5s;
&:hover {
box-shadow: @shadow-1-down;
}
}
}
.components-overview-search.ant-input-affix-wrapper {
width: 100%;
padding: 0;
font-size: 20px;
border: 0;
box-shadow: none;
input {
color: rgba(0, 0, 0, 0.85);
font-size: 20px;
}
.anticon {
color: #bbb;
}
}