Added SubscriptionsMap

This commit is contained in:
vjrj 2018-01-24 16:52:07 +01:00
parent b5d984de6f
commit 3eeb14e30e
10 changed files with 303 additions and 20 deletions

View file

@ -37,7 +37,7 @@ class CenterInMyPosition extends React.Component {
render() {
return (
<Button bsStyle="default" onClick={() => this.onClick()}>
<i className="icons icon-target" />{this.props.t('Centrar el mapa en tu ubicación')}
<i className="icons icon-target" />{this.props.t('Centrar en tu ubicación')}
</Button>);
}
}

View file

@ -16,8 +16,8 @@ div.selectionmap-leaflet-container {
@include breakpoint(mobile) {
.selectionmap-leaflet-container {
height: 80%;
min-width: 90vw;
height: 80%;
min-width: 90vw;
}
}