Files
JellySport/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page-styling.css

18 lines
299 B
CSS
Raw Normal View History

#club-information-container
{
margin-right: 20px;
}
#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;
}