-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
63 lines (51 loc) · 951 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
@import url('https://fonts.googleapis.com/css?family=Kameron');
h1,
h2 {
font-family: 'Kameron', serif;
font-weight: bold;
}
.navbar-header {
margin-top: .5rem;
}
.navbar-header img {
width: 250px;
}
header col {
vertical-align: bottom;
}
.header-title {
margin-bottom: 0;
}
.google_map {
width: 100%;
height: 500px;
}
.row {
--bs-gutter-x: 0 !important;
}
.address_container {
background-color: lightgreen;
margin-top: 1rem;
padding: 1rem .5rem;
overflow: hidden;
}
.address_container label {
font-weight: bold;
margin: .5rem 0;
}
.address_container #property_address_input {
width: 100%;
padding: .5rem .25rem;
}
.address_container button {
padding: .5rem 1.25rem;
margin-left: 1rem;
}
.app_controls {
background-color: lightblue;
padding: 1rem .5rem;
text-align: center;
vertical-align: middle;
margin-bottom: 1rem;
overflow: hidden;
}