diff --git a/ProjectSourceCode/src/resources/css/login-and-registration/account.css b/ProjectSourceCode/src/resources/css/login-and-registration/account.css index 63b9a65..0029df2 100644 --- a/ProjectSourceCode/src/resources/css/login-and-registration/account.css +++ b/ProjectSourceCode/src/resources/css/login-and-registration/account.css @@ -22,16 +22,11 @@ } } -#login-form-container { - display: flex; - flex-direction: column; -} - -#favorite-teams-container { +#account-favorite-teams-container { padding: 10px; } -.favorite-teams-card { +.account-favorite-teams-card { display: flex; align-items: center; /* Align items vertically in the center */ @@ -45,10 +40,20 @@ } -.favorite-teams-card-logo-container { +#account-favorite-teams-card-logo { + width: 35px; + margin-right: 15px; +} - img { - width: 80px; - max-height: 80px; - } +#account-favorite-teams-card-title { + font-weight: 600; +} + + +.account-delete-favorite-team-button-container { + margin-left: auto; /* Align the container all the way to the right */ +} + +#account-delete-favorite-team-account-button { + width: 20px; } \ No newline at end of file diff --git a/ProjectSourceCode/src/resources/css/login-and-registration/login_and_registration.css b/ProjectSourceCode/src/resources/css/login-and-registration/login_and_registration.css index 80ab728..4ecdf60 100644 --- a/ProjectSourceCode/src/resources/css/login-and-registration/login_and_registration.css +++ b/ProjectSourceCode/src/resources/css/login-and-registration/login_and_registration.css @@ -24,7 +24,6 @@ } .account-portal-button { - width: 60px; text-decoration: none; padding: 5px 10px; diff --git a/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club-hover.png b/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club-hover.png new file mode 100644 index 0000000..beb7768 Binary files /dev/null and b/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club-hover.png differ diff --git a/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club.png b/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club.png new file mode 100644 index 0000000..b964f0f Binary files /dev/null and b/ProjectSourceCode/src/resources/img/navigation-bar/user-menu/account-pane/delete-club.png differ diff --git a/ProjectSourceCode/src/views/partials/navigation-bar/user-menu/account-screen.hbs b/ProjectSourceCode/src/views/partials/navigation-bar/user-menu/account-screen.hbs index ea46efd..cec51cc 100644 --- a/ProjectSourceCode/src/views/partials/navigation-bar/user-menu/account-screen.hbs +++ b/ProjectSourceCode/src/views/partials/navigation-bar/user-menu/account-screen.hbs @@ -9,19 +9,19 @@ -
- Favorite Teams: +
+ Favorite Teams: {{#each fav_teams}} -
-
- +