Skip to content
Snippets Groups Projects
Commit 79d47ae4 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

dropdown

parent c5bfb642
No related branches found
No related tags found
No related merge requests found
@use 'styles/settings.scss'as s;
.teams-stats-section {
margin-top: 20px;
.dropdown-container {
&.open {
.icon {
transform: rotate(180deg);
}
}
}
.filter-label {
display: flex;
align-items: center;
font-size: 18px;
font-weight: s.$weight-bold;
.icon {
margin-right: 5px;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment