diff --git a/package.json b/package.json index e5e195e..d185302 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force", - "lint": "eslint pretty-metamask --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src" }, "dependencies": { diff --git a/src/App.vue b/src/App.vue index 94949e0..4e5a7bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,58 +1,57 @@ diff --git a/src/LoadingPage.vue b/src/LoadingPage.vue index aa05362..37471e5 100644 --- a/src/LoadingPage.vue +++ b/src/LoadingPage.vue @@ -4,12 +4,11 @@ import VerticalNavbar from '@/components/main/VerticalNavbar.vue' \ No newline at end of file +#btn { + display: flex; + justify-content: center; + padding-inline: 44px; +} +button { + width: 100%; + height: 3.9vh; + border-radius: 10px; + border: none; + background-color: #1e6bde; + color: white; + font-size: 20px; + margin-inline: 10px; +} +button:hover { + cursor: pointer; +} +button:active { + background-color: #1a5cbd; +} +#container { + height: 7.8vh; +} + diff --git a/src/components/main/action/UserActionsDialog.vue b/src/components/main/action/UserActionsDialog.vue index afefda7..5a893b7 100644 --- a/src/components/main/action/UserActionsDialog.vue +++ b/src/components/main/action/UserActionsDialog.vue @@ -6,7 +6,7 @@ defineProps(['type']) @@ -16,4 +16,4 @@ defineProps(['type']) justify-content: center; padding-inline: 44px; } - \ No newline at end of file + diff --git a/src/components/main/action/actions/SendAction.vue b/src/components/main/action/actions/SendAction.vue index 600d191..bbfb509 100644 --- a/src/components/main/action/actions/SendAction.vue +++ b/src/components/main/action/actions/SendAction.vue @@ -15,9 +15,9 @@ const send = async () => { @@ -35,7 +35,7 @@ input { button { width: 10vw; margin-inline: 10px; - background-color: #1E6BDE; + background-color: #1e6bde; } button:hover { @@ -46,11 +46,12 @@ button:active { background-color: #1a5cbd; } -input, button { +input, +button { outline: none; border: none; border-radius: 10px; color: white; font-size: 15px; } - \ No newline at end of file + diff --git a/src/components/main/user-info/TooltipCopy.vue b/src/components/main/user-info/TooltipCopy.vue index 471a776..9cb0e40 100644 --- a/src/components/main/user-info/TooltipCopy.vue +++ b/src/components/main/user-info/TooltipCopy.vue @@ -1,57 +1,63 @@ \ No newline at end of file +.tooltip-container { + position: relative; + display: inline-block; +} +img { + width: 24px; + height: 24px; +} +img:hover { + cursor: pointer; +} +.tooltip-text { + visibility: hidden; + width: 120px; + background-color: #555; + color: #fff; + text-align: center; + border-radius: 6px; + padding: 5px; + position: absolute; + z-index: 1; + bottom: 125%; + left: 50%; + margin-left: -60px; + opacity: 0; + transition: opacity 0.3s; +} +.tooltip-container:hover .tooltip-text { + visibility: visible; + opacity: 1; +} + diff --git a/src/components/main/user-info/UserInfos.vue b/src/components/main/user-info/UserInfos.vue index 3a37eeb..6658a5c 100644 --- a/src/components/main/user-info/UserInfos.vue +++ b/src/components/main/user-info/UserInfos.vue @@ -1,85 +1,91 @@ \ No newline at end of file +#container { + padding-block: 30px; + padding-inline: 36px; + height: 17.2vh; + display: flex; + align-items: center; + justify-content: space-between; +} +#exchange { + display: flex; + flex-direction: row; +} +h1 { + color: white; + font-size: 30px; +} +h2 { + color: white; + font-size: 18px; +} +p { + color: #808080; + font-size: 18px; +} +#arrow { + padding-inline: 20px; +} +#eth-logo { + height: 57px; + width: 57px; + background-color: white; + border-radius: 50px; + margin-right: 26px; + padding: 5px; +} +#token { + display: flex; + flex-direction: row; + align-items: center; +} + diff --git a/src/components/main/user-info/UserProfile.vue b/src/components/main/user-info/UserProfile.vue index 2b944a1..b168fca 100644 --- a/src/components/main/user-info/UserProfile.vue +++ b/src/components/main/user-info/UserProfile.vue @@ -1,5 +1,5 @@ \ No newline at end of file + diff --git a/src/components/wallet/headerMenu.vue b/src/components/wallet/headerMenu.vue index 2a15810..d07fd81 100644 --- a/src/components/wallet/headerMenu.vue +++ b/src/components/wallet/headerMenu.vue @@ -1,60 +1,64 @@ +