some 1px tweaks

This commit is contained in:
Laura Klünder 2017-11-15 16:26:20 +01:00
parent ec75850e17
commit 8db4dbcf72

View file

@ -175,7 +175,7 @@ main:not([data-view=route-result]) #route-result-buttons{
} }
.locationinput .icon::before { .locationinput .icon::before {
position: absolute; position: absolute;
top: 1px; top: 0;
left: 1px; left: 1px;
content: "search"; content: "search";
color: #b2b2b2; color: #b2b2b2;
@ -206,8 +206,8 @@ main:not([data-view=route-result]) #route-result-buttons{
color: #a2a2a2; color: #a2a2a2;
} }
.locationinput button.locate { .locationinput button.locate {
font-size: 34px; font-size: 35px;
top: 6px; top: 5px;
} }
.locationinput:not(.empty) button.locate, .locationinput.empty button.clear { .locationinput:not(.empty) button.locate, .locationinput.empty button.clear {
transform: scale(0.7); transform: scale(0.7);