Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹(frontend) define SASS variable color out with bootstrap v5 #197

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@formatjs/cli": "4.2.10",
"@formatjs/intl-relativetimeformat": "8.1.6",
"@fortawesome/fontawesome-free": "5.15.3",
"bootstrap": "4.6.0",
"bootstrap": "5.0.1",
"core-js": "3.11.1",
"draft-js": "0.11.7",
"draft-js-code": "0.3.0",
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ $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%);
8 changes: 4 additions & 4 deletions src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2543,10 +2543,10 @@ bluebird@^3.7.2:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==

bootstrap@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7"
integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==
bootstrap@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.1.tgz#e7939d599119dc818a90478a2a299bdaff037e09"
integrity sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==

boxen@^4.2.0:
version "4.2.0"
Expand Down