2024-04-16 15:47:03 -06:00
|
|
|
#club-information-container
|
|
|
|
|
{
|
|
|
|
|
margin-right: 20px;
|
2024-04-16 20:30:30 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#club-favorite-button
|
|
|
|
|
{
|
|
|
|
|
width: 35px;
|
|
|
|
|
transform: skewX(20deg);
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
|
|
|
|
|
filter: outline(2px solid red);
|
2024-04-16 20:31:59 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#club-favorite-button:hover
|
|
|
|
|
{
|
|
|
|
|
cursor: pointer;
|
2024-04-23 21:34:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#competition-logo {
|
|
|
|
|
width: 60px;
|
|
|
|
|
margin-right: 10px;
|
2024-04-15 20:17:43 -06:00
|
|
|
}
|