Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/styles/_theme.scss
  • Loading branch information
yixuan-zhou-uzh committed Mar 25, 2024
2 parents 3eee3b9 + edcb3fd commit 14f912a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions src/styles/views/Login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.login {
&.container {
margin-top: 2em;

min-height: 300px;
/* we include the center mixin defined in _theme.scss and save three duplicate lines :) */
@include center;
Expand All @@ -14,15 +14,17 @@
justify-content: center;
width: 60%;
max-width: 30em;
height: 20em;
height: 25em;
font-size: 16px;
font-weight: 300;
padding-top: 30px;
padding-left: 37px;
padding-right: 37px;
border-radius: 0.75em;
background-color: $background;
transition: opacity 0.5s ease, transform 0.5s ease;
box-shadow: $dropShadow;
border-radius: 1.5em;
border: 20px solid $stroke;
}
&.field {
display: flex;
Expand Down
6 changes: 4 additions & 2 deletions src/styles/views/Register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
justify-content: center;
width: 60%;
max-width: 30em;
height: 35em;
height: 25em;
font-size: 16px;
font-weight: 300;
padding-top: 30px;
padding-left: 37px;
padding-right: 37px;
border-radius: 0.75em;
background-color: $background;
transition: opacity 0.5s ease, transform 0.5s ease;
box-shadow: $dropShadow;
border-radius: 1.5em;
border: 20px solid $stroke;
}
&.field {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react"
"baseUrl": "src"
},
"include": [
Expand Down

0 comments on commit 14f912a

Please sign in to comment.