Skip to content

Commit

Permalink
Update LoginDialog styles.sass
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 29, 2024
1 parent 0cb282d commit 5d8cc28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/src/common/components/LoginDialog/styles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-direction: column
align-items: center
justify-content: center
gap: 1em
gap: 1rem
user-select: none
margin: 1rem 1.5rem

Expand Down Expand Up @@ -37,9 +37,14 @@
.login-form
display: flex
flex-direction: column
gap: 1.5rem
gap: 1rem

.register-name-row
display: flex
gap: 1rem

input
width: 9rem

.form-group
display: flex
Expand Down

0 comments on commit 5d8cc28

Please sign in to comment.