diff --git a/app/client/src/js/_layout.js b/app/client/src/js/_layout.js new file mode 100644 index 0000000..28f12cc --- /dev/null +++ b/app/client/src/js/_layout.js @@ -0,0 +1 @@ +// your custom JS diff --git a/app/client/src/js/main.js b/app/client/src/js/_main.js similarity index 100% rename from app/client/src/js/main.js rename to app/client/src/js/_main.js diff --git a/app/client/src/js/app.js b/app/client/src/js/app.js index 12c3174..36dd1dc 100644 --- a/app/client/src/js/app.js +++ b/app/client/src/js/app.js @@ -23,12 +23,12 @@ Vue.use(Carousel);*/ import 'offcanvas-bootstrap/dist/js/bootstrap.offcanvas'; -// import your custom UI components -import './main'; +import './_main'; +import './_layout'; function importAll(r) { return r.keys().map(r); } const images = importAll(require.context('../img/', false, /\.(png|jpe?g|svg)$/)); -const fontAwesome = importAll(require.context('font-awesome', false, /\.(otf|eot|svg|ttf|woff|woff2)$/)); \ No newline at end of file +const fontAwesome = importAll(require.context('font-awesome', false, /\.(otf|eot|svg|ttf|woff|woff2)$/)); diff --git a/app/client/src/scss/app.scss b/app/client/src/scss/app.scss index 68d9211..5da7413 100644 --- a/app/client/src/scss/app.scss +++ b/app/client/src/scss/app.scss @@ -66,11 +66,20 @@ img { a:hover, a:focus { opacity: .8; + + .fas, + .fab, + &.fas, + &.fab { + transform: rotate(-180deg); + } } // transactions .transition, a, a img, +a .fas, a .fab, +a.fas, a.fab, button, input, optgroup, select, textarea, .btn, .alert, diff --git a/app/templates/Objects/SocialLinks.ss b/app/templates/Objects/SocialLinks.ss index 359e9c3..d4303f6 100644 --- a/app/templates/Objects/SocialLinks.ss +++ b/app/templates/Objects/SocialLinks.ss @@ -13,7 +13,7 @@ <% end_if %> <% if $GooglePlus %> - + Google+ <% end_if %> @@ -29,4 +29,4 @@ Twitter <% end_if %> - \ No newline at end of file +