forked from Aishu1123/Alcazar_Travel_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Deepak.scss
125 lines (101 loc) · 2.26 KB
/
_Deepak.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
#above-above-footer{
// background-color: rgb(204, 158, 158);
margin: 50px auto 0;
width: 80%;
h1,p{
padding: 0;
margin: 0;
}
>#dhead{
display: grid;
grid-template-columns: 15% 70% 15%;
width: 100%;
}
.dArrowsImage{
width: 158px;
height: 43px;
width:100%;
}
div>h1{
font-size: 35px;
font-weight: 600;
text-align: center;
}
#reviewCards{
// background-color: aqua;
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 50px;
gap: 40px;
:hover{
background-color: rgb(238, 247, 252);
}
>.reviewcard{
>.card_head{
display: grid;
grid-template-columns: 80% 20%;
color: rgb(132, 148, 168);
>.rightPartOfCard{
display: flex;
gap: 10px;
>span{
width: 48px;
height: 48px;
>img{
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
}
h1{
font-size: 18px;
font-weight: 600;
text-align: left;
color: black;
margin-bottom: 2px;
}
p{
font-size: 14px;
}
}
.leftPartOfCard{
display: flex;
flex-wrap: wrap;
img{
width: 25px;
height: 28px;
}
h1{
font-size: 18px;
padding-top: 3.5px;
font-weight: inherit;
}
}
}
hr{
margin-top: 15px;
}
.review-detail{
margin-top: 15px;
font-size: 14px;
color: rgb(132, 148, 168);
p{
padding-bottom: 2px;
line-height: 20px;
}
}
}
}
}
#above-footer{
margin: 100px 0 50px;
width: 100%;
#footer-IMG{
width: 100%;
margin: 100px auto 0;
img{
width: 100%;
}
}
}