-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinbox.html
797 lines (765 loc) · 52.8 KB
/
inbox.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NMS</title>
<link href="./assets/css/style.css" rel="stylesheet">
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/custom.js"></script>
</head>
<body>
<div class="wrapper">
<section class="content-area">
<!-- Mail Left -->
<div class="mail-left">
<div class="logo d-flex align-center justify-between">
<div class="d-flex align-center">
<img src="./assets/images/logo.svg" class="flex-shrink-0" />
<span class="text-logo title-16 f-700 f-obi ml-10 letter-spacing-5 text-justify">Near Messaging
Service</span>
</div>
<div class="flex-shrink-0 is-hidden block-sm">
<img src="./assets/images/lnc.svg" class="logo-dark" />
<img src="./assets/images/lnc-light.svg" class="logo-light" />
</div>
</div>
<div class="mail-left__compose">
<button class="btn-mail btn-mail__sent btn-compose cursor-pointer">
<span class="btn-mail__wrap d-flex align-center justify-center">
<img src="./assets/images/compose.svg" class="logo-dark flex-shrink-0" />
<img src="./assets/images/compose-light.svg" class="logo-light flex-shrink-0" />
<span class="title-16 f-700 letter-spacing-5 color-white ml-20 ml-sm-10">COMPOSE</span>
</span>
</button>
</div>
<div class="mail-left__menu hidden-sm">
<a href="./inbox.html"
class="mail-left__menu-item mb-10 d-flex align-center justify-between active">
<span class="d-flex align-center">
<img src="./assets/images/inbox.svg" class="flex-shrink-0" />
<span class="ml-20 title">Inbox</span>
</span>
<span class="letter-spacing-5">1,123</span>
</a>
<a href="./sent.html" class="mail-left__menu-item d-flex align-center justify-between">
<span class="d-flex align-center">
<img src="./assets/images/sent.svg" class="flex-shrink-0" />
<span class="ml-20 title">Sent</span>
</span>
<span class="letter-spacing-5"></span>
</a>
</div>
<div class="mail-left__static d-flex justify-center flex-column pl-10">
<div class="theme-change mb-16">
<label class="switch-theme">
<input type="checkbox" class="input__switch-theme">
<span class="slider"></span>
</label>
</div>
<div class="f-12 f-500 mb-30 mb-sm-0">
<div><b>Statistic:</b></div>
<div style="padding-left: 10px;">
<div>22 active accounts,</div>
<div>35 total accounts,</div>
<div>37 messages.</div>
</div>
</div>
<div class="hidden-sm">
<img src="./assets/images/lnc.svg" class="logo-dark" />
<img src="./assets/images/lnc-light.svg" class="logo-light" />
<div class="f-12 f-500 mb-10">
<br /><a href="https://learnnear.club" target="_blank">
<img src="./assets/images/lnc-logo-dark.svg" class="logo-dark" />
<img src="./assets/images/lnc-logo-light.svg" class="logo-light" />
</a>
</div>
</div>
</div>
<div class="mail-left__connect">
<!-- Button Connect -->
<button class="btn-mail cursor-pointer btn-connect">
<span class="btn-mail__wrap d-flex align-center justify-center">
<img src="./assets/images/connect.svg" class="logo-dark flex-shrink-0" />
<img src="./assets/images/connect-light.svg" class="logo-light flex-shrink-0" />
<span class="title-16 f-700 letter-spacing-5 color-white ml-20">CONNECT</span>
</span>
</button>
<!-- Info Connect -->
<div class="mail-left__info is-hidden">
<div class="is-hidden block-sm f-12">Wallet connected:</div>
<div class="d-flex pl-10 pl-sm-0">
<div class="flex-shrink-0">
<span class="status background-active"></span>
</div>
<div class="pl-8 pr-20 flex-grow-1">
<div class="name title-16 f-700 mb-4">daothang.near</div>
<div class="f-500">Balance: 20 NEAR</div>
</div>
<span class="p-relative" style="top: 3px;">
<svg class="flex-shrink-0" width="16" height="15" viewBox="0 0 16 15" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.8 6.3999L4.8 7.9999L12 7.9999L12 10.3999L16 7.1999L12 3.9999L12 6.3999L4.8 6.3999Z"
fill="#888A90" />
<path
d="M1.5999 14.3999L8.7999 14.3999C9.6823 14.3999 10.3999 13.6823 10.3999 12.7999L10.3999 9.5999L8.7999 9.5999L8.7999 12.7999L1.5999 12.7999L1.5999 1.5999L8.7999 1.5999L8.7999 4.7999L10.3999 4.7999L10.3999 1.5999C10.3999 0.717502 9.6823 -9.82912e-05 8.7999 -9.83683e-05L1.5999 -9.89978e-05C0.717504 -9.90749e-05 -9.60786e-05 0.717501 -9.61558e-05 1.5999L-9.71349e-05 12.7999C-9.7212e-05 13.6823 0.717503 14.3999 1.5999 14.3999Z"
fill="#888A90" />
</svg>
</span>
</div>
</div>
</div>
</div>
<!-- End Mail Left -->
<!-- Mail Content Container -->
<div class="mail-content-container flex-grow-1">
<!-- Mail Content Component -->
<div class="mail-content__col mail-content__component">
<header class="mail-content__header">
<div class="mail-content__header-col">
<div class="mail-content__header-title f-700 mb-4 d-flex align-center">
<img src="./assets/images/logo.svg" style="max-width: 29px" />
Inbox
</div>
<div class="f-500 mb-30 mb-md-16 mb-sm-0">2,345 Messages, 1,123 Unread</div>
</div>
<div
class="d-flex align-center justify-between mail-content__header-col mail-content__header-col-right">
<div class="d-flex align-center no-wrap text-right top">
<div>Page 1</div>
<div class="ml-20 mr-20 ml-sm-6 mr-sm-0">50 of 2,345</div>
<div class="mail-content__button hidden-sm">
<span class="mail-content__button-prev cursor-pointer mr-4 mr-sm-16"></span>
<span class="mail-content__button-next cursor-pointer"></span>
</div>
</div>
<div class="mail-content__component-search flex-grow-1">
<button class="btn-search">
<img src="./assets/images/icon-search.svg" />
</button>
<input placeholder="Search" />
</div>
</div>
</header>
<div class="title-16 f-700 mail-content__list-none">Connect your NEAR wallet to start using NEAR
Messaging Service!</div>
<section class="mail-content__list scrollbar is-hidden">
<article class="mail-content__item d-flex unread">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"><span>Unread</span></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex unread">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"><span>Unread</span></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex unread">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"><span>Unread</span></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex unread">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"><span>Unread</span></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
<article class="mail-content__item d-flex">
<div class="logo">
<img src="./assets/images/icon.svg" />
</div>
<div class="content pl-20 pl-md-10">
<header class="d-flex justify-between mb-10 mb-sm-0 mail-content__item-header">
<div class="flex-grow-1 mail-content__item-header__top pr-20">
<div class="name title-16 f-700">bitcoindefi.near</div>
<div class="title f-500">Title: Near message service launching: Successfully
raise $100M</div>
</div>
<div class="text-right f-500">
<div class="status-read"></div>
<div class="date-time no-wrap">Oct, 28 2021</div>
</div>
</header>
<!-- <section class="description f-500">
The lorem ipsum is a placeholder text used in publishing and graphic design. This
filler text is a short paragraph that contains all the letters of the alphabet. The
characters are spread out evenly so that the reader's attention is focused on the
layout of the text...
</section> -->
</div>
</article>
</section>
</div>
<!-- End Mail Content Component -->
<!-- Mail Right -->
<div class="mail-content__col mail-right">
<header class="mail-right__header">
<div class="mail-right__header-title f-700 mb-4 d-flex align-center">
<img src="./assets/images/logo.svg" style="max-width: 29px"
class="is-hidden block-sm mr-sm-10" />
Message conversation
</div>
<div class="f-500">Message conversation history.</div>
</header>
<section class="mail-right__body">
<div class="mail-right__no-selected">No conversations selected.</div>
<div class="mail-right__selected scrollbar is-hidden">
<article class="mail-right__item">
<header class="mail-right__item-header d-flex">
<div class="logo"><img src="./assets/images/icon.svg" class="w-100" /></div>
<div
class="info pl-30 pl-xl-16 pl-md-16 pl-sm-10 flex-grow-1 d-flex justify-between">
<div>
<div class="name title-20 mb-10 f-700">bitcoindefi.near</div>
<div class="to f-500">To: daothang.near</div>
</div>
<div class="text-right">
<div class="action mb-10 mb-sm-4 d-flex">
<div
class="action-sent reply cursor-pointer d-flex align-center mr-40 mr-xl-20 mr-md-20 mr-sm-20">
<svg class="mr-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28 20C28 20 25.3167 5.55556 11.6667 5.55556V0L0 10L11.6667 19.3333V12.9236C19.075 12.9236 24.1354 13.5417 28 20Z"
fill="#3B4551" />
</svg>
Reply
</div>
<div class="action-sent forward cursor-pointer d-flex align-center">
Forward
<svg class="ml-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 20C0 20 2.68333 5.55556 16.3333 5.55556V0L28 10L16.3333 19.3333V12.9236C8.925 12.9236 3.86458 13.5417 0 20Z"
fill="#3B4551" />
</svg>
</div>
</div>
<div class="f-500 date">Oct, 28 2021 1:12 PM</div>
</div>
</div>
</header>
<section class="mail-right__item-body">
<div class="title cursor-pointer">Title: Near message service launching:
Successfully raise $100M</div>
<div class="description f-500">
<div class="content">
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short phrase that contains all the letters
of the alphabet. The characters are spread out evenly so that the
reader's attention is focused on the layout of the text instead of its
content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
</div>
</div>
</section>
</article>
<article class="mail-right__item">
<header class="mail-right__item-header d-flex">
<div class="logo"><img src="./assets/images/icon.svg" class="w-100" /></div>
<div
class="info pl-30 pl-xl-16 pl-md-16 pl-sm-10 flex-grow-1 d-flex justify-between">
<div>
<div class="name title-20 mb-10 f-700">bitcoindefi.near</div>
<div class="to f-500">To: daothang.near</div>
</div>
<div class="text-right">
<div class="action mb-10 mb-sm-4 d-flex">
<div
class="action-sent reply cursor-pointer d-flex align-center mr-40 mr-xl-20 mr-md-20 mr-sm-20">
<svg class="mr-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28 20C28 20 25.3167 5.55556 11.6667 5.55556V0L0 10L11.6667 19.3333V12.9236C19.075 12.9236 24.1354 13.5417 28 20Z"
fill="#3B4551" />
</svg>
Reply
</div>
<div class="action-sent forward cursor-pointer d-flex align-center">
Forward
<svg class="ml-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 20C0 20 2.68333 5.55556 16.3333 5.55556V0L28 10L16.3333 19.3333V12.9236C8.925 12.9236 3.86458 13.5417 0 20Z"
fill="#3B4551" />
</svg>
</div>
</div>
<div class="f-500 date">Oct, 28 2021 1:12 PM</div>
</div>
</div>
</header>
<section class="mail-right__item-body">
<div class="title cursor-pointer">Title: Near message service launching:
Successfully raise $100M</div>
<div class="description f-500 is-hidden">
<div class="content">
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short phrase that contains all the letters
of the alphabet. The characters are spread out evenly so that the
reader's attention is focused on the layout of the text instead of its
content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
</div>
<div class="sent near__value-list">
<div class="f-500 mb-16">You sent</div>
<div class="near__value-item active">0.1 NEAR</div>
</div>
</div>
</section>
</article>
<article class="mail-right__item">
<header class="mail-right__item-header d-flex">
<div class="logo"><img src="./assets/images/icon.svg" class="w-100" /></div>
<div
class="info pl-30 pl-xl-16 pl-md-16 pl-sm-10 flex-grow-1 d-flex justify-between">
<div>
<div class="name title-20 mb-10 f-700">bitcoindefi.near</div>
<div class="to f-500">To: daothang.near</div>
</div>
<div class="text-right">
<div class="action mb-10 mb-sm-4 d-flex">
<div
class="action-sent reply cursor-pointer d-flex align-center mr-40 mr-xl-20 md-md-20 md-sm-20">
<svg class="mr-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28 20C28 20 25.3167 5.55556 11.6667 5.55556V0L0 10L11.6667 19.3333V12.9236C19.075 12.9236 24.1354 13.5417 28 20Z"
fill="#3B4551" />
</svg>
Reply
</div>
<div class="action-sent forward cursor-pointer d-flex align-center">
Forward
<svg class="ml-10" width="28" height="20" viewBox="0 0 28 20"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 20C0 20 2.68333 5.55556 16.3333 5.55556V0L28 10L16.3333 19.3333V12.9236C8.925 12.9236 3.86458 13.5417 0 20Z"
fill="#3B4551" />
</svg>
</div>
</div>
<div class="f-500 date">Oct, 28 2021 1:12 PM</div>
</div>
</div>
</header>
<section class="mail-right__item-body">
<div class="title cursor-pointer">Title: Near message service launching:
Successfully raise $100M</div>
<div class="description f-500 is-hidden">
<div class="content">
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short phrase that contains all the letters
of the alphabet. The characters are spread out evenly so that the
reader's attention is focused on the layout of the text instead of its
content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
<p>The lorem ipsum is a placeholder text used in publishing and graphic
design. This filler text is a short paragraph that contains all the
letters of the alphabet. The characters are spread out evenly so that
the reader's attention is focused on the layout of the text instead of
its content.</p>
</div>
</div>
</section>
</article>
<div class="mail-right__sent is-hidden">
<header class="mail-right__item-header d-flex">
<div class="logo"><img src="./assets/images/icon.svg" class="w-100" /></div>
<div class="info pl-30 flex-grow-1 d-flex justify-between">
<div>
<div class="name title-20 mb-10 f-700">bitcoindefi.near</div>
<div class="to f-500">To: daothang.near</div>
</div>
<div class="text-right">
<button class="btn-sent cursor-pointer d-flex align-center">
<img src="./assets/images/sent.svg" />
<span>Sent</span>
</button>
</div>
</div>
</header>
<section>
<div class="content">
<div class="title title-20 f-700 mb-10">Re: Title: Near message service
launching: Successfully raise . . .</div>
<div class="description f-500 mb-10">The lorem ipsum is a placeholder text used
in publishing and |</div>
</div>
<div>
<div class="f-500">Select NEAR to send:</div>
<div class="near__value-list d-flex">
<div class="near__value-item cursor-pointer active">0.1 NEAR</div>
<div class="near__value-item cursor-pointer">0.2 NEAR</div>
<div class="near__value-item cursor-pointer">1 NEAR</div>
</div>
</div>
</section>
</div>
</div>
</section>
</div>
<!-- End Mail Right -->
</div>
<!-- End Mail Content Container -->
</section>
<!-- Footer Mobile -->
<footer class="footer-mobile flex-sm is-hidden">
<button class="btn-toggle-menu">
<img src="./assets/images/toggle.svg" />
</button>
<div class="mail-left__menu d-flex align-center pl-20">
<a href="./inbox.html" class="mail-left__menu-item d-flex align-center justify-between active">
<span class="d-flex align-center">
<img src="./assets/images/inbox.svg" class="flex-shrink-0" />
<span class="ml-10 title">Inbox</span>
</span>
<span class="letter-spacing-5 pl-10">1,123</span>
</a>
<a href="./sent.html" class="mail-left__menu-item d-flex align-center justify-center ml-4">
<span class="d-flex align-center">
<img src="./assets/images/sent.svg" class="flex-shrink-0" />
<span class="ml-10 title">Sent</span>
</span>
</a>
</div>
<div class="mail-content__button">
<span class="mail-content__button-prev cursor-pointer mr-4 mr-sm-16"></span>
<span class="mail-content__button-next cursor-pointer"></span>
</div>
<button class="btn-mail btn-mail__sent btn-compose__footer cursor-pointer">
<span class="btn-mail__wrap d-flex align-center justify-center">
<img src="./assets/images/compose.svg" class="logo-dark flex-shrink-0" />
<img src="./assets/images/compose-light.svg" class="logo-light flex-shrink-0" />
<span class="title-16 f-700 letter-spacing-5 color-white ml-20 ml-sm-10">COMPOSE</span>
</span>
</button>
</footer>
</div>
<!-- Modal sent message -->
<div class="modal-sent is-hidden">
<header class="modal-sent__header d-flex align-center justify-between mb-30 mb-sm-0">
<div class="title title-20 f-700 d-flex align-center">
<img src="./assets/images/logo.svg" style="width: 29px;" class="is-hidden block-sm mr-10" />
New message
</div>
<div class="action hidden-sm">
<span class="btn-minimize cursor-pointer">
<svg width="20" height="4" viewBox="0 0 20 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="1.5" y1="1.64258" x2="18.5" y2="1.64258" stroke="#888A90" stroke-width="3"
stroke-linecap="round" />
</svg>
</span>
<span class="btn-expand cursor-pointer ml-20 mr-20">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 14.1426L5.57678 12.6483L1.49429 8.5658L0 14.1426ZM14.1421 0.000442743L8.56536 1.49473L12.6478 5.57722L14.1421 0.000442743ZM3.53553 11.3142L11.3137 3.53598L10.6066 2.82887L2.82843 10.607L3.53553 11.3142Z"
fill="#888A90" />
</svg>
</span>
<span class="btn-close cursor-pointer">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.14209 16.1426L16.2842 2.00044" stroke="#888A90" stroke-width="3"
stroke-linecap="round" />
<path d="M2.14209 2L16.2842 16.1421" stroke="#888A90" stroke-width="3" stroke-linecap="round" />
</svg>
</span>
</div>
</header>
<div class="f-8 is-hidden block-sm mb-20">Message conversation history.</div>
<section class="modal-sent__body">
<div class="form-input d-flex pb-10 mb-20">
<span>To: </span>
<input placeholder="Enter the email here" />
</div>
<div class="form-input d-flex pb-10 mb-20">
<span>Subject: </span>
<input placeholder="Enter the subject here" />
</div>
<div class="form-textarea mb-20">
<textarea placeholder="Enter the content here"></textarea>
</div>
<div class="f-500 mb-16">Select NEAR to send:</div>
<div class="d-flex align-center justify-between">
<div class="near__value-list d-flex">
<div class="near__value-item cursor-pointer active">0.1 NEAR</div>
<div class="near__value-item cursor-pointer">0.2 NEAR</div>
<div class="near__value-item cursor-pointer">1 NEAR</div>
</div>
<button class="btn-sent cursor-pointer d-flex align-center flex-shrink-0">
<img src="./assets/images/sent.svg" />
<span>Sent</span>
</button>
</div>
</section>
</div>
</body>
</html>