-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
51 lines (46 loc) · 841 Bytes
/
style.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
.search {
background: url('images/pattern-bg.png');
background-position: center;
background-size: cover;
}
.btnSearch{
height: 1.75rem;
background: url('images/icon-arrow.svg');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.result{
bottom: -12rem;
left: 0%;
margin-left: 5%;
margin-right: 5%;
z-index: 1;
}
.result-container div{
width: 100% !important;
}
.result-container .text{
font-size: 12px;
}
#map, #mapid, #mapa{
height: 600px;
z-index: -1;
}
/*---FOOTER---*/
.attribution{
font-size: 11px;
text-align: center;
}
.attribution a{
color: hsl(228, 45%, 44%);
}
@media (min-width: 768px){
.result{
bottom: -3.5rem;
left: 20%;
}
.result-container>div{
width: 25% !important;
}
}