fixed styles

This commit is contained in:
Fedor Katurov 2021-08-06 11:33:34 +07:00
parent a3982eddae
commit afc1b084e1
2 changed files with 3 additions and 3 deletions

2
.env
View file

@ -1,4 +1,4 @@
REACT_APP_PUBLIC_PATH = https://localhost:3000/ REACT_APP_PUBLIC_PATH = https://localhost:3000/
REACT_APP_API_ADDR = https://backend.alpha-map.vault48.org/ REACT_APP_API_ADDR = https://backend.map.vault48.org
REACT_APP_OSRM_URL = https://vault48.org:5001/route/v1 REACT_APP_OSRM_URL = https://vault48.org:5001/route/v1
REACT_APP_OSRM_PROFILE = bike REACT_APP_OSRM_PROFILE = bike

View file

@ -342,12 +342,12 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
fill: darken(white, 30%); fill: darken(white, 30%);
background: darken(white, 8%); background: transparentize(white, 0.9);
cursor: pointer; cursor: pointer;
transition: background 250ms, transform 500ms; transition: background 250ms, transform 500ms;
&:hover { &:hover {
background: darken(white, 10%); background: transparentize(white, 0.95);
} }
} }