-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
222 lines (219 loc) · 4.38 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
* {
padding: 0;
margin: 0;
overflow-x: hidden;
}
header nav {
position: fixed;
}
header nav .upper {
width: 100vw;
height: 40px !important;
background-size: cover !important;
background-image: url(images/background.png);
background-repeat: no-repeat;
background-position: center;
}
header nav .upper .left-content a {
text-decoration: none;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 400;
letter-spacing: 1px;
margin-left: 250px;
padding-top: 13px;
position: absolute;
}
header nav .upper .right {
float: right;
}
header nav .upper .right ul {
display: flex;
flex-direction: row;
gap: 70px;
}
header nav .upper .right ul li a {
text-decoration: none;
color: #fff;
font-family: "Inter", sans-serif;
margin-left: -100px;
font-weight: 400;
padding-top: 10px;
position: absolute;
}
header nav .lower {
width: 100vw;
height: 60px !important;
background-color: #fff;
position: fixed;
border: 0.5px solid grey;
}
header nav .lower img {
height: 5vh;
margin-left: -180px; /* Edited by radhika */
margin-top: 12px;
}
header nav .lower ul {
display: flex;
flex-direction: row;
gap: 35px;
text-align: center;
justify-content: center;
margin-top: -30px;
}
header nav .lower ul li :hover {
opacity: 0.5;
}
header nav .lower ul li a {
text-decoration: none;
color: #000;
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 700;
}
header nav .lower ul .search {
margin-left: 100px; /* changes by radhika here */
margin-top: -4px;
}
header nav .lower ul .search input[type=text] {
position: absolute;
background-color: rgb(237, 237, 237);
float: right;
padding: 8px;
border: none;
margin-top: -4px;
margin-right: 16px;
font-size: 15px;
}
header nav .lower ul .search button {
position: absolute;
margin-left: 160px;
float: right;
padding: 5px 8px;
margin-top: -4px;
font-size: 15px;
border: none;
cursor: pointer;
}
header nav .lower ul .search button :hover {
opacity: 0.5;
}
header nav .lower #right {
margin-top: -33px;
margin-right: 200px;
}
header nav .lower #right button {
float: right;
overflow: hidden;
padding: 10px;
border-radius: 8%;
justify-content: center;
background-color: #000;
color: #fff;
font-size: 14px;
font-family: "Inter", "sans-serif";
cursor: pointer;
}
header nav .category {
width: 100vw;
height: 100px !important;
background-color: #fff;
border: 0.5px solid grey;
}
header nav .category ul {
display: flex;
flex-direction: row;
margin-top: 70px;
gap: 50px;
text-align: center;
justify-content: center;
}
header nav .category ul li :hover {
opacity: 0.5;
}
header nav .category ul li a {
text-decoration: none;
color: #000;
font-family: "Inter", sans-serif;
font-size: 13px;
font-weight: 500;
}
@media only screen and (min-width: 600px) {
header nav {
position: fixed;
}
header nav .lower {
width: 100vw;
height: 60px !important;
background-color: #fff;
position: fixed;
}
header nav .lower img {
height: 4vh;
margin-left: 10px;
margin-top: 20px;
}
header nav .lower .material-symbols-outlined {
width: 10vw;
margin-left: 5px;
}
header nav .lower .search {
margin-left: 170px;
}
header nav .lower .bag {
margin-left: 10px;
}
header nav .lower .user {
margin-left: 10px;
}
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
header nav {
position: fixed;
}
header nav .lower {
width: 100vw;
height: 60px !important;
background-color: #fff;
position: fixed;
}
header nav .lower img {
height: 4vh;
margin-left: 10px;
margin-top: 20px;
}
header nav .lower .material-symbols-outlined {
width: 10vw;
margin-left: 5px;
}
header nav .lower .search {
margin-left: 50px;
}
header nav .lower .bag {
margin-left: 10px;
}
header nav .lower .user {
margin-left: 10px;
}
}
@media only screen and (max-width: 450px) {
header nav {
position: fixed;
}
header nav .lower {
width: 100vw;
height: 60px !important;
background-color: #fff;
position: fixed;
}
header nav .lower img {
height: 3vh;
margin-left: 10px;
margin-top: 20px;
}
header nav .lower .material-symbols-outlined {
width: 10vw;
margin-left: 5px;
}
}/*# sourceMappingURL=style.css.map */