File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -1980,17 +1980,17 @@ <h2>Cart</h2>
1980
1980
function playButton ( ) {
1981
1981
alert ( "App development is in progress!" ) ;
1982
1982
}
1983
+ </ script >
1983
1984
1984
-
1985
- </ script >
1986
1985
< script >
1987
1986
const scrollButton = document . querySelector ( '.go-top' ) ;
1988
1987
1989
1988
// Show the button when the user scrolls
1990
1989
window . addEventListener ( 'scroll' , ( ) => {
1991
1990
if ( window . scrollY > 300 ) {
1992
1991
scrollButton . style . display = 'block' ;
1993
- } else {
1992
+ }
1993
+ else {
1994
1994
scrollButton . style . display = 'none' ;
1995
1995
}
1996
1996
} ) ;
Original file line number Diff line number Diff line change @@ -354,18 +354,23 @@ body.dark {
354
354
355
355
.local input [type = 'search' ] {
356
356
padding : 1rem 5rem 1rem 2rem ;
357
- border-radius : 40 px ;
357
+ border-radius : 42 px ;
358
358
font-family : sans-serif;
359
359
border : none;
360
- background-color : # d9d9d9 ;
360
+ background-color : hsl ( 0 , 0 % , 85 % ) ;
361
361
text-align : center;
362
- font-size : 20px ;
362
+ font-size : 33px ;
363
+ }
364
+
365
+ # search ::-webkit-search-cancel-button {
366
+ position : relative;
367
+ margin-left : 10px ;
363
368
}
364
369
365
370
.local img {
366
- width : 50 px ;
367
- position : relative;
368
- right : 80 px ;
371
+ width : 52 px ;
372
+ position : relative;
373
+ right : 75 px ;
369
374
}
370
375
371
376
::placeholder {
@@ -707,7 +712,7 @@ body.dark {
707
712
708
713
.local input [type = 'search' ] {
709
714
padding : 10px 20px ;
710
- font-size : 18 px ;
715
+ font-size : 20 px ;
711
716
}
712
717
713
718
.Accessories-box {
You can’t perform that action at this time.
0 commit comments