Skip to content

Commit

Permalink
✨ fill up session view with next events closes #32
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 27, 2024
1 parent fd3bd36 commit d5df1f6
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 627 deletions.
9 changes: 8 additions & 1 deletion frontend/themes/apus/views/session-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

.session-view {
background-color: #21ccdd;
border-radius: 5px;
display: inline-block;
width: 400px;
Expand All @@ -33,3 +32,11 @@
font-size: 18px;
margin-bottom: 10px;
}

.running-session {
background-color: #62d7e3;
}

.next-session {
background-color: #9bf4ff;
}
Loading

0 comments on commit d5df1f6

Please sign in to comment.