@opensystemslab/map 0.4.8 → 0.4.9
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.html
CHANGED
@@ -12,6 +12,23 @@
|
|
12
12
|
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap"
|
13
13
|
rel="stylesheet"
|
14
14
|
/>
|
15
|
+
<!-- Examples of available style options for address-autocomplete -->
|
16
|
+
<!-- <style>
|
17
|
+
address-autocomplete {
|
18
|
+
--autocomplete__input__padding: 6px 12px 7px 12px;
|
19
|
+
--autocomplete__input__font-size: 15px;
|
20
|
+
--autocomplete__input__height: 50px;
|
21
|
+
--autocomplete__dropdown-arrow-down__top: 16px;
|
22
|
+
--autocomplete__dropdown-arrow-down__z-index: 2;
|
23
|
+
--autocomplete__option__font-size: 15px;
|
24
|
+
--autocomplete__option__padding: 6px 12px 7px 12px;
|
25
|
+
--autocomplete__menu__max-height: 336px;
|
26
|
+
--autocomplete__option__border-bottom: solid 1px grey;
|
27
|
+
--autocomplete__option__hover-border-color: rgb(0, 99, 96);
|
28
|
+
--autocomplete__option__hover-background-color: rgb(0, 99, 96);
|
29
|
+
--autocomplete__font-family: "Courier New";
|
30
|
+
}
|
31
|
+
</style> -->
|
15
32
|
</head>
|
16
33
|
<body>
|
17
34
|
<div style="display:flex;flex-direction:column;">
|