Skip to content

Commit

Permalink
remove deprecated font size
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Jan 8, 2025
1 parent c6d2e46 commit 2b2b9f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AdminWebsite/AdminWebsite/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AdminWebsite/AdminWebsite/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@hmcts/frontend": "^0.0.50-alpha",
"@microsoft/applicationinsights-web": "^3.3.4",
"@ministryofjustice/frontend": "^3.0.3",
"@ministryofjustice/frontend": "^3.3.0",
"@ng-select/ng-select": "^12.0.7",
"angular-auth-oidc-client": "^15.0.3",
"core-js": "^3.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'govuk-frontend/dist/govuk/base';

.detailsBox {
@include govuk-font(14, $weight: 'regular', $tabular: false, $line-height: false);
@include govuk-font(16, $weight: 'regular', $tabular: false, $line-height: false);
color: govuk-colour('white');
width: auto;
height: auto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'govuk-frontend/dist/govuk/base';

.detailsBox {
@include govuk-font(14, $weight: 'regular', $tabular: false, $line-height: false);
@include govuk-font(16, $weight: 'regular', $tabular: false, $line-height: false);
color: govuk-colour('white');
width: auto;
height: auto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'govuk-frontend/dist/govuk/base';

.sipAddressBox {
@include govuk-font(14, $weight: 'regular', $tabular: false, $line-height: false);
@include govuk-font(16, $weight: 'regular', $tabular: false, $line-height: false);
color: govuk-colour('white');
width: auto;
height: auto;
Expand Down
1 change: 1 addition & 0 deletions AdminWebsite/AdminWebsite/ClientApp/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$govuk-global-styles: true;

@import 'govuk-frontend/dist/govuk/all';
@import '@ministryofjustice/frontend/moj/all';
@import '~@ng-select/ng-select/themes/default.theme.css';

body {
Expand Down

0 comments on commit 2b2b9f0

Please sign in to comment.