ant-design/site/theme/static/icon-pic-searcher.less
何乐 f7378ac4e6
fix(site): the search box is 2px taller than radio buttons (#21390)
* fix(site): the search box is 2px taller than radio buttons in the same row

* fix: remove extra 1px margin of input suffix
2020-02-16 18:20:05 +08:00

52 lines
810 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;
> i {
font-size: 30px;
:hover {
color: @link-hover-color;
}
}
}
}
}