OSDN Git Service

update logo
authorZhiting Lin <zlin035@uottawa.ca>
Mon, 24 Aug 2020 07:54:08 +0000 (15:54 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Mon, 24 Aug 2020 07:54:08 +0000 (15:54 +0800)
src/assets/logo.png
src/assets/logo_small.png [new file with mode: 0644]
src/components/footer/footer.vue
src/utils/Settings.js
src/views/bapp.vue
src/views/prompts/authentication.vue
src/views/prompts/bappPrompt.vue
static/icons/logo.png

index 7019f12..4761ddb 100644 (file)
Binary files a/src/assets/logo.png and b/src/assets/logo.png differ
diff --git a/src/assets/logo_small.png b/src/assets/logo_small.png
new file mode 100644 (file)
index 0000000..7019f12
Binary files /dev/null and b/src/assets/logo_small.png differ
index 73a451f..64dbece 100644 (file)
@@ -2,6 +2,7 @@
   .logo{
     width: 24px;
     height: 24px;
+    margin-right: 5px;
   }
 
   .text{
@@ -41,7 +42,7 @@
     <div class="inside-warp d-flex">
 
       <div class="d-flex">
-        <img class="logo" src="@/assets/logo.png" alt="">
+        <img class="logo" src="@/assets/logo_small.png" alt="">
         <div class="text">Byone Wallet for Chrome</div>
       </div>
       <div>
index 8219d3d..170f12e 100644 (file)
@@ -5,7 +5,7 @@ export default class Settings {
         this.domains = []
         this.language = uiLang||'en';
         this.netType ='bytom';
-        this.network ='testnet';
+        this.network ='mainnet';
         this.currency = uiLang ==='en'?'inUsd':"inCny"
         this.domainsMeta ={}
     }
index 9f3d2d3..db3d106 100644 (file)
@@ -22,6 +22,8 @@
 
   img{
     border-radius: 32px;
+    height: 58px;
+    width: 58px;
   }
 }
 
index 8a5e809..a1a1ed1 100644 (file)
   }
 
   .logo{
-    width: 62px;
+    width: 52px;
     border-radius: 36px;
     box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
-    height: 62px;
+    height: 52px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 28px;
     text-transform: uppercase;
-    padding: 5px;
+    padding: 10px;
   }
 
   .logo-container{
index f775aa8..77fd1df 100644 (file)
@@ -80,8 +80,8 @@
     }
 
     .logo {
-      width: 26px;
-      height: 26px;
+      width: 20px;
+      height: 20px;
       -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
       border-radius: 16px;
@@ -92,7 +92,7 @@
       font-size: 16px;
       text-transform: uppercase;
       color: black;
-      padding: 3px;
+      padding: 6px;
     }
   }
 
index 7019f12..4761ddb 100644 (file)
Binary files a/static/icons/logo.png and b/static/icons/logo.png differ