You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
727 B
48 lines
727 B
@import (reference) '../../../../components/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;
|
|
}
|
|
}
|
|
|