Skip to content

Commit

Permalink
🩹(frontend) define SASS color variable
Browse files Browse the repository at this point in the history
$table-head-color used in saas fil wasn't set-up. With renovate updates service,
the frontend couldn't be build anymore. We fix this issue by giving a color to
this variable.
  • Loading branch information
carofun committed Jun 9, 2021
1 parent 760e8ee commit 5a95c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ $red: #fe3925;
// Relative path the the fontawesome webfonts (from the compiled CSS file)
$fa-font-path: '../font';

$unread-color: lighten($red, 20%);
$read-color: lighten($blue, 15%);
$table-head-color:#495057;
$unread-color: lighten($red, 20%);

0 comments on commit 5a95c84

Please sign in to comment.