diff --git a/web/public/styles/app.scss b/web/public/styles/app.scss index 98d7b68..2691eca 100644 --- a/web/public/styles/app.scss +++ b/web/public/styles/app.scss @@ -6,7 +6,7 @@ html, body { height: 100%; } -$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.5/assets/fonts/bootstrap/"; +$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.6/assets/fonts/bootstrap/"; // MAIN VARIABLES $body-bg: #ededf3; @@ -33,7 +33,7 @@ $nav-pills-active-link-hover-color: $brand-primary; $tooltip-bg: $brand-primary !default; -@import '../jspm_packages/npm/bootstrap-sass@3.3.5/assets/stylesheets/bootstrap'; +@import '../jspm_packages/npm/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap'; $throbber-color: #96d4a1 !default; $throbber-highlight-color: #39b54a !default; diff --git a/web/public/styles/style.scss b/web/public/styles/style.scss index 4f29a3f..20d8c64 100644 --- a/web/public/styles/style.scss +++ b/web/public/styles/style.scss @@ -10,7 +10,7 @@ body { min-height: 100%; } -$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.5/assets/fonts/bootstrap/"; +$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.6/assets/fonts/bootstrap/"; // MAIN VARIABLES $body-bg: #0d0d1a; @@ -44,7 +44,7 @@ $nav-link-hover-bg: rgba(255,255,255,0); // bower: scss -@import '../jspm_packages/npm/bootstrap-sass@3.3.5/assets/stylesheets/bootstrap'; +@import '../jspm_packages/npm/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap'; // endbower html, body {