switching to gmap3
This commit is contained in:
45
style/spot.scss
Executable file
45
style/spot.scss
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user