Add Geolocation from behind feature flag

This commit is contained in:
Vim USDS 2022-07-13 23:04:48 -07:00
commit e1f4df8e51
5 changed files with 124 additions and 67 deletions

View file

@ -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%;
}