4
4
padding : 1.5rem ;
5
5
background : # 181a20 ;
6
6
border-radius : 1.5rem ;
7
- box-shadow : 0 4px 24px rgba (0 , 0 , 0 , 0.2 );
7
+ box-shadow : 0 4px 24px rgba (0 , 0 , 0 , 0.2 );
8
8
color : # fff ;
9
9
display : flex;
10
10
flex-direction : column;
69
69
color : # 555 ;
70
70
}
71
71
72
-
73
-
74
72
.amount-setter {
75
73
display : flex;
76
74
justify-content : flex-end;
113
111
color : # 00aaff ;
114
112
cursor : pointer;
115
113
margin : 0.25rem 0 ;
116
- transition : background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
117
- box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
114
+ transition :
115
+ background 0.2s ease,
116
+ border-color 0.2s ease,
117
+ box-shadow 0.2s ease;
118
+ box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
118
119
display : flex;
119
120
align-items : center;
120
121
justify-content : center;
123
124
.swap-direction : hover {
124
125
background : # 00aaff22 ;
125
126
border-color : # 00aaff ;
126
- box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.15 );
127
+ box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.15 );
127
128
}
128
129
129
130
.swap-direction : active {
194
195
display : flex;
195
196
align-items : center;
196
197
justify-content : space-between;
197
- transition : background 0.2s , box-shadow 0.2s ;
198
- box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
198
+ transition :
199
+ background 0.2s ,
200
+ box-shadow 0.2s ;
201
+ box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
199
202
height : 3rem ;
200
203
box-sizing : border-box;
201
204
}
202
- .tact-dropdown-btn : focus , .tact-dropdown-btn : hover {
205
+ .tact-dropdown-btn : focus ,
206
+ .tact-dropdown-btn : hover {
203
207
background : # 1a2233 ;
204
208
color : # 00aaff ;
205
- box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.10 );
209
+ box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.1 );
206
210
}
207
211
208
212
.tact-dropdown-menu {
212
216
width : 100% ;
213
217
background : # 23262f ;
214
218
border-radius : 12px ;
215
- box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.10 );
219
+ box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.1 );
216
220
z-index : 10 ;
217
221
overflow : hidden;
218
222
border : 1px solid # 00aaff33 ;
223
227
cursor : pointer;
224
228
color : # fff ;
225
229
font-size : 1.05rem ;
226
- transition : background 0.15s , color 0.15s ;
230
+ transition :
231
+ background 0.15s ,
232
+ color 0.15s ;
227
233
background : none;
228
234
}
229
- .tact-dropdown-item : hover , .tact-dropdown-item : focus {
235
+ .tact-dropdown-item : hover ,
236
+ .tact-dropdown-item : focus {
230
237
background : # 00aaff22 !important ;
231
238
color : # 00aaff !important ;
232
239
}
237
244
}
238
245
239
246
/* Custom input for jetton address */
240
- .swap-section input [type = " text" ] {
247
+ .swap-section input [type = ' text' ] {
241
248
background : # 181a20 ;
242
249
border : 1px solid # 00aaff33 ;
243
250
color : # fff ;
244
251
border-radius : 12px ;
245
252
padding : 0.75rem ;
246
253
font-size : 1.1rem ;
247
- transition : border 0.2s , box-shadow 0.2s ;
254
+ transition :
255
+ border 0.2s ,
256
+ box-shadow 0.2s ;
248
257
}
249
- .swap-section input [type = " text" ]: focus {
258
+ .swap-section input [type = ' text' ]: focus {
250
259
border : 1.5px solid # 00aaff ;
251
260
box-shadow : 0 0 0 2px # 00aaff33 ;
252
261
outline : none;
253
262
}
254
263
255
264
/* Make address input same size as dropdown */
256
- .tact-dropdown + input [type = " text" ] {
265
+ .tact-dropdown + input [type = ' text' ] {
257
266
width : 180px ;
258
267
background : # 23262f ;
259
268
border-radius : 12px ;
262
271
border : none;
263
272
color : # fff ;
264
273
margin-top : 0.5rem ;
265
- transition : box-shadow 0.2s , border 0.2s ;
266
- box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
274
+ transition :
275
+ box-shadow 0.2s ,
276
+ border 0.2s ;
277
+ box-shadow : 0 2px 8px rgba (0 , 170 , 255 , 0.04 );
267
278
}
268
- .tact-dropdown + input [type = " text" ]: focus {
269
- box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.10 );
279
+ .tact-dropdown + input [type = ' text' ]: focus {
280
+ box-shadow : 0 4px 16px rgba (0 , 170 , 255 , 0.1 );
270
281
border : 1.5px solid # 00aaff ;
271
282
background : # 1a2233 ;
272
- }
283
+ }
0 commit comments