소스 검색

scrub logo from login screen

jusrhee 4 년 전
부모
커밋
06fcfb9f16
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. BIN
      dashboard/src/assets/logo.png
  2. 3 3
      dashboard/src/main/auth/Login.tsx
  3. 3 3
      dashboard/src/main/auth/Register.tsx

BIN
dashboard/src/assets/logo.png


+ 3 - 3
dashboard/src/main/auth/Login.tsx

@@ -436,9 +436,9 @@ const Prompt = styled.div`
 `;
 
 const Logo = styled.img`
-  width: 140px;
-  margin-top: 50px;
-  margin-bottom: 45px;
+  width: 110px;
+  margin-top: 55px;
+  margin-bottom: 40px;
   user-select: none;
 `;
 

+ 3 - 3
dashboard/src/main/auth/Register.tsx

@@ -434,9 +434,9 @@ const Prompt = styled.div`
 `;
 
 const Logo = styled.img`
-  width: 140px;
-  margin-top: 50px;
-  margin-bottom: 35px;
+  width: 110px;
+  margin-top: 45px;
+  margin-bottom: 30px;
   user-select: none;
 `;