-
-
-
+
+
+
diff --git a/src/components/main/ERC/token/Token.vue b/src/components/main/ERC/token/Token.vue
index cf645c7..ea3230b 100644
--- a/src/components/main/ERC/token/Token.vue
+++ b/src/components/main/ERC/token/Token.vue
@@ -11,6 +11,8 @@ export default defineComponent({
+
+
\ No newline at end of file
+#container {
+ padding-inline: 42px;
+ padding-block: 32px;
+ display: flex;
+ height: 11vh;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+}
+#name {
+ color: white;
+}
+#address {
+ display: flex;
+ flex-direction: row;
+}
+h1 {
+ font-size: 27px;
+}
+p {
+ color: #808080;
+ font-size: 13px;
+ margin-right: 11px;
+}
+img {
+ height: 18px;
+ width: 18px;
+}
+img:hover {
+ cursor: pointer;
+}
+#bottomLine {
+ width: 100%;
+ height: 1px;
+ background-color: #4E4E4E;
+}
+
diff --git a/src/components/transaction/transaction.vue b/src/components/transaction/transaction.vue
index 40f21e7..a0c0628 100644
--- a/src/components/transaction/transaction.vue
+++ b/src/components/transaction/transaction.vue
@@ -1,174 +1,176 @@
-
-
-
-
-
-
- Sent > 0.0000000001 {{ transInfos.devise }}
-
-
- Sent {{ transInfos.value }} {{ transInfos.devise }}
-
-
-
- Received > 0.0000000001 {{ transInfos.devise }}
-
-
- Received {{ transInfos.value }} {{ transInfos.devise }}
-
-
- {{ transInfos.date }} to {{ reduceHashSize(transInfos.to) }}
- {{ transInfos.date }} from {{ reduceHashSize(transInfos.from) }}
-
-
+
+
+
+
+
+ Sent > 0.0000000001 {{ transInfos.devise }}
+
+
+ Sent {{ transInfos.value }} {{ transInfos.devise }}
+
+
+
+ Received > 0.0000000001 {{ transInfos.devise }}
+
+
+ Received {{ transInfos.value }} {{ transInfos.devise }}
+
+
+ {{ transInfos.date }} to {{ reduceHashSize(transInfos.to) }}
+ {{ transInfos.date }} from {{ reduceHashSize(transInfos.from) }}
+
+
-
+
+