forked from PriyaGhosal/BuddyTrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Booknow.css
83 lines (73 loc) · 1.34 KB
/
Booknow.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
71
72
73
74
75
76
77
78
79
80
81
82
83
.book-now-button {
background-color: #4CAF50;
color: white;
padding: 12px 24px;
border: none;
cursor: pointer;
font-size: 16px;
border-radius: 5px;
}
.modal1 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}
.modal-content1 {
background-color: white;
padding: 15px;
border-radius: 10px;
width: 600px;
text-align: center;
}
.modal-header1 {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
.modal-body1 {
margin-top: 10px;
text-align: left;
}
.dropdown, .input-field {
margin-top: 15px;
}
.dropdown select, .input-field input {
padding: 8px;
width: 100%;
margin-top: 10px;
}
.close-btn1 {
background-color: #f44336;
color: white;
border: none;
padding: 8px 16px;
cursor: pointer;
border-radius: 5px;
/* margin-top: 15px; */
margin-bottom: 20px;
}
.form-button {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
margin-top: 15px;
cursor: pointer;
}
.trek-details {
margin-top: 15px;
background-color: #f4f4f4;
padding: 10px;
border-radius: 5px;
}
.trek-details p {
margin: 5px 0;
}