UNPKG

@lyra/google-maps-input

Version:

Lyra plugin providing input handlers for geo-related input types using Google Maps

28 lines (22 loc) 403 B
@import 'part:@lyra/base/theme/variables-style'; .wrapper { height: 100%; width: 100%; } .map { height: 100%; width: 100%; box-sizing: border-box; } .searchInput { position: absolute; right: 10px; top: 10px; width: 220px; } .input { composes: textInput from 'part:@lyra/base/theme/forms/text-input-style'; } :global(.pac-container) { z-index: calc(var(--zindex-modal) + 1); }