File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const kartDeÄŸiÅŸtir = (yeniKart) => {
29
29
Telefon . nftGöster ( yeniKart <= 1 , ! yeniKart ) ;
30
30
yeniKart === 3
31
31
? Telefon . kutuGöster ( dom . TR
32
- ? "Bağlı app TCKT'nizin açık haline erişmek istiyor. İzin veriyor musunuz?"
33
- : "The connected app would like to access your TCKT." )
32
+ ? "Bağlı app TCKT’nizdeki iletişim bilgilerinize erişmek istiyor. İzin veriyor musunuz?"
33
+ : "The connected app would like to access your contact info section of your TCKT." )
34
34
: Telefon . kutuKapat ( ) ;
35
35
Boncuklar . children [ Kart ] . firstElementChild . classList . remove ( "sel" ) ;
36
36
Boncuklar . children [ yeniKart ] . firstElementChild . classList . add ( "sel" ) ;
Original file line number Diff line number Diff line change 2
2
margin : 50px 0 ;
3
3
display : grid;
4
4
grid-template-columns : repeat (3 , 1fr );
5
- gap : 10 px ;
5
+ gap : 20 px ;
6
6
}
7
7
8
8
# kaa {
Original file line number Diff line number Diff line change 1
1
# te {
2
2
border-radius : 40px ;
3
3
border : 5px solid # 333 ;
4
- height : 550 px ;
4
+ height : 530 px ;
5
5
min-width : 280px ;
6
6
position : relative;
7
7
width : 280px ;
75
75
# teh {
76
76
display : flex;
77
77
justify-content : space-around;
78
- padding : 25 px 5px ;
78
+ padding : 15 px 5px ;
79
79
}
80
80
81
81
/* NFT örneği */
95
95
opacity : 0 ;
96
96
position : absolute;
97
97
text-align : center;
98
- top : 210 px ;
98
+ top : 200 px ;
99
99
transition : opacity 0.4s ease-in;
100
100
width : 270px ;
101
101
}
141
141
align-items : center;
142
142
background-color : # fff ;
143
143
border-radius : 7px ;
144
- bottom : 209 px ;
144
+ bottom : 189 px ;
145
145
box-shadow : 0px 2px 10px rgb (0 0 0 / 15% );
146
146
cursor : pointer;
147
147
display : flex;
177
177
}
178
178
179
179
# tc .tew {
180
- transform : translate (-70px , 272 px ) scale (0.5 );
180
+ transform : translate (-70px , 265 px ) scale (0.5 );
181
181
}
182
182
183
183
# tc .tex {
Original file line number Diff line number Diff line change 19
19
"htmlparser2" : " ^9.0.0" ,
20
20
"svg-pathdata" : " ^6.0.3" ,
21
21
"svgexport" : " ^0.4.2" ,
22
- "svgo" : " ^3.0.5 " ,
22
+ "svgo" : " ^3.1.0 " ,
23
23
"toml" : " ^3.0.0" ,
24
24
"uglify-js" : " ^3.16.2" ,
25
- "vite" : " ^5.0.7 " ,
26
- "wrangler" : " ^3.19 .0"
25
+ "vite" : " ^5.0.8 " ,
26
+ "wrangler" : " ^3.20 .0"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments