forked from angular-ui/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.css
47 lines (38 loc) · 793 Bytes
/
example.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body {
font-family: 'Open Sans', sans-serif;
}
.angular-google-map-container {
width: 100%;
height: 600px;
}
/* fix for Twitter Bootstrap handling of responsive images */
.angular-google-map img {
max-width: inherit;
}
.angular-google-map {
top: 80px;
}
.shrink {
font-size: 8;
}
.true:hover {
background-color: lightgreen;
}
.false:hover {
background-color: lightpink;
}
.marker-labels {
color: red;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
width: 40px;
border: 1px solid black;
white-space: nowrap;
}
/* uncomment this if you are using the <google-map> element instead of a div
.angular-google-map {
display: block;
}*/