mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 17:19:11 +08:00
8e27cf986f
* 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
49 lines
698 B
Plaintext
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;
|
|
}
|
|
}
|