-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
67 lines (66 loc) · 995 Bytes
/
main.css
File metadata and controls
67 lines (66 loc) · 995 Bytes
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
.map{
width: 100%;
height: 400px;
border: 1px solid #555;
}
.map2{
width: 95%;
height: 400px;
border: 1px solid #555;
}
.infoWindw{
background: #ffc11f;;
color:#fff;
padding: 10px;
}
.infoWindw h2{
text-transform: capitalize;
font-size: 16px;
}
.infoWindw h3{
text-transform: capitalize;
font-size: 14px;
}
.input_area{
padding-top: 10px;
background: rgba(0,123,255,.5);
}
.input_area h2{
margin: 0;
text-align: center;
margin-bottom: 10px;
}
.form-inline{
margin-right: 5px;
margin-bottom: 20px;
text-align: center;
}
.form-inline label{
margin-right: 5px;
}
.form-horizantal{
display: flex;
flex-wrap: wrap;
padding: 5px 10px 20px;
}
.title{
text-transform: capitalize;
text-align: center;
background: beige;
margin-bottom: 0;
padding: 10px;
}
.btn{
/* margin-top: 23px; */
}
.you{
background: #aadaff;
}
@media (max-width:1230px){
.form-horizantal{
/* background: #000; */
}
.form-inline {
min-width: 200px;
}
}