Skip to content

Commit

Permalink
Merge pull request #832 from barrymcgee/812-remove-combined-lists
Browse files Browse the repository at this point in the history
Remove vf-p-combined-list as no longer needed
  • Loading branch information
deadlight authored Feb 8, 2017
2 parents 84b7ad9 + 7383ac7 commit 3b6d908
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions scss/_patterns_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@include vf-p-list;
@include vf-p-list-divided;
@include vf-p-list-item-state;
@include vf-p-combined-list;
@include vf-p-inline-list;
@include vf-p-inline-list-middot;
@include vf-p-stepped-list;
Expand Down Expand Up @@ -54,44 +53,6 @@
}
}

// Displays split as one on small screens
@mixin vf-p-combined-list {
.combined-list {
ul,
div {
margin-bottom: 0;
}

.last-item {
border-bottom: 1px dotted $color-mid-light;
padding-bottom: 10px;
}

.last-col {
margin-bottom: 20px;

.last-item {
border-bottom: 0;
padding-bottom: 0;
}
}
}

@media only screen and (min-width: $breakpoint-medium) {
.combined-list {
ul,
div {
margin-bottom: 1.25rem;
}

.last-item {
border-bottom: 0;
padding-bottom: 0;
}
}
}
}

// Displays a list inline with spacing
@mixin vf-p-inline-list {
.p-inline-list {
Expand Down

0 comments on commit 3b6d908

Please sign in to comment.