Skip to content

Commit

Permalink
Merge pull request #475 from bobrov-site/fixBootstrapStyle
Browse files Browse the repository at this point in the history
Fix bootstrap style
  • Loading branch information
fey authored May 2, 2024
2 parents 53d1680 + 7f457ab commit 69c25fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import "./fonts";
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";

//Colors
$primary: #136ef6;
$body-secondary-bg: #ebf1f9;
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/landing/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import RunItLogoLight from './assets/LogoHeaderLightTheme.svg';
import RunItLogoDark from './assets/LogoHeaderDarkTheme.svg';
import Burger from './assets/Burger.svg';

import 'bootstrap/dist/css/bootstrap.min.css';
import './landing.scss';
import './custom-colors.scss';

Expand Down

0 comments on commit 69c25fa

Please sign in to comment.