/**
 * Aotu 主题
 */

@import '../mixins/libs/tint';

$ink-hd: 2 !default; // 基本单位

/* The Color of O2Team Brand */
$ink-color-brand: #6190e8 !default;
$ink-color-brand-light: #78a4f4 !default;
$ink-color-brand-dark: #346fc2 !default;

/* Color */
$ink-color-success: #13ce66 !default;
$ink-color-error: #ff4949 !default;
$ink-color-warning: #ffc82c !default;
$ink-color-info: #78a4fa !default;
