fix locationinput button size

This commit is contained in:
Laura Klünder 2017-12-11 01:42:44 +01:00
parent 4f652a3cc7
commit d2d9a0d690

View file

@ -402,7 +402,7 @@ main.show-details #resultswrapper .details {
.locationinput.selected input {
padding-bottom: 25px;
}
.locationinput button {
main.map .locationinput button {
position: absolute;
top: 6px;
right: 6px;
@ -413,6 +413,7 @@ main.show-details #resultswrapper .details {
transition: transform 150ms, opacity 150ms, top 150ms, right 150ms;
font-size: 42px;
color: #b2b2b2;
line-height: 1;
}
.locationinput button:hover {
color: #a2a2a2;