Skip to content

Commit

Permalink
Merge pull request #23 from datopian/font-fix-scss
Browse files Browse the repository at this point in the history
[css][s]: updated scss instead of main css
  • Loading branch information
sagargg committed Jun 12, 2023
2 parents 4327d0c + 31f9ef3 commit 12259a1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
11 changes: 6 additions & 5 deletions ckanext/nhs/fanstatic/css/nhs.css

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

8 changes: 1 addition & 7 deletions ckanext/nhs/fanstatic/css/nhs.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckanext/nhs/fanstatic/css/nhs.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion ckanext/nhs/fanstatic/sass/theme/_dataset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@
padding-top: 25px;
}
.module-content {
font-size: $fontXMedium;
p {
margin-bottom: 15px;
}
}
.blog-content {
font-size: $fontXMedium;
}
.badge {
background-color: #d5d5d5;
color: #454545;
Expand Down Expand Up @@ -547,7 +551,7 @@ ul.nav.nav-tabs {
padding-left: 10px;
.heading {
color: #005eb8;
font-size: $fontLarge;
font-size: $fontXMedium;
font-weight: 400;
}
&:hover {
Expand Down
5 changes: 3 additions & 2 deletions ckanext/nhs/fanstatic/sass/theme/_general.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: Frutiger W01, Arial, sans-serif;
font-size: $fontLarge;
font-size: $fontXMedium;
background: $whiteColor;
main,
[role="main"],
Expand All @@ -17,7 +17,7 @@ body {
a,
li,
label {
font-size: $fontLarge;
font-size: $fontXMedium;
}
}

Expand Down Expand Up @@ -694,6 +694,7 @@ a.btn-primary.active.focus {
}
}
.ckanext-pages-content {
font-size: $fontXMedium;
ol {
li {
padding-bottom: 20px;
Expand Down
1 change: 1 addition & 0 deletions ckanext/nhs/fanstatic/sass/theme/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $darkShadeBlueColor: #384853;
// Font Size
$fontSmall: 14px;
$fontMedium: 16px;
$fontXMedium: 17px;
$fontLarge: 19px;
$fontXLarge: 20px;
$fontXXLarge: 22px;
Expand Down

0 comments on commit 12259a1

Please sign in to comment.