Skip to content

Commit

Permalink
Make turbo progress bar more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 12, 2024
1 parent 964d77e commit 4034e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/hitobito/customizable/_wagon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ table tr.grouping td {
.birth_year {
background-color: $chart-bars;
}

.turbo-progress-bar {
height: 4px !important;
background-color: desaturate(lighten($link-color, 50%), 20%) !important;
}

0 comments on commit 4034e97

Please sign in to comment.