From 27041f77fba56bbf781be44f01a50ded9a96594e Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 31 May 2019 16:28:34 -0400 Subject: [PATCH] Formatting --- js/index.js | 2 +- styles/components/_sticky_cta.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/js/index.js b/js/index.js index 0539e266..3793573c 100644 --- a/js/index.js +++ b/js/index.js @@ -115,5 +115,5 @@ const app = new Vue({ }, delimiters: ['!{', '}'], - directives: {'sticky': VueSticky} + directives: { sticky: VueSticky }, }) diff --git a/styles/components/_sticky_cta.scss b/styles/components/_sticky_cta.scss index 8809b9ef..f824d76e 100644 --- a/styles/components/_sticky_cta.scss +++ b/styles/components/_sticky_cta.scss @@ -8,13 +8,10 @@ } background-color: $color-gray-lightest; - border-top: 1px solid $color-gray-lighter; border-bottom: 1px solid $color-gray-lighter; - padding: 0 40px 0 40px; box-shadow: $box-shadow; - margin-bottom: 20px; }