From e9d7cc97c8ef84333a26980e6fc05eb55e560951 Mon Sep 17 00:00:00 2001 From: Chris Driscol Date: Wed, 1 Jun 2016 16:48:50 -0600 Subject: [PATCH] Adding custom-theme scss used for custom-theme example. Added ability to set a hover scale size in the theme which will scale the X and Y rails when hovered. --- .gitignore | 1 + examples/custom-theme.html | 4 ++-- examples/custom-theme.scss | 12 ++++++++++++ gulpfile.js | 16 ++++++++++++++-- src/css/mixins.scss | 20 ++++++++++++++++++-- src/css/themes.scss | 1 + src/css/variables.scss | 1 + 7 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 examples/custom-theme.scss diff --git a/.gitignore b/.gitignore index f0d2757..5e84aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules /dist .idea +examples/custom-theme.css diff --git a/examples/custom-theme.html b/examples/custom-theme.html index c9d4965..833bbf9 100644 --- a/examples/custom-theme.html +++ b/examples/custom-theme.html @@ -3,7 +3,7 @@ perfect-scrollbar example - +