mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
175 lines
5.0 KiB
SCSS
175 lines
5.0 KiB
SCSS
|
|
// Brand Colors
|
|
// -------------------------------
|
|
$brand-primary: #428bca;
|
|
$brand-success: #5cb85c;
|
|
$brand-warning: #f0ad4e;
|
|
$brand-danger: #d9534f;
|
|
$brand-info: #5bc0de;
|
|
|
|
|
|
// Global Gray Colors
|
|
// -------------------------------
|
|
$black: #000 !default;
|
|
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
|
$gray-dark: lighten(#000, 20%) !default; // #333
|
|
$gray: lighten(#000, 33.5%) !default; // #555
|
|
$gray-light: lighten(#000, 60%) !default; // #999
|
|
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
|
$white: #fff !default;
|
|
|
|
|
|
// Global Accent Colors
|
|
// -------------------------------
|
|
$blue: #049cdb !default;
|
|
$blue-dark: #0064cd !default;
|
|
$green: #46a546 !default;
|
|
$red: #9d261d !default;
|
|
$yellow: #ffc40d !default;
|
|
$orange: #f89406 !default;
|
|
$pink: #c3325f !default;
|
|
$purple: #7a43b6 !default;
|
|
|
|
$component-active-bg: $brand-primary !default;
|
|
|
|
|
|
// Global Fonts
|
|
// -------------------------------
|
|
$sans-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
|
$light-sans-font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
|
$serif-font-family: Georgia, "Times New Roman", Times, serif !default;
|
|
$mono-font-family: Monaco, Menlo, Consolas, "Courier New", monospace !default;
|
|
|
|
|
|
// Base
|
|
// -------------------------------
|
|
$base-font-family: $sans-font-family;
|
|
$base-background-color: $white;
|
|
|
|
|
|
// Forms
|
|
// -------------------------------
|
|
$input-bg: $white !default;
|
|
$input-bg-disabled: $gray-lighter !default;
|
|
|
|
$input-color: $gray !default;
|
|
$input-border-color: #ccc !default;
|
|
$input-border-width: 1px !default;
|
|
$input-border-radius: $border-radius-base !default;
|
|
$input-border-focus: #66afe9 !default;
|
|
|
|
$input-color-placeholder: $gray-light !default;
|
|
|
|
$legend-color: $gray-dark !default;
|
|
$legend-border-color: #e5e5e5 !default;
|
|
|
|
$input-group-addon-bg: $gray-lighter !default;
|
|
$input-group-addon-border-color: $input-border-color !default;
|
|
|
|
|
|
|
|
// Buttons
|
|
// -------------------------------
|
|
$button-color: #222;
|
|
$button-padding: 12px 12px;
|
|
$button-clear-padding: 10px 0px;
|
|
$button-border-radius: 2px;
|
|
$button-border-width: 1px;
|
|
$button-font-size: 16px;
|
|
|
|
// Button block that has spacing
|
|
$button-block-margin: 10px 0 10px 0;
|
|
|
|
$button-default-bg: #fff;
|
|
$button-default-bg-active: #eee;
|
|
$buttonDefaultBorder: #ddd;
|
|
|
|
$button-secondary-bg: #f5f5f5;
|
|
$button-secondary-bg-active: #eee;
|
|
$button-secondary-border: #ccc;
|
|
|
|
$button-primary-bg: #6999e9;
|
|
$button-primary-bg-active: #eee;
|
|
$button-primary-border: #5981c5;
|
|
|
|
$button-info-bg: #60d2e6;
|
|
$button-info-bg-active: #eee;
|
|
$button-info-border: #51b3c4;
|
|
|
|
$button-success-bg: #89c163;
|
|
$button-success-bg-active: #eee;
|
|
$button-success-border: #71a052;
|
|
|
|
$button-warning-bg: #f0b840;
|
|
$button-warning-bg-active: #eee;
|
|
$button-warning-border: #cf9a29;
|
|
|
|
$button-danger-bg: #de5645;
|
|
$button-danger-bg-active: #eee;
|
|
$buttonDangerBorder: #bc4435;
|
|
|
|
$button-dark-bg: #444;
|
|
$button-dark-bg-active: #eee;
|
|
$button-dark-border: #111;
|
|
|
|
|
|
// Bars
|
|
// -------------------------------
|
|
$bar-bg: #fff;
|
|
|
|
// Bar variations
|
|
$bar-default-bg: #fff;
|
|
$bar-default-border-color: #ddd;
|
|
|
|
$bar-secondary-bg: #f5f5f5;
|
|
$bar-secondary-border-color: #ccc;
|
|
|
|
$bar-primary-bg: #6999e9;
|
|
$bar-primary-border-color: #5981c5;
|
|
|
|
$bar-info-bg: #60d2e6;
|
|
$bar-info-border-color: #51b3c4;
|
|
|
|
$bar-success-bg: #89c163;
|
|
$bar-success-border-color: #71a052;
|
|
|
|
$bar-warning-bg: #f0b840;
|
|
$bar-warning-border-color: #cf9a29;
|
|
|
|
$bar-danger-bg: #de5645;
|
|
$bar-danger-border-color: #bc4435;
|
|
|
|
$bar-dark-bg: #444;
|
|
$bar-dark-border-color: #111;
|
|
|
|
|
|
// Lists
|
|
// -------------------------------
|
|
$list-divider-bg: #f5f5f5;
|
|
$list-divider-color: #222;
|
|
|
|
|
|
// Form States and Alerts
|
|
// -------------------------------
|
|
$warning-text: #c09853;
|
|
$warning-bg: #fcf8e3;
|
|
$warning-border: darken(adjust-hue($warning-bg, -10), 3%);
|
|
|
|
$error-text: #b94a48;
|
|
$error-bg: #f2dede;
|
|
$error-border: darken(adjust-hue($error-bg, -10), 3%);
|
|
|
|
$success-text: #468847;
|
|
$success-bg: #dff0d8;
|
|
$success-border: darken(adjust-hue($success-bg, -10), 5%);
|
|
|
|
$info-text: #3a87ad;
|
|
$info-bg: #d9edf7;
|
|
$info-border: darken(adjust-hue($info-bg, -10), 7%);
|
|
|
|
|
|
// Side Menu
|
|
// -------------------------------
|
|
$menu-bg: #eee;
|
|
$menu-inset-border-color: #bbb;
|