From 0c306937d26cdebf5da7ac6443ba20d5609398e1 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 12 Apr 2016 08:47:41 -0400 Subject: [PATCH] removing extra slideshow code and experimenting with the off-canvas options --- parts/slide-show.php | 8 -------- scss/_settings.scss | 2 +- scss/_structure.scss | 17 ----------------- 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/parts/slide-show.php b/parts/slide-show.php index 72b904c..aa9a04e 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -5,11 +5,3 @@ -'; - echo do_shortcode("[metaslider id=14]"); - echo do_shortcode("[metaslider id=242]"); - - echo ''; -} -?> diff --git a/scss/_settings.scss b/scss/_settings.scss index be9e8cb..9178d76 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -896,7 +896,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // $off-canvas-overlay-background-hover: rgba($white, 0.05); // Transition Variables -// $menu-slide: "transform 500ms ease"; + $menu-slide: "transform 500ms ease"; // 19. Orbit // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scss/_structure.scss b/scss/_structure.scss index 177205b..5bcc408 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -46,20 +46,3 @@ h6 { a:hover { text-decoration-color: $blue; } -//.page-inside { -// #content-wrapper { -// -// h1 { -// font-size: rem-calc(48); -// font-weight: bold; -// letter-spacing: 0.05em; -// color: $blue; -// } -// h2 { -// font-size: rem-calc(24); -// letter-spacing: 0.1em; -// color: $orange; -// } -// -// } -//} \ No newline at end of file -- 2.17.1