From 52d27e5126691967950e10fd212b75b9fd0e1107 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 1 Dec 2015 14:24:51 -0500 Subject: [PATCH] Remove event calendar feed replication notification --- Gruntfile.js | 3 +-- css/app.css | 6 ++++-- scss/_plugins.scss | 3 ++- scss/plugins/_events.scss | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 scss/plugins/_events.scss diff --git a/Gruntfile.js b/Gruntfile.js index 4c513e7..d92f9ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,8 +4,7 @@ module.exports = function(grunt) { sass: { options: { - includePaths: ['bower_components/foundation/scss'], - sourceMap: true + includePaths: ['bower_components/foundation/scss'] }, dist: { options: { diff --git a/css/app.css b/css/app.css index b92ac6b..cb5f0ef 100644 --- a/css/app.css +++ b/css/app.css @@ -7181,6 +7181,9 @@ main a { color: #FFFFFF; } /* End NextGen Gallery */ +.ai1ec-event-footer { + display: none; } + #front { padding: 20px; } #front .row.collapse h1 { @@ -7908,5 +7911,4 @@ ul.property-list { .small-6.small-centered.columns.resBtnOff { margin-top: 250px; } -/* End Mobile Menu */ -/*# sourceMappingURL=app.css.map */ \ No newline at end of file +/* End Mobile Menu */ \ No newline at end of file diff --git a/scss/_plugins.scss b/scss/_plugins.scss index 3b99231..48bf76b 100644 --- a/scss/_plugins.scss +++ b/scss/_plugins.scss @@ -1 +1,2 @@ - @import "plugins/nextgen"; \ No newline at end of file +@import "plugins/nextgen"; +@import "plugins/events"; \ No newline at end of file diff --git a/scss/plugins/_events.scss b/scss/plugins/_events.scss new file mode 100644 index 0000000..183e63b --- /dev/null +++ b/scss/plugins/_events.scss @@ -0,0 +1,3 @@ +.ai1ec-event-footer { + display: none; +} \ No newline at end of file -- 2.17.1