assets/stylesheets/bookingsync/_variables.scss in bootstrap-bookingsync-sass-1.0.1 vs assets/stylesheets/bookingsync/_variables.scss in bootstrap-bookingsync-sass-1.0.2
- old
+ new
@@ -32,18 +32,12 @@
//## Specify custom location and filename of the included Smiles icon font.
//## Useful for those including Bootstrap BookingSync via Bower.
//** Load fonts from this directory.
-// If $bootstrap-bookingsync-sass-asset-helper if used, provide path relative to the assets load path.
-// This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
-$smiles-font-path: if($bootstrap-bookingsync-sass-asset-helper, "bookingsync/", "../fonts/bookingsync/") !default;
-
//** File name for smiles font files.
$smiles-font-name: "bookingsync-smiles" !default;
-//** Element ID within SVG icon file.
-$smiles-font-svg-id: "bookingsync_smiles" !default;
$bs-icon-bigboss: "\e600" !default;
$bs-icon-boss: "\e601" !default;
$bs-icon-bookingsync: "\e602" !default;
$bs-icon-laughing: "\e603" !default;
@@ -51,18 +45,15 @@
$bs-icon-sadface: "\e605" !default;
$bs-icon-tongue: "\e606" !default;
$bs-icon-winkface: "\e607" !default;
$bs-icon-winktongue: "\e608" !default;
-// If $bootstrap-bookingsync-sass-asset-helper if used, provide path relative to the assets load path.
-// This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
-$icons-font-path: if($bootstrap-bookingsync-sass-asset-helper, "bookingsync/", "../fonts/bookingsync/") !default;
//** File name for icons font files.
$icons-font-name: "bookingsync-icons" !default;
-//** Element ID within SVG icon file.
-$icons-font-svg-id: "bookingsync_icons" !default;
+$icon-trash: "\e903" !default;
+$icon-clone: "\e905" !default;
$icon-translations: "\e902" !default;
$icon-external: "\e901" !default;
$icon-invoice: "\e900" !default;
$icon-rental: "\e904" !default;
$icon-photo: "\e93b" !default;