diff --git a/scss/_patterns_lists.scss b/scss/_patterns_lists.scss index 3a67b84bc..9cf148bfa 100644 --- a/scss/_patterns_lists.scss +++ b/scss/_patterns_lists.scss @@ -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; @@ -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 {