-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (56 loc) · 1.28 KB
/
style.css
File metadata and controls
67 lines (56 loc) · 1.28 KB
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
.page-holder {
background-image: linear-gradient(to bottom, #00000094, #00000094), url('assets/bg-image.jpg');
width: 100%;
height: 100vh;
object-fit: ;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.page-header {
font-size: 60px;
font-weight: 600;
color: #fff;
}
.page-container {
padding-top: 4rem;
}
.location-pick-holder {
margin-top: 8rem
}
.select2-container {
width: 35% !important;
}
.select2-container--default .select2-selection--single {
max-height: 40px !important;
min-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 18px !important;
line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 27px;
position: absolute;
top: 6px !important;
right: 8px !important;
width: 20px;
}
.disable {
pointer-events: none;
}
.mapouter {
position: relative;
text-align: right;
height: 100vh;
width: 100%;
}
.gmap_canvas {
overflow: hidden;
background: none!important;
height: 100vh;
width: 100%;
}
.submit {
padding: 8px 45px;
}