@@ -3,14 +3,17 @@ import styled from 'styled-components';
3
3
import PlusIcon from '../../images/plus-icon.png' ;
4
4
5
5
export const StyledContainer = styled . div `
6
-
6
+ background-image: url(${ PlusIcon } );
7
+ background-size: 75px 75px;
7
8
&&& {
8
- margin: 35px auto 100px auto;
9
- max-width: 1224px;
10
- position: relative;
9
+ margin: 32px auto 32px auto;
10
+
11
+ max-width: 100%;
12
+ display: flex;
13
+ align-items: center;
11
14
12
15
@media (max-width: 1352px) {
13
- padding: 0 64px ;
16
+ padding: 0 24px ;
14
17
}
15
18
16
19
@media (max-width: 991px) {
@@ -23,6 +26,10 @@ export const StyledContainer = styled.div`
23
26
margin-top: -13px;
24
27
}
25
28
29
+ @media (max-width: 900px) {
30
+ min-height: 390px;
31
+ }
32
+
26
33
svg {
27
34
opacity: 0.4;
28
35
position: absolute;
@@ -57,17 +64,17 @@ export const StyledContainer = styled.div`
57
64
margin: 0;
58
65
letter-spacing: -1.08px;
59
66
line-height: 100%;
60
- @media(max-width: 768px) {
67
+ @media (max-width: 768px) {
61
68
font-size: 60px;
62
69
}
63
70
}
64
-
71
+
65
72
h2 {
66
- @media(max-width: 768px) {
73
+ @media (max-width: 768px) {
67
74
font-size: 45px;
68
75
}
69
-
70
- @media(max-width: 576px) {
76
+
77
+ @media (max-width: 576px) {
71
78
font-size: 40px;
72
79
}
73
80
}
@@ -166,9 +173,9 @@ export const StyledContainer = styled.div`
166
173
export const Section = styled . div `
167
174
width: 100%;
168
175
position: relative;
169
- background-color: #F2F1EA ;
176
+ background-color: #f2f1ea ;
170
177
padding: 100px 0 60px 0;
171
- @media(max-width: 768px) {
178
+ @media (max-width: 768px) {
172
179
padding: 50px 30px;
173
180
}
174
181
h2 {
@@ -178,14 +185,14 @@ export const Section = styled.div`
178
185
font-weight: 500;
179
186
line-height: 130%;
180
187
padding-bottom: 42px;
181
- @media(max-width: 576px) {
188
+ @media (max-width: 576px) {
182
189
font-size: 40px;
183
190
}
184
191
}
185
192
h3 {
186
193
color: #000000;
187
194
padding-bottom: 120px;
188
- @media(max-width: 768px) {
195
+ @media (max-width: 768px) {
189
196
padding-bottom: 50px;
190
197
font-size: 20px;
191
198
}
@@ -197,30 +204,26 @@ export const Section = styled.div`
197
204
` ;
198
205
199
206
export const MainContainer = styled . div `
200
- background-image: url(${ PlusIcon } );
201
- background-size: 100px 95px;
202
- min-height: 680px;
207
+ min-height: 500px;
203
208
display: flex;
204
209
width: 100%;
205
210
-webkit-box-align: center;
206
211
align-items: center;
207
212
background-repeat: repeat;
208
213
background-position: center top;
209
- @media(max-width: 768px) {
210
- margin-bottom: 20px;
211
- }
214
+ margin: 72px auto 72px auto;
212
215
` ;
213
216
214
217
export const MainSection = styled . div `
215
218
padding: 1rem;
216
219
max-width: 675px;
217
220
margin: 0 auto;
218
- background-color: #FFFFFF ;
221
+ background-color: #ffffff ;
219
222
display: flex;
220
223
-webkit-box-align: center;
221
224
align-items: center;
222
225
min-height: 260px;
223
- @media(max-width: 768px) {
226
+ @media (max-width: 768px) {
224
227
flex-wrap: wrap;
225
228
}
226
229
` ;
@@ -247,52 +250,52 @@ export const DefaultContainer = styled.div`
247
250
` ;
248
251
249
252
export const FlexBox = styled . div `
250
- display: flex;
251
- justify-content: space-between;
252
- align-items: center;
253
- padding-bottom: 120px;
254
- @media(max-width: 768px) {
255
- flex-wrap: wrap;
256
- row-gap: 50px;
257
- padding-bottom: 50px;
258
- }
253
+ display: flex;
254
+ justify-content: space-between;
255
+ align-items: center;
256
+ padding-bottom: 120px;
257
+ @media (max-width: 768px) {
258
+ flex-wrap: wrap;
259
+ row-gap: 50px;
260
+ padding-bottom: 50px;
261
+ }
259
262
` ;
260
263
261
264
export const FlexItem = styled . div `
262
265
width: 100%;
263
- h4 {
264
- margin: 0;
265
- font-size: 24px;
266
- font-style: normal;
267
- font-weight: 600;
268
- line-height: 150%;
269
- padding-bottom: 32px;
270
- }
271
- p {
272
- margin: 0;
273
- font-size: 16px;
274
- font-style: normal;
275
- font-weight: 450;
276
- line-height: 150%;
277
- letter-spacing: 0.32px;
278
- color: #000000;
279
- max-width: ${ ( props ) => props . accountFound ? '430px' : '100%' } ;
280
- padding-bottom: 48px;
281
- @media(max-width: 768px) {
282
- max-width: 100%;
283
- }
284
- }
266
+ h4 {
267
+ margin: 0;
268
+ font-size: 24px;
269
+ font-style: normal;
270
+ font-weight: 600;
271
+ line-height: 150%;
272
+ padding-bottom: 32px;
273
+ }
274
+ p {
275
+ margin: 0;
276
+ font-size: 16px;
277
+ font-style: normal;
278
+ font-weight: 450;
279
+ line-height: 150%;
280
+ letter-spacing: 0.32px;
281
+ color: #000000;
282
+ max-width: ${ ( props ) => ( props . accountFound ? '430px' : '100%' ) } ;
283
+ padding-bottom: 48px;
284
+ @media (max-width: 768px) {
285
+ max-width: 100%;
286
+ }
287
+ }
285
288
` ;
286
289
287
290
export const InfoSection = styled . div `
288
- display: flex;
289
- align-items: end;
290
- justify-content: space-between;
291
- padding-bottom: 60px;
292
- @media(max-width: 768px) {
293
- flex-wrap: wrap;
294
- row-gap: 50px;
295
- }
291
+ display: flex;
292
+ align-items: end;
293
+ justify-content: space-between;
294
+ padding-bottom: 60px;
295
+ @media (max-width: 768px) {
296
+ flex-wrap: wrap;
297
+ row-gap: 50px;
298
+ }
296
299
` ;
297
300
298
301
export const SecondaryTitle = styled . h4 `
@@ -318,11 +321,11 @@ export const FormButtonContainer = styled.div`
318
321
text-align: right;
319
322
min-width: 500px;
320
323
321
- @media(max-width: 1352px) {
324
+ @media (max-width: 1352px) {
322
325
min-width: 300px;
323
326
}
324
327
325
- @media(max-width: 768px) {
328
+ @media (max-width: 768px) {
326
329
min-width: 100%;
327
330
}
328
331
` ;
@@ -335,39 +338,39 @@ export const CardsSection = styled.div`
335
338
export const CardContainer = styled . div `
336
339
display: grid;
337
340
grid-template-columns: repeat(3, 1fr);
338
- grid-auto-rows: minmax(100px, auto);
339
- gap: 24px;
341
+ grid-auto-rows: minmax(100px, auto);
342
+ gap: 24px;
340
343
min-width: 300px;
341
344
@media (max-width: 600px) {
342
345
grid-template-columns: 1fr;
343
346
}
344
347
` ;
345
348
346
349
export const SingleCard = styled . a `
347
- border: 1px solid #1B1B18 ;
348
- transition: all .4s;
349
- border-radius: 8px;
350
- padding: 32px;
351
- cursor: pointer;
352
- outline: none;
353
- &:hover {
354
- background-color: #E3E3E0 ;
350
+ border: 1px solid #1b1b18 ;
351
+ transition: all 0 .4s;
352
+ border-radius: 8px;
353
+ padding: 32px;
354
+ cursor: pointer;
355
+ outline: none;
356
+ &:hover {
357
+ background-color: #e3e3e0 ;
355
358
text-decoration: none;
356
- }
359
+ }
357
360
img {
358
361
width: 52px;
359
362
padding-bottom: 32px;
360
363
}
361
- h3 {
362
- margin: 0;
363
- padding: 0;
364
- font-size: 20px;
365
- font-style: normal;
366
- font-weight: 500;
367
- line-height: 130%;
368
- letter-spacing: 0.3px;
369
- padding-bottom: 24px;
370
- }
364
+ h3 {
365
+ margin: 0;
366
+ padding: 0;
367
+ font-size: 20px;
368
+ font-style: normal;
369
+ font-weight: 500;
370
+ line-height: 130%;
371
+ letter-spacing: 0.3px;
372
+ padding-bottom: 24px;
373
+ }
371
374
p {
372
375
margin: 0;
373
376
padding: 0;
@@ -381,9 +384,9 @@ export const SingleCard = styled.a`
381
384
` ;
382
385
export const TransferSection = styled . div `
383
386
background-color: #000000;
384
- color: #FFFFFF ;
387
+ color: #ffffff ;
385
388
padding: 80px 0;
386
- @media(max-width: 768px) {
389
+ @media (max-width: 768px) {
387
390
padding: 50px 30px;
388
391
}
389
392
` ;
@@ -392,31 +395,31 @@ export const TransferSectionWrapper = styled.div`
392
395
display: flex;
393
396
justify-content: space-between;
394
397
align-items: end;
395
- @media(max-width: 768px) {
398
+ @media (max-width: 768px) {
396
399
flex-wrap: wrap;
397
400
row-gap: 50px;
398
401
}
399
402
h4 {
400
- margin: 0;
401
- font-size: 24px;
402
- font-style: normal;
403
- font-weight: 500;
404
- line-height: 130%;
405
- padding-bottom: 32px;
406
- color: #FFFFFF ;
403
+ margin: 0;
404
+ font-size: 24px;
405
+ font-style: normal;
406
+ font-weight: 500;
407
+ line-height: 130%;
408
+ padding-bottom: 32px;
409
+ color: #ffffff ;
407
410
}
408
411
p {
409
- margin: 0;
410
- font-size: 16px;
411
- font-style: normal;
412
- font-weight: 450;
413
- line-height: 150%;
414
- letter-spacing: 0.32px;
412
+ margin: 0;
413
+ font-size: 16px;
414
+ font-style: normal;
415
+ font-weight: 450;
416
+ line-height: 150%;
417
+ letter-spacing: 0.32px;
415
418
}
416
419
` ;
417
420
418
421
export const MainSectionButtons = styled . div `
419
- display: flex;
420
- justify-content: space-between;
421
- gap: 24px;
422
+ display: flex;
423
+ justify-content: space-between;
424
+ gap: 24px;
422
425
` ;
0 commit comments