Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from dof-dss/DEPT-185
Browse files Browse the repository at this point in the history
DEPT-185 Theme related articles
  • Loading branch information
ooneill547 authored Sep 21, 2022
2 parents fed8bea + 4db96e2 commit 0354cc9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/2_layouts/nics-2-col-layouts.css

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

2 changes: 1 addition & 1 deletion css/3_components/navigation/sub-menus.css

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

2 changes: 1 addition & 1 deletion src/scss/2_layouts/nics-2-col-layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

.ga-aside {
grid-area: side;
padding-top: 5.2rem;
padding-top: 8rem;
}

@include breakpoint($tab) {
Expand Down
8 changes: 4 additions & 4 deletions src/scss/3_components/navigation/sub-menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.menu-title { // TODO: should be .sub-menu__title?
@include adjust-font-size-to(24px, 5);
margin: 0 0 2.1rem;
margin: 0 0 1.2rem;

&--large {
@include adjust-font-size-to(28px, 6);
Expand All @@ -40,7 +40,7 @@
&-item {
position: relative;
list-style: none;
padding: 0 1rem .5em 1.5rem;
padding: 0 1rem .5rem 1.5rem;

&::before {
content: '-';
Expand All @@ -60,9 +60,9 @@
}

&--related {
border-top: 5px solid color(brand-primary-medium);
//border-top: 5px solid color(brand-primary-medium);
padding: 1.5em 10px .5em;
background-color: color(brand-primary-lightest);
//background-color: color(brand-primary-lightest);
}

&--widget {
Expand Down

0 comments on commit 0354cc9

Please sign in to comment.