mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
b445baa001
* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2 Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.2. - [Release notes](https://github.com/prettier/stylelint-config-prettier/releases) - [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2) --- updated-dependencies: - dependency-name: stylelint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: autofix stylelint errors * chore: autofix stylelint errors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
57 lines
822 B
Plaintext
57 lines
822 B
Plaintext
.icon-pic-searcher {
|
|
display: inline-block;
|
|
margin: 0 8px;
|
|
|
|
.icon-pic-btn {
|
|
color: @text-color-secondary;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
|
|
&:hover {
|
|
color: @input-icon-hover-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-pic-preview {
|
|
width: 66px;
|
|
height: 66px;
|
|
margin-top: 10px;
|
|
padding: 8px;
|
|
text-align: center;
|
|
border: 1px solid @border-color-base;
|
|
border-radius: 4px;
|
|
|
|
> img {
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|
|
}
|
|
|
|
.icon-pic-search-result {
|
|
min-height: 50px;
|
|
padding: 0 10px;
|
|
|
|
> .result-tip {
|
|
padding: 10px 0;
|
|
color: @text-color-secondary;
|
|
}
|
|
|
|
> table {
|
|
width: 100%;
|
|
|
|
.col-icon {
|
|
width: 80px;
|
|
padding: 10px 0;
|
|
|
|
> .anticon {
|
|
font-size: 30px;
|
|
|
|
:hover {
|
|
color: @link-hover-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|