From 26c54c32cc1ab23a2c92d0f85bde17dbcc7667a3 Mon Sep 17 00:00:00 2001
From: s2545411 <d.mysliwiec@student.utwente.nl>
Date: Tue, 19 Oct 2021 17:47:02 +0200
Subject: [PATCH] Scale update page

---
 pages/Update.vue | 32 +++++++++-----------------------
 1 file changed, 9 insertions(+), 23 deletions(-)

diff --git a/pages/Update.vue b/pages/Update.vue
index 4caad25..66531d8 100644
--- a/pages/Update.vue
+++ b/pages/Update.vue
@@ -143,46 +143,32 @@
 </template>
 
 <script>
-
+export default {
+  layout: 'settingLayout'
+}
 </script>
 
 <style lang="scss" scoped>
 .update-section {
-  .link-back::before {
-    content: '';
-    position: absolute;
-    left: 40%;
-    top: 1.9em;
-    width: 25px;
-    height: 25px;
-    border-top: 6px solid white;
-    border-right: 6px solid white;
-    border-radius: 6px;
-    transform: rotate(225deg);
-    box-shadow: 1px -2px 2px #333;
-  }
-
-  height: 620px;
-  margin-bottom: 150px;
-  margin-top: 40px;
   width: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
-  font-size: 1.3rem;
+  font-size: 2.5vh;
   text-shadow: 0 4px 7px #333;
 
   .checking{
-    font-size: 1.5rem;
+    font-size: 2.8vh;
     margin-top: 1.6em;
   }
   .wait{
-    font-size: 1.8rem;
+    font-size: 2.5vh;
     margin-top:0.6em;
   }
   .bigUpdate{
-    margin-top: 4em;
-    transform: scale(2);
+    margin-top: 5vh;
+    height:35vh;
+    width: auto;
     .cls-1, .cls-3, .cls-4 {
       fill: #fff;
     }
-- 
GitLab