Skip to content

Commit

Permalink
fix: fixed scss markings
Browse files Browse the repository at this point in the history
  • Loading branch information
Asespinel committed Jan 6, 2025
1 parent 9803fc5 commit a0f1344
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/courseware/course/celebration/CelebrationModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
justify-content: center;

button {
@extend .btn-primary;
font-size: 1.2rem;
width: 50%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
}
}

&:last-child .pgn_collapsible {
@extend .mb-0;
}
}

.collapsible-body {
Expand Down
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@
// here we compensate for the padding of the parent div with "container-xl"
// class to ensure that the viewport width is the same as the width of the
// iframe.
margin-left: -var(--pgn-spacing-grid-gutter-width) * .5;
margin-right: -var(--pgn-spacing-grid-gutter-width) * .5;
margin-left: calc(-var(--pgn-spacing-grid-gutter-width) * .5);
margin-right: calc(-var(--pgn-spacing-grid-gutter-width) * .5);

margin-bottom: 2rem;

Expand Down

0 comments on commit a0f1344

Please sign in to comment.