-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: made SignInPageView and removed HeaderController from SignIn an…
…d Login
- Loading branch information
MatheaGjerde
committed
Mar 11, 2026
1 parent
de7e295
commit 37c7db7
Showing
7 changed files
with
132 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| #image-section { | ||
| -fx-background-image: url("/loginpage/signin-image.png"); | ||
| -fx-background-size: auto; | ||
| -fx-background-position: right center; | ||
| -fx-background-repeat: no-repeat; | ||
| -fx-pref-width: 50%; | ||
| } | ||
| #login-btn { | ||
| -fx-background-color: #000000; | ||
| -fx-text-fill: white; | ||
| -fx-pref-height: 35px; | ||
| } | ||
|
|
||
| #register-btn { | ||
| -fx-background-color: #000000; | ||
| -fx-text-fill: white; | ||
| -fx-pref-height: 35px; | ||
| } | ||
| #login-box { | ||
| -fx-border-color: #ccc; | ||
| -fx-border-radius: 8px; | ||
| -fx-border-width: 1px; | ||
| -fx-padding: 24px; | ||
| -fx-max-width: 340px; | ||
| } |