Skip to content

Commit

Permalink
Undoing this heavier change.
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-thinkshout committed Dec 8, 2021
1 parent 01dacb1 commit d0796c9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions themes/custom/ts_wrin/sass/components/_3-and-1-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
li {
list-style-type: none;
margin-left: 0;

&::before {
content: "";
}
}

img {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
list-style-type: none;
margin-bottom: $padding-vertical;
margin-left: 0;

&::before {
content: "";
}

&:last-child {
margin-bottom: 0;
}
Expand Down
13 changes: 0 additions & 13 deletions themes/custom/ts_wrin/sass/components/_content-listing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
list-style-type: none;
margin-bottom: $padding-vertical;
margin-left: 0;

&::before {
content: "";
}

&:last-child {
margin-bottom: 0;
}
Expand Down Expand Up @@ -113,10 +108,6 @@
margin-bottom: $space-xs;
margin-left: 0;

&::before {
content: "";
}

@include mq($ph) {
flex: 0 1 33.333%;
padding-right: $grid-gutter-mobile;
Expand All @@ -139,10 +130,6 @@
list-style-type: none;
margin-bottom: $padding-vertical;

&::before {
content: "";
}

&:last-child {
margin-bottom: $padding-vertical;
}
Expand Down
5 changes: 0 additions & 5 deletions themes/custom/ts_wrin/sass/components/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@
margin-right: 56px;
padding-top: 10px;
text-decoration: none;

&::before {
content: "";
}

@include mq($lg) {
flex: 0 1 calc(50% - 56px);
margin-top: 10px;
Expand Down
4 changes: 0 additions & 4 deletions themes/custom/ts_wrin/sass/components/_landing-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@
margin-top: 10px;
padding-top: 10px;
text-decoration: none;

&::before {
content: "";
}
}
li:last-of-type {
margin-right: 0;
Expand Down
9 changes: 0 additions & 9 deletions themes/custom/ts_wrin/sass/components/_search-archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,22 +371,13 @@
list-style-type: none;
margin: 0;
padding: 0;

&::before {
content: "";
}

@include mq($lg) {
margin: 1rem 0;
}
}
.block-facets li {
list-style-type: none;
margin: 0;

&::before {
content: "";
}
}
.block-facets .open li {
margin-bottom: 7px;
Expand Down
4 changes: 0 additions & 4 deletions themes/custom/ts_wrin/sass/components/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
padding-top: 0;
white-space: nowrap;

&::before {
content: "";
}

a {
color: $white;
text-decoration: none;
Expand Down

0 comments on commit d0796c9

Please sign in to comment.