You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
799 B

.map-search-info {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border-radius: 0.25rem;
position: absolute;
top: 1rem;
background-color: white;
width: auto;
min-width: 22rem;
border-width: 0;
right: 1rem;
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
z-index: 2000;
}
#tipinput {
outline: none;
border: 1px solid #ced4da;
height: 30px;
}
.map-search-input-item {
width: 100%;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
height: 30px;
}
.map-search-input-item-prepend {
margin-right: -1px;
height: 30px;
}
.map-search-input-item-text {
font-size: 16px;
padding: 0 5px;
text-align: center;
display: block;
height: 30px;
line-height: 30px;
border: 1px solid #ced4da;
background-color: #e9ecef;
border-radius: 4px;
color: #495057;
}