natasha 19 stundas atpakaļ
vecāks
revīzija
1bbbed51bc
1 mainītis faili ar 12 papildinājumiem un 13 dzēšanām
  1. 12 13
      src/views/login/index.vue

+ 12 - 13
src/views/login/index.vue

@@ -495,12 +495,12 @@ export default {
     position: relative;
     z-index: 1;
     display: flex;
-    flex: 0 0 52%;
+    flex: 0 0 60%;
     flex-direction: column;
     align-items: end;
     justify-content: center;
-    width: 52%;
-    padding: 40px 55px;
+    width: 60%;
+    padding: 40px 75px 40px 55px;
     overflow: hidden;
   }
 
@@ -750,8 +750,8 @@ export default {
   }
 
   .flow-card {
-    min-width: 80px;
-    padding: 10px 12px;
+    min-width: 76px;
+    padding: 8px 10px;
     margin-top: 14px;
     text-align: center;
     cursor: default;
@@ -774,8 +774,7 @@ export default {
 
   .flow-card .fc-icon {
     display: block;
-    margin-bottom: 4px;
-    font-size: 22px;
+    font-size: 18px;
     transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
   }
 
@@ -784,8 +783,8 @@ export default {
   }
 
   .flow-card .fc-icon svg {
-    width: 22px;
-    height: 22px;
+    width: 18px;
+    height: 18px;
     stroke-linecap: round;
     stroke-linejoin: round;
     stroke-width: 1.8;
@@ -909,11 +908,11 @@ export default {
     position: relative;
     z-index: 1;
     display: flex;
-    flex: 0 0 48%;
+    flex: 0 0 40%;
     align-items: center;
-    justify-content: center;
-    width: 48%;
-    padding: 40px;
+    justify-content: start;
+    width: 40%;
+    padding: 40px 40px 40px 80px;
     overflow: hidden;
   }