Skip to content

Commit

Permalink
Minor changes to sass files following migration
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jun 24, 2024
1 parent 2ac8602 commit 971f023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}

.content__labels--paidgallery {
@include fs-textSans(6)
@include fs-textSans(6);
background: $labs-main;
.content__label__link {
color: $brightness-7;
Expand Down
2 changes: 1 addition & 1 deletion static/src/stylesheets/module/identity/_switches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $checkbox-size: $gs-gutter / 1.25;

.manage-account__switch {
@include fs-textSans(4);
@include identity-switch($brightness-7)
@include identity-switch($brightness-7);
line-height: 1.333;
overflow: visible;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion static/src/stylesheets/module/survey/_survey-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

p {
@include fs-bodyCopy(2, size-only = true);
@include fs-bodyCopy(2, $size-only: true);
margin-bottom: $gs-baseline;
}

Expand Down

0 comments on commit 971f023

Please sign in to comment.