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;
|
||||
}
|
||||
.search-icon {
|
||||
font-size: 14px;
|
||||
font-size: 20px;
|
||||
color: @gray-lighter;
|
||||
position: absolute;
|
||||
top: 14px;
|
||||
top: 10px;
|
||||
left: 13px;
|
||||
}
|
||||
input {
|
||||
|
@ -117,7 +117,7 @@
|
|||
left: -1px;
|
||||
font-size: 14px;
|
||||
height: 46px;
|
||||
padding-left: 3.7rem;
|
||||
padding-left: 4.4rem;
|
||||
color: @gray-darkest;
|
||||
box-shadow: none;
|
||||
border: 1px solid @color-divider;
|
||||
|
|
|
@ -179,6 +179,9 @@ input[type="text"] {
|
|||
padding-top: 4px;
|
||||
.icon {
|
||||
font-size: 10px;
|
||||
&::before {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue