2012-11-01 09:26:20 -04:00
|
|
|
diff --git a/vendor/assets/stylesheets/_variables.scss b/vendor/assets/stylesheets/_variables.scss
|
|
|
|
index e29dc59..85f4d56 100644
|
|
|
|
--- a/vendor/assets/stylesheets/_variables.scss
|
|
|
|
+++ b/vendor/assets/stylesheets/_variables.scss
|
|
|
|
@@ -151,8 +151,8 @@ $zindexModal: 1050 !default;
|
|
|
|
|
|
|
|
// Sprite icons path
|
|
|
|
// -------------------------
|
|
|
|
-$iconSpritePath: "../img/glyphicons-halflings.png" !default;
|
|
|
|
-$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png" !default;
|
2012-11-01 10:56:58 -04:00
|
|
|
+$iconSpritePath: image-path("glyphicons-halflings.png") !default;
|
|
|
|
+$iconWhiteSpritePath: image-path("glyphicons-halflings-white.png") !default;
|
2012-11-01 09:26:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
// Input placeholder text color
|