Skip to content

Commit

Permalink
style btn-myLocation para que esté más centrado
Browse files Browse the repository at this point in the history
  • Loading branch information
bertapasamontes committed Feb 24, 2025
1 parent 1a04458 commit f81b49c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/mapa/mapa.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button type="submit" (click)="getLocation()" class="btn btn-warning">Get my location to see the map</button>
<button type="submit" (click)="getLocation()" class="btn btn-warning btn-location">Get my location to see the map</button>
@if(!isUserLocationReady){
<app-progress-bar></app-progress-bar>
}
Expand Down
3 changes: 3 additions & 0 deletions src/app/components/mapa/mapa.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.btn-location{
margin-left: 5%;
}

0 comments on commit f81b49c

Please sign in to comment.