Skip to content

Commit

Permalink
fix(listing): update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed May 7, 2018
1 parent 930ab4f commit 29534d5
Show file tree
Hide file tree
Showing 26 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
}

.ecl-list-item__meta {
color: map-get($ecl-colors, 'grey-75');
margin-bottom: map-get($ecl-spacing, 's');
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@
width: 50%;
}

.ecl-list-item:nth-child(2n + 0) .ecl-list-item__link {
padding-left: map-get($ecl-spacing, 's');
padding-right: 0;
}
.ecl-list-item:nth-child(2n + 1) .ecl-list-item__link {
// First column
.ecl-list-item:nth-child(odd) .ecl-list-item__link {
padding-left: 0;
padding-right: map-get($ecl-spacing, 's');
}
// Last column
.ecl-list-item:nth-child(even) .ecl-list-item__link {
padding-left: map-get($ecl-spacing, 's');
padding-right: 0;
}
}
}

Expand All @@ -61,18 +63,21 @@
width: 33%;
}

.ecl-list-item:nth-child(3n + 0) .ecl-list-item__link {
padding-left: map-get($ecl-spacing, 's');
padding-right: 0;
}
// First column
.ecl-list-item:nth-child(3n + 1) .ecl-list-item__link {
padding-left: 0;
padding-right: map-get($ecl-spacing, 's');
}
// Middle column
.ecl-list-item:nth-child(3n + 2) .ecl-list-item__link {
padding-left: map-get($ecl-spacing, 's') / 2;
padding-right: map-get($ecl-spacing, 's') / 2;
}
// Last column
.ecl-list-item:nth-child(3n + 0) .ecl-list-item__link {
padding-left: map-get($ecl-spacing, 's');
padding-right: 0;
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29534d5

Please sign in to comment.