better geocalize btn + geolocation state
This commit is contained in:
parent
f566952613
commit
bebc23bd96
4 changed files with 81 additions and 43 deletions
|
|
@ -148,6 +148,24 @@ nav a:hover, nav button:hover,
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.geolocalize-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-height: 3vw;
|
||||
max-width: 3vw;
|
||||
}
|
||||
|
||||
.geolocalize-btn img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.form-box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue