Skip to content

Commit ad48d2c

Browse files
committed
CSS patch on auth
1 parent 9454d64 commit ad48d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-react/src/authPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const AuthPage = (props) => {
9090

9191
<style>{`
9292
.login-page { width: 100vw; height: 100vh; padding-top: 6vw; background: linear-gradient(180deg, rgba(117,84,160,1) 7%, rgba(117,84,160,1) 17%, rgba(106,95,168,1) 29%, rgba(99,103,174,1) 44%, rgba(87,116,184,1) 66%, rgba(70,135,198,1) 83%, rgba(44,163,219,1) 96%, rgba(22,188,237,1) 100%, rgba(0,212,255,1) 100%); }
93-
.card { width: 200px; position: relative; left: calc(50vw - 150px); text-align: center; }
93+
.card { width: 200px; position: relative; left: calc(50vw - 100px); text-align: center; }
9494
.title { padding-top: 32px; font-size: 22px; color: white; font-weight: 700; }
9595
input { width: calc(100% - 16px); margin-top: 12px; padding: 8px; background-color: #e6f7ff; outline: none; border: 1px solid #e6f7ff; }
9696
button { margin-top: 12px; width: 100%; padding: 8px; }

0 commit comments

Comments
 (0)