Icon sizing fixes.

This commit is contained in:
Sean Li 2015-06-10 11:27:05 -07:00
parent 5057ab5fa9
commit 2c2f34f553
2 changed files with 6 additions and 3 deletions

View File

@ -101,10 +101,10 @@
left: 13px; left: 13px;
} }
.search-icon { .search-icon {
font-size: 14px; font-size: 20px;
color: @gray-lighter; color: @gray-lighter;
position: absolute; position: absolute;
top: 14px; top: 10px;
left: 13px; left: 13px;
} }
input { input {
@ -117,7 +117,7 @@
left: -1px; left: -1px;
font-size: 14px; font-size: 14px;
height: 46px; height: 46px;
padding-left: 3.7rem; padding-left: 4.4rem;
color: @gray-darkest; color: @gray-darkest;
box-shadow: none; box-shadow: none;
border: 1px solid @color-divider; border: 1px solid @color-divider;

View File

@ -179,6 +179,9 @@ input[type="text"] {
padding-top: 4px; padding-top: 4px;
.icon { .icon {
font-size: 10px; font-size: 10px;
&::before {
-webkit-font-smoothing: subpixel-antialiased;
}
} }
} }