Skip to content

Commit

Permalink
feature/sd-21: applied pr changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseyIsaako authored and Dylan Wagstaff committed Mar 26, 2019
1 parent fd1a05d commit 4c3e720
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
12 changes: 8 additions & 4 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18746,12 +18746,16 @@ body.theme-accent-white .main .pagination .active a {
margin-top: 3px;
}

.search-result__title {
margin-top: 2.4rem;
.listing__item {
margin-bottom: 3rem;
}

.search-result__title--first {
margin-top: 0;
.listing__item--news-events {
margin-bottom: 4.2rem;
}

.listing__item:first-child .h3 {
margin-top: 1.8rem;
}

.content-block__title {
Expand Down
15 changes: 11 additions & 4 deletions src/scss/components/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,17 @@
margin-top: 3px;
}

.search-result__title {
margin-top: $pagination-padding-x-lg;
// Generic listing classes
.listing {
&__item {
margin-bottom: 3rem;

&--first {
margin-top: 0;
&--news-events {
margin-bottom: 4.2rem;
}

&:first-child .h3 {
margin-top: 1.8rem;
}
}
}

0 comments on commit 4c3e720

Please sign in to comment.