|
1 | 1 | <div class="container">
|
2 |
| - <div style="background:rgb(33, 40, 51); border-bottom-left-radius: 2px;z-index: 9999 !important; border-bottom-right-radius: 2px" |
| 2 | + <div id="top-account-col" |
3 | 3 | class="row text-center">
|
4 | 4 | <div class="col" align="left">
|
5 | 5 | <button [satPopoverAnchor]="menuUsers" (click)="updateUsersList(); menuUsers.toggle()"
|
6 |
| - class="btn btn-link btn-just-icon btn-lg" |
7 |
| - style="color: rgb(132, 142, 156);; margin-right:-2em; font-size: 10px !important" href="/main"> |
| 6 | + class="btn btn-link btn-just-icon btn-lg" id="menuUsers" href="/main"> |
8 | 7 | <fa name="users" size="sm"></fa>
|
9 | 8 | </button>
|
10 | 9 | <sat-popover #menuUsers horizontalAlign="center" verticalAlign="center">
|
11 |
| - <div style="z-index: 300" class="menu-wrapper-users" tabIndex="0"> |
| 10 | + <div class="menu-wrapper-users" tabIndex="0"> |
12 | 11 | <div class="container">
|
13 |
| - <div style="margin-top: 2em; margin-left: 0.2em; margin-right: 1.2em" class="row"> |
14 |
| - <div style="font-weight: bold; color: white; white-space: nowrap; margin-top: 1.2em" |
15 |
| - align="left" |
16 |
| - class="col-8"> |
| 12 | + <div id="users-wrapper" class="row"> |
| 13 | + <div id="AccountsHeader" align="left" class="col-8"> |
17 | 14 | My Accounts
|
18 | 15 | </div>
|
19 |
| - <div style="margin-top: 0.5em !important" align="right" class="col-4"> |
20 |
| - <button style="margin-left: -10px" class="btn btn-binance-outline btn-sm">Log out |
| 16 | + <div id="logOut" align="right" class="col-4"> |
| 17 | + <button id="logOutBtn" class="btn btn-binance-outline btn-sm">Log out |
21 | 18 | </button>
|
22 | 19 | </div>
|
23 | 20 | </div>
|
24 |
| - <hr style="border: 1px solid white"> |
| 21 | + <hr class="pop-hr"> |
25 | 22 | </div>
|
26 |
| - <div style="height: 200px !important; position:fixed; |
27 |
| - overflow-y:scroll;" class="container"> |
| 23 | + <div id="scrollableUsers" class="container"> |
28 | 24 | <div class="row">
|
29 | 25 | <div class="col-12">
|
30 |
| - <button *ngFor="let item of usersMenu" |
31 |
| - class="menu-item-users" |
| 26 | + <button *ngFor="let item of usersMenu" class="menu-item-users" |
32 | 27 | (click)="selectUser(item.val); menuUsers.toggle()">
|
33 | 28 | <button class="btn btn-just-icon"> {{item.val.charAt(0).toUpperCase()}}</button>
|
34 | 29 | {{ item.val }}
|
35 | 30 | </button>
|
36 | 31 | </div>
|
37 | 32 | </div>
|
38 | 33 | </div>
|
39 |
| - <div style="margin-top: 13em" class="container"> |
| 34 | + <div id="bottom-users" class="container"> |
40 | 35 | <div class="row">
|
41 | 36 | <div class="col-12">
|
42 |
| - <hr style="border: 1px solid white"> |
| 37 | + <hr class="pop-hr"> |
43 | 38 | <button class="menu-item-users">
|
44 | 39 | <fa name="plus" size="sm"></fa>
|
45 | 40 | Create Account
|
|
57 | 52 | <div class="col">
|
58 | 53 | <button [satPopoverAnchor]="menuNetwork" (click)="menuNetwork.toggle()"
|
59 | 54 | class="btn btn-link btn-outline btn-sm"
|
60 |
| - style="color: white; width: 155px !important; margin-top: 1.85em; border-radius: 15px; background: linear-gradient(90deg, rgb(239, 184, 11) 0%, rgb(251, 218, 60) 100%) !important; border: 1.47px solid rgb(240, 185, 11); max-width: 155px !important; line-height: 1 !important; font-weight: bold" |
61 |
| - href="/main"> |
62 |
| - <strong style="color:rgb(33, 40, 51);">Network:</strong> {{ this.selectedNetwork }} |
63 |
| - <fa style="font-weight: 900 !important;" name="caret-down" size="sm"></fa> |
| 55 | + href="/main" id="networkBtn"> |
| 56 | + <strong id="NetworkWord">Network:</strong> {{ this.selectedNetwork }} |
| 57 | + <fa name="caret-down" size="sm"></fa> |
64 | 58 | </button>
|
65 | 59 | <sat-popover #menuNetwork horizontalAlign="center" verticalAlign="center">
|
66 | 60 | <div class="menu-wrapper" tabIndex="0">
|
|
82 | 76 | <div class="col-12">
|
83 | 77 | <button [satPopoverAnchor]="name" (click)="name.open()" class="btn btn-sm btn-link" id="editButton">
|
84 | 78 | {{this.accountName}}
|
85 |
| - <fa style="font-size: 12px !important" id="editIcon" name="edit" size="sm"></fa> |
| 79 | + <fa id="editIcon" name="edit" size="sm"></fa> |
86 | 80 | </button>
|
87 | 81 | <br>
|
88 | 82 | <button [satPopoverAnchor]="p"
|
|
105 | 99 | <sat-popover #name hasBackdrop forceAlignment>
|
106 | 100 | <app-edit-form (update)="this.accountName = $event"></app-edit-form>
|
107 | 101 | </sat-popover>
|
108 |
| - <hr style="width: 100%; margin-top: -0.65em; border: 1px solid #c5c5c5; border-radius: 15px; margin-right: 2em; margin-left: 2em"> |
| 102 | + <hr id="unusualHr"> |
109 | 103 | <div class="col-12">
|
110 |
| - <img style="margin-top: 1.5em; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none;-o-user-drag: none; user-drag: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;" |
| 104 | + <img id="imageBNB" |
111 | 105 | draggable="false" width="48" src="../../assets/icons/icon128.png">
|
112 |
| - <h3 style="font-weight: bold;">{{(bnb$ | async) || 'pending'}}</h3> |
113 |
| - <h4 style="font-weight: bold; margin-top: -1em;margin-bottom: 0px; color: grey; font-size:16px !important"> |
| 106 | + <h3 class="bold">{{(bnb$ | async) || 'pending'}}</h3> |
| 107 | + <h4 id="fiat"> |
114 | 108 | {{(fiat$ | async) || 'pending'}}
|
115 | 109 | </h4>
|
116 |
| - <a style="font-weight: bold; color: grey; margin-top: 0em; text-decoration: underline; font-size: 13px">More |
| 110 | + <a id="more">More |
117 | 111 | balances</a>
|
118 | 112 | </div>
|
119 |
| - <div style="margin-top: 1.5em" class="col-12"> |
120 |
| - <button style="width: 9.5em !important; margin-right: 0.25em;" class="btn btn-binance-outline btn-lg"> |
| 113 | + <div id="buttonsDiv" class="col-12"> |
| 114 | + <button class="btn btn-binance-outline btn-lg main-btn"> |
121 | 115 | RECEIVE
|
122 | 116 | </button>
|
123 |
| - <button style="width: 9.5em !important; margin-left: 0.25em;" class="btn btn-binance-outline btn-lg">SEND |
| 117 | + <button class="btn btn-binance-outline btn-lg main-btn">SEND |
124 | 118 | </button>
|
125 | 119 | </div>
|
126 |
| - |
127 | 120 | </div>
|
128 |
| - |
129 | 121 | <div class="row">
|
130 |
| - <div style="margin-top: 1.5em" align="center" class="col-12"> |
131 |
| - <p style="margin-bottom: 0; font-weight: bold; color: #5a5a5a; font-size: 16px">History</p> |
| 122 | + <div id="historyDiv" align="center" class="col-12"> |
| 123 | + <p id="historyP">History</p> |
132 | 124 | </div>
|
133 |
| - <hr style="width: 100% !important; border: 1px solid #c5c5c5; margin-left: 3em !important; margin-right: 3em; margin-top: 0.5em;"> |
| 125 | + <hr id="unusualHrSecond"> |
134 | 126 | </div>
|
135 | 127 | <div class="row">
|
136 |
| - <div style="margin: 0 !important; padding: 0 !important" class="col-12"> |
| 128 | + <div id="col-hist" class="col-12"> |
137 | 129 | <app-history-component></app-history-component>
|
138 | 130 | </div>
|
139 | 131 | </div>
|
|
0 commit comments