Skip to content

Commit

Permalink
fix position of bonus checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Sep 14, 2022
1 parent 684b271 commit 488689f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/bootstrap/dark.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/bootstrap/light.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/singleplayer/bonuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function createBonusPart(bonusPartNumber, bonusText) {

let inputWrapper = document.createElement('label');
inputWrapper.style = "cursor: pointer";
inputWrapper.className = 'ps-5 ms-n5';
inputWrapper.appendChild(input);

let p = document.createElement('p');
Expand Down
1 change: 0 additions & 1 deletion scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

// 2. Include any default variable overrides here

$enable-negative-margins: true;
$font-family-sans-serif: Helvetica, sans-serif;

$link-decoration: none;
Expand Down

0 comments on commit 488689f

Please sign in to comment.