From 03e8d95e782a0c3b4c73ebab9190f8c37b095eeb Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 30 Jun 2016 15:21:18 -0400 Subject: [PATCH] settings edit for crumbs --- scss/_settings.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_settings.scss b/scss/_settings.scss index f3999fb..f6b6f2f 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -406,7 +406,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // $crumb-bg: scale-color($secondary-color, $lightness: 55%); // We use these to set the padding around the breadcrumbs. -// $crumb-padding: rem-calc(9 14 9); + $crumb-padding: rem-calc(9 14 9); // $crumb-side-padding: rem-calc(12); // We use these to control border styles. @@ -425,8 +425,8 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // $crumb-link-decor: underline; // We use these to control the slash between breadcrumbs -// $crumb-slash-color: $base; -// $crumb-slash: "/"; + $crumb-slash-color: $black; + $crumb-slash: ">"; // 05. Buttons // - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.17.1