mirror of https://github.com/docker/docs.git
Icon sizing fixes.
This commit is contained in:
parent
5057ab5fa9
commit
2c2f34f553
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue