mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
removing compass
This commit is contained in:
@ -7,8 +7,7 @@ $brandWarning: #f0ad4e;
|
||||
$brandDanger: #d9534f;
|
||||
$brandInfo: #5bc0de;
|
||||
|
||||
|
||||
// Grays
|
||||
// Global Gray Colors
|
||||
// -------------------------------
|
||||
$black: #000 !default;
|
||||
$grayDarker: #222 !default;
|
||||
@ -19,7 +18,7 @@ $grayLighter: #eee !default;
|
||||
$white: #fff !default;
|
||||
|
||||
|
||||
// Accent colors
|
||||
// Global Accent Colors
|
||||
// -------------------------------
|
||||
$blue: #049cdb !default;
|
||||
$blueDark: #0064cd !default;
|
||||
@ -31,7 +30,7 @@ $pink: #c3325f !default;
|
||||
$purple: #7a43b6 !default;
|
||||
|
||||
|
||||
// Fonts
|
||||
// Global Fonts
|
||||
// -------------------------------
|
||||
$sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$lightSansFontFamily: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
@ -39,6 +38,13 @@ $serifFontFamily: Georgia, "Times New Roman", Times, serif !default;
|
||||
$monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace !default;
|
||||
|
||||
|
||||
// Base
|
||||
// -------------------------------
|
||||
$baseFontFamily: $sansFontFamily;
|
||||
$baseBackgroundColor: #fff;
|
||||
$textColor: $grayDark !default;
|
||||
|
||||
|
||||
// Forms
|
||||
// -------------------------
|
||||
$inputBackground: $white !default;
|
||||
@ -50,13 +56,6 @@ $inputHeight: $baseFontSize + 10px; // base line-height + 8px
|
||||
$placeholderText: $grayLight !default;
|
||||
|
||||
|
||||
// Base
|
||||
// -------------------------------
|
||||
$baseFontFamily: $sansFontFamily;
|
||||
$baseBackgroundColor: #fff;
|
||||
$textColor: $grayDark !default;
|
||||
|
||||
|
||||
// Typography
|
||||
// -------------------------------
|
||||
$lightColor: #fff;
|
||||
|
||||
Reference in New Issue
Block a user