2024-04-24 18:46:31 -06:00
|
|
|
#account-pane {
|
|
|
|
|
display: none;
|
2024-04-24 19:03:39 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#account-pane-content-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#account-header-container {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
border-bottom: 3px solid red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-form-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favorite-teams-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
|
|
|
|
|
padding: 10px 90px;
|
|
|
|
|
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 40px;
|
|
|
|
|
}
|
2024-04-24 18:46:31 -06:00
|
|
|
}
|