Browse Source

fix school logo background

Michael Wang 4 years ago
parent
commit
589c91addd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/features/Login/Login.vue

+ 3 - 1
src/features/Login/Login.vue

@@ -7,6 +7,9 @@
           class="school-logo"
           :src="logoPath"
           alt="school logo"
+          style="
+            background: linear-gradient(to bottom, #38f6f5 0%, #8efdf4 100%);
+          "
           @load="(e) => (e.target.style = '')"
         />
       </div>
@@ -1130,7 +1133,6 @@ export default {
   height: 100px;
   width: 400px;
   object-fit: cover;
-  background: linear-gradient(to bottom, #38f6f5 0%, #8efdf4 100%);
 }
 
 .header {