switching to gmap3

This commit is contained in:
2015-12-10 23:12:50 +01:00
parent a52307af80
commit 47ef0bae24
23 changed files with 384895 additions and 30 deletions

45
style/spot.scss Executable file
View File

@@ -0,0 +1,45 @@
@CHARSET "UTF-8";
@import 'fa';
@import 'common';
#map {
position:absolute;
left:0;
top:0;
bottom:0;
width:100%;
background:#EEE;
}
#map .loader {
position:relative;
font-size:3em;
width:1em;
height:1em;
top:calc(50% - 0.5em);
left:calc(50% - 0.5em);
color:#666;
@extend .flicker;
}
/* Info Window */
.info-window h1 {
font-size: 1.2em;
}
.info-window p {
font-size: 1.0em;
}
.info-window i {
padding-right:0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
@extend .fa-fw;
}
.info-window .battery {
text-transform: capitalize;
}