forked from Aishu1123/Alcazar_Travel_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_CardPage.scss
127 lines (101 loc) · 2.51 KB
/
_CardPage.scss
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.Rnnavbar-div {
width: 100%;
/* height: 1000px; */
background-repeat: no-repeat;
background-size: cover;
}
.Rboxx-wrapper {
width: 100%;
height: 110px;
// box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
background: #00000083;
// background: rgb(83,95,220);
// background: linear-gradient(90deg, rgba(83,95,220,1) 1%, rgba(99,127,224,1) 8%, rgba(101,143,239,1) 24%, rgba(138,157,229,1) 47%, rgba(90,112,219,1) 64%, rgba(112,122,198,1) 81%, rgba(76,137,225,1) 100%);
display: flex;
align-items: center;
justify-content: space-between;
align-items: center;
font-weight: 400;
.Rlogo {
width: 150px;
height: 40px;
position: absolute;
margin-left: 135px;
cursor: pointer;
}
.Rlinks {
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
position: absolute;
left: 730px;
font-size: 18px;
.Rnav-link {
text-decoration: none;
color: white;
font-weight: bold;
transition: transform 0.3s ease;
&:hover {
transform: scale(1.2);
text-decoration: underline;
}
}
}
}
#book-now,#SubmitBookingForm{
background: linear-gradient(90deg, rgba(83,95,220,1) 1%, rgba(99,127,224,1) 8%, rgba(101,143,239,1) 24%, rgba(138,157,229,1) 47%, rgba(90,112,219,1) 64%, rgba(112,122,198,1) 81%, rgba(76,137,225,1) 100%);
;
}
// .flex-Done {
// display: flex;
// flex-direction: row;
// gap: 40%;
// }
// #info {
// display: flex;
// gap: 2%;
// }
// .right-part-disco {
// margin-top: 50px;
// margin-right: 20px;
// display: flex;
// flex-direction: column;
// gap: 10%;
// }
// .location-rel-images {
// display: grid;
// grid-template-columns: repeat(2, 1fr);
// margin: 17px;
// }
// #location-price {
// display: flex;
// }
// table {
// width: 100%;
// border-collapse: collapse;
// margin-bottom: 20px;
// }
// th,
// td {
// border: 1px solid #dddddd;
// padding: 8px;
// text-align: left;
// }
// th {
// background-color: #f2f2f2;
// }
// .included-list {
// list-style-type: square;
// margin: 0;
// padding: 0;
// }
// #book-now {
// background-color: white;
// cursor: pointer;
// }
// #book-now:hover {
// color: white;
// background-color: rgb(113, 210, 210);
// }