Embedded Icon font source has base64 data URI in CSS

This commit is contained in:
iRouge
2015-02-01 18:09:48 -05:00
committed by Francis Lachapelle
parent 5cc14bb729
commit 72ae466541
49 changed files with 24 additions and 64275 deletions

View File

@@ -10,7 +10,6 @@
/// if not compiled in a specific order
/// todo : build with grunt
///
$md-icon-src-path: "../../../bower_components/material-design-iconic-font/scss/";
@import "../../../bower_components/material-design-iconic-font/scss/_variables";
// variables in source are not defaulted, we MUST override here
// relative (to css) path for src fonts
@@ -18,7 +17,7 @@ $md-font-path: "../fonts";
// Set style directive prefix to "md-icon-"
$md-css-prefix: md-icon;
@import "../../../bower_components/material-design-iconic-font/scss/_mixins";
@import "../../../bower_components/material-design-iconic-font/scss/_path";
//@import "../../../bower_components/material-design-iconic-font/scss/_path"; // Overiden with base64 src
@import "../../../bower_components/material-design-iconic-font/scss/_core";
@import "../../../bower_components/material-design-iconic-font/scss/_sizes";
@import "../../../bower_components/material-design-iconic-font/scss/_border";

File diff suppressed because one or more lines are too long

View File

@@ -6,15 +6,17 @@
// palettes import -
// ------------------------------------------------------------------------------
// fixme : consolidate all settings and imports in a decent 'settings' file
//@import '../themes/color-palette'; // fixme : clarify if it is deeded or assure by javascript
@import '../themes/color-palette'; // fixme : clarify if it is deeded or assure by javascript
// Font Variables
$font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif !default;
$font-family: Ubuntu, 'Helvetica Neue', sans-serif; //override
//$dark-theme: false !default;
//$foreground-color-palette: $color-grey !default;
//$foreground-base-color: map-get($foreground-color-palette, '1000') !default;
//$foreground-primary-color: rgba($foreground-base-color, 0.73) !default; $foreground-primary-color: rgba($foreground-base-color, 0.87);//override
$primary-color: map-get($color-vintage-blue, 'A700') !default;
//$foreground-primary-color: rgba($foreground-base-color, 0.73) !default;
$foreground-primary-color: rgba($primary-color, 0.87);//override
//$foreground-secondary-color: rgba($foreground-base-color, 0.54) !default;
//$foreground-tertiary-color: rgba($foreground-base-color, 0.26) !default;
//$foreground-quarternary-color: rgba($foreground-base-color, 0.12) !default;

View File

@@ -6,6 +6,7 @@
* and will generate a (too)) long css file because of the overrides
*
**/
@import 'core/variables'; // Will be replace by a complete 'config.scss file
// Compass import - comment-out if needed
@@ -19,7 +20,7 @@
// Fonts
// ------------------------------------------------------------------------------
@import '../fonts/ubuntu'; // Actually this is a symLink to 'css/ubuntu.css'
//@import '../fonts/ubuntu'; // Actually this is a symLink to 'css/ubuntu.css'
// CORE elements
// ------------------------------------------------------------------------------
@@ -51,6 +52,7 @@
@import 'components/divider/divider.scss';
@import 'components/bottombar/bottombar.scss';
@import 'components/input/input.scss';
@import 'components/button/button';
// core styles - need to be after components till settings are correctly implemented