mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
fixed styles
This commit is contained in:
parent
a3982eddae
commit
afc1b084e1
2 changed files with 3 additions and 3 deletions
2
.env
2
.env
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue