forked from lucaspatenaude/ScoreSpot
More styling added to account pane
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user