mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-29 01:01:40 -07:00
Add Geolocation from behind feature flag
This commit is contained in:
parent
70cc0e392e
commit
e1f4df8e51
5 changed files with 124 additions and 67 deletions
|
@ -1,20 +1,12 @@
|
|||
@use '../../styles/design-system.scss' as *;
|
||||
|
||||
.mapSearchContainer {
|
||||
|
||||
// styles for mobile-lg (480px) and greater widths,
|
||||
@include at-media('mobile-lg') {
|
||||
position: absolute;
|
||||
// top: units(4);
|
||||
left: units(1.5);
|
||||
width: 50%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
// styles for less than mobile-lg (480px)
|
||||
position: absolute;
|
||||
left: units(1.5);
|
||||
width: 90%;
|
||||
z-index: 1;
|
||||
/*
|
||||
The width of the container is being limited so that
|
||||
as the device width decreases, the geolocation
|
||||
button has enough space between the Search
|
||||
component
|
||||
*/
|
||||
width: 71%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue