forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
angular-leaflet-directive.css
73 lines (59 loc) · 1.04 KB
/
angular-leaflet-directive.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@media (max-width: 980px) {
#forkme {
display: none;
}
}
body {
padding-top: 20px;
font-size: 15px;
}
p {
line-height: 22px;
}
.angular-google-map {
height: 400px;
border: 10px #fff solid;
margin-bottom: 20px;
box-shadow: 0 0 5px -1px rgba(0, 0, 0, 1);
}
.angular-google-map img {
max-width: inherit !important;
}
legend {
margin-bottom: 10px;
}
pre {
margin-bottom: 30px;
}
footer {
margin-top: 40px;
padding: 20px 0;
border-top: 1px #eee solid;
}
footer .pull-right {
text-align: right;
}
.hero-unit hr {
border-color: #ddd #000 #eee;
margin: 20px 0 10px 0;
}
.hero-unit h1 {
letter-spacing: -2px;
}
.hero-unit p {
/*margin: 10px 0 20px 0;*/
}
#___plusone_0 {
position: relative;
top: -3px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
-webkit-transition: background-color 0.6s;
-moz-transition: background-color 0.6s;
-ms-transition: background-color 0.6s;
-o-transition: background-color 0.6s;
transition: background-color 0.6s;
}
.map {
height: 400px;
}