-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (59 loc) · 964 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.map {
background: #ddd;
height: 300px;
margin: 25px auto 20px;
clear: both;
border-radius: 25px;
border: 1px solid #333;
width: 90%;
}
.single-map {
background: #eee;
height: 150px;
margin: 0px auto 20px;
clear: both;
border-radius: 25px;
border: 1px solid #ddd;
width: 100%;
}
.listings {
width: 90%;
margin: 15px auto 0;
}
.listing-item {
display: block;
width: 100%;
clear: both;
}
.screen-reader-text {
display: none;
}
.detail-button {
background-color: #830031;
border: none;
border-radius: 5px;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 10px 16px;
width: auto;
margin-top: 22px;
display: inline-block;
}
.detail-button:hover {
background-color: #00256c;
color: #fff;
text-decoration: none;
}
.tos-caption {
display: none;
}
.secondary-images li {
display: inline;
list-style-type: none;
}
.secondary-images li img {
margin: 10px;
border: 1px solid #ddd;
padding: 4px;
}