From 7383ac7db58e26b44f63f8fd170589c5034d906f Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Wed, 8 Feb 2017 15:33:19 +0000 Subject: [PATCH] Remove vf-p-combined-list as no longer needed This list style is no longer needed here as it was brochure specific and has been moved downstream to the vanilla-brochure-theme. Fixes #812 --- scss/_patterns_lists.scss | 39 --------------------------------------- 1 file changed, 39 deletions(-) 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 {