File: /home/frenchy/refonte2023/wordpress/wp-content/plugins/ova-dir/assets/css/admin/styles.scss
#ova_dir_google_map_metabox {
#ova_dir_map {
height: 400px;
}
#infowindow-content {
display: inline;
}
.pac-card {
background-color: #fff;
border: 0;
border-radius: 2px;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
margin: 10px;
padding: 0 0.5em;
font: 400 18px Roboto, Arial, sans-serif;
overflow: hidden;
font-family: Roboto;
padding: 0;
}
#pac-container {
padding: 12px;
}
#pac-input {
background-color: #fff;
font-size: 15px;
font-weight: 300;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 400px;
@media screen and (max-width: 500px) {
width: 100%;
}
}
#pac-input:focus {
border-color: #4d90fe;
}
}