Feat Widgets 2030
This commit is contained in:
		| @@ -43,6 +43,16 @@ | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| /* APLICA LA TRANSICIÓN POR DEFECTO A ZOOMABLEGROUP */ | ||||
| .mapa-container .rsm-zoomable-group { | ||||
|   transition: transform 400ms ease-in-out; | ||||
| } | ||||
|  | ||||
| /* DESACTIVA LA TRANSICIÓN CUANDO SE ESTÁ ARRASTRANDO */ | ||||
| .mapa-container .rsm-zoomable-group.panning { | ||||
|   transition: none; | ||||
| } | ||||
|  | ||||
| .rsm-geography { | ||||
|   transition: opacity 0.3s ease, transform 0.2s ease, filter 0.2s ease, fill 0.3s ease; | ||||
|   cursor: pointer; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user