From 971f023fbd1e810466fea4518f56866659de9451 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Mon, 24 Jun 2024 14:08:38 +0100 Subject: [PATCH] Minor changes to sass files following migration --- .../src/stylesheets/module/content-garnett/_gallery.head.scss | 2 +- static/src/stylesheets/module/identity/_switches.scss | 2 +- static/src/stylesheets/module/survey/_survey-page.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/src/stylesheets/module/content-garnett/_gallery.head.scss b/static/src/stylesheets/module/content-garnett/_gallery.head.scss index f7ec7df1323..d4ce288f611 100644 --- a/static/src/stylesheets/module/content-garnett/_gallery.head.scss +++ b/static/src/stylesheets/module/content-garnett/_gallery.head.scss @@ -96,7 +96,7 @@ } .content__labels--paidgallery { - @include fs-textSans(6) + @include fs-textSans(6); background: $labs-main; .content__label__link { color: $brightness-7; diff --git a/static/src/stylesheets/module/identity/_switches.scss b/static/src/stylesheets/module/identity/_switches.scss index 68613c7e5e1..be42a5763e8 100644 --- a/static/src/stylesheets/module/identity/_switches.scss +++ b/static/src/stylesheets/module/identity/_switches.scss @@ -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; diff --git a/static/src/stylesheets/module/survey/_survey-page.scss b/static/src/stylesheets/module/survey/_survey-page.scss index 870fa1e16ac..43312275e45 100644 --- a/static/src/stylesheets/module/survey/_survey-page.scss +++ b/static/src/stylesheets/module/survey/_survey-page.scss @@ -28,7 +28,7 @@ } p { - @include fs-bodyCopy(2, size-only = true); + @include fs-bodyCopy(2, $size-only: true); margin-bottom: $gs-baseline; }