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

9 lines
171 B
CSS
Raw Normal View History

2022-11-25 20:09:59 +00:00
.getLocation {
--opacity: 0.6;
--ion-background-color: white;
margin-left: calc(50% - 20px) !important;
position: fixed !important;
z-index: 1;
2022-11-25 20:09:59 +00:00
bottom: 6px;
}