| .. | |||||
| _gmaps.scss | |||||
| _jqvmap.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/home/admin/assets/stylesheets/sass/modules/maps/ |
Upload File : |
@media only screen and (max-width: 767px) {
#gmap {
margin: -40px -15px 0 -15px;
}
html.mobile-device {
#gmap {
min-height: 100px;
}
}
}
@media only screen and (min-width: 768px) {
#gmap {
bottom: 0;
height: auto !important;
left: 0;
position: absolute !important;
right: 0;
top: 0;
min-height: 0;
}
}
// MARKERS LIST
// -----------------------------------------------------------------------------
/* List Containing Markers */
.list-markers {
border-bottom: 1px solid lighten( $sidebar-background, 2% );
padding-bottom: 10px;
li {
position: relative;
}
p {
margin: 0 0 2px 0;
padding: 3px 55px 3px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
}
.location-action {
position: absolute;
right: 0;
top: 2px;
&.location-edit {
right: 15px;
top: 3px;
}
&.location-center {
right: 37px;
}
}
}
// MODAL FOR MARKERS
// -----------------------------------------------------------------------------
/* Modal Add/Edit Markers */
.marker-modal {
.modal-dialog {
max-width: 450px;
}
}| .. | |||||
| _gmaps.scss | |||||
| _jqvmap.scss |