Skip to content

Commit

Permalink
fixed legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Dec 24, 2024
1 parent f776725 commit 09aa4a1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/app/teams/teams-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,25 @@
flex-shrink: 0;
}

.calendar-legend {
padding-top: 10px;
text-align: right;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 10px;
}

.calendar-legend .legend-item {
display: inline-flex;
align-items: center;
}

.calendar-legend .legend-color {
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 4px;
}

}

0 comments on commit 09aa4a1

Please sign in to comment.