Skip to content

Commit

Permalink
Merge branch 'develop' into feature/form-elements-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt committed Oct 22, 2024
2 parents b3a923e + e4d7c0a commit 716c86d
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 41 deletions.
12 changes: 12 additions & 0 deletions web/themes/contrib/civictheme/assets/sass/page/_page.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// Page level configuration.
//

html {
// stylelint-disable property-no-vendor-prefix
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}
1 change: 1 addition & 0 deletions web/themes/contrib/civictheme/assets/sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
// components.
//
// These overrides will not be visible in the Storybook.
@import 'page/page';
@import 'header/header';
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// Page level configuration.
//

html {
// stylelint-disable property-no-vendor-prefix
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
//
// These overrides will not be visible in the Storybook.
// @todo Refactor webpack config to use direct import from the CivicTheme theme.
@import 'page/page';
@import 'block/local-tasks';
Loading

0 comments on commit 716c86d

Please sign in to comment.