-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (94 loc) · 1.6 KB
/
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body{
font-family: 'Roboto', sans-serif;
background-image: url(images/bg.png);
background-repeat: no-repeat;
background-size: 100%;
}
.bookNow-button{
margin-top: 15px;
width: 389px;
}
.nav-item{
text-decoration-color: white;
}
.gap-between{
margin-top: 20px;
}
.input-box{
width: 390px;
border: none;
background-color:whitesmoke;
padding: 2px;
}
.input-class{
width: 317px;
border: none;
background-color:whitesmoke;
padding: 2px;
}
.total-section{
display: flex;
margin-top: 15px;
}
.total-money{
margin-left: 200px;
}
.vat-money{
margin-left: 201px;
}
.vat-count{
display: flex;
margin-top: 10px;
}
.subtotal-section{
display: flex;
margin-top: 10px;
}
.economy-class-btn{
width: 30px;
font-weight: bolder;
border: none;
box-shadow: 0px 5px 10px grey;
}
.first-class-btn{
width: 30px;
font-weight: bolder;
border: none;
box-shadow: 0px 5px 10px grey;
}
.calculation{
display: flex;
width: 100%;
}
.navbar-text-color{
color: white;
}
.navbar-margin{
margin-top: 10px;
}
.displaybody{
display: flex;
}
.dateInput{
display: flex;
padding: 2px;
}
.dateInput input{
border: none;
}
.form{
height: 681px;
width: 450px;
border: 5px solid white;
border-radius: 10px;
background-color: white;
padding: 20px;
}
.right-side{
color: white;
margin-left: 100px;
padding-top: 200px;
}
#checkout-form{
display: none;
}