This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 1 file changed +25
-8
lines changed
1 file changed +25
-8
lines changed Original file line number Diff line number Diff line change 148
148
149
149
.search-wrapper {
150
150
input {
151
- font-weight : bold ;
152
- border : 1px solid #7f7f7f ;
153
- color : #fff ;
154
- border-radius : 4px ;
155
151
display : block ;
152
+ box-sizing : border-box ;
156
153
height : 32px ;
157
154
width : 100% ;
158
155
padding : 0 15px 0 37px ;
159
156
background : transparent ;
160
- outline : none ;
157
+ border : 1px solid #7f7f7f ;
158
+ border-radius : 4px ;
161
159
box-shadow : none ;
160
+ outline : none ;
161
+ font-weight : bold ;
162
+ color : #fff ;
162
163
163
164
& :focus {
164
165
outline : none ;
193
194
width : 31px ;
194
195
vertical-align : middle ;
195
196
border-radius : 50% ;
197
+ @media only screen and (max-width : 1024px ) {
198
+ margin-right : 10px ;
199
+ }
196
200
}
197
201
198
202
.username {
199
203
vertical-align : middle ;
200
204
& .underline {
201
205
padding-bottom : 12px ;
202
206
border-bottom : 2px $primary solid ;
207
+ @media only screen and (max-width : 1024px ) {
208
+ padding-bottom : 0 ;
209
+ border-bottom : none ;
210
+ }
203
211
}
204
212
}
205
213
212
220
text-transform : uppercase ;
213
221
}
214
222
223
+ .user-menu .submenu {
224
+ padding-top : 5px ;
225
+ }
226
+
215
227
.submenu {
216
228
font-size : 14px ;
229
+ @media only screen and (max-width : 1024px ) {
230
+ .submenu-item {
231
+ margin-top : 3px ;
232
+ }
233
+ }
217
234
}
218
235
219
236
.suggestion-list {
297
314
}
298
315
299
316
.top-header {
300
- padding : 0 20px ;
317
+ padding : 0 20px 20 px ;
301
318
302
319
.logo-link :after {
303
- margin-top : 17 px ;
304
- margin-left : 4 px ;
320
+ margin-top : 21 px ;
321
+ margin-left : -3 px ;
305
322
}
306
323
}
307
324
You can’t perform that action at this time.
0 commit comments