dyomedea/src/components/get-location/GetLocation.module.css

8 lines
134 B
CSS
Raw Normal View History

2022-11-25 20:09:59 +00:00
.getLocation {
2022-11-28 18:33:02 +00:00
opacity: 1;
2022-11-25 20:09:59 +00:00
margin-left: calc(50% - 20px) !important;
position: fixed !important;
z-index: 1;
2022-11-25 20:09:59 +00:00
bottom: 6px;
}