-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
79 lines (68 loc) · 1.52 KB
/
styles.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
74
75
76
77
78
79
body {
background: #404040;
color: #f8f8f8;
font: 500 20px/26px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
font-family: 'Oswald', sans-serif;
}
.sidebar {
position: absolute;
background-image: url(https://images.unsplash.com/photo-1571767454098-246b94fbcf70?ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8aG9wc3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1400&q=60);
background-size: cover;
width: 33.3333%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, 0.25);
text-align: center;
}
.welcome {
font-family: 'Lobster', cursive;
text-align: center;
margin-top: 40px;
}
#get-started {
color: white;
}
#map {
border-left: 1px solid #fff;
position: absolute;
left: 33.3333%;
width: 66.6666%;
top: 0;
bottom: 0;
}
.marker {
background-image: url('images/icons8-bar-40.png');
background-size: cover;
width: 20px;
height: 20px;
border-radius: 50%;
cursor: pointer;
}
.modal {
color: black;
text-align: left;
}
input[type=text] {
background: transparent;
border: none;
border-bottom: 1px solid #000000;
border-color: #fff;
color: white;
outline: none;
}
::placeholder {
color: white;
opacity: 0.75;
}
.nav-item {
font-family: 'Lobster', cursive;
color: white;
}
.mapboxgl-ctrl-geocoder--input::placeholder {
color: black !important;
}