riainvoice/assets/invoiceplane/sass/_ip_variables.scss
gandhimathi Bharathirajan c940cb1a2c all files
2017-09-11 14:38:03 +05:30

29 lines
858 B
SCSS

/*
| =========================================================
| InvoicePlane Variables
| =========================================================
*/
// Paths
$fa-font-path:"../../core/fonts" !default;
// Colors
$color_grey: #999999;
$color_blue: #3A87AD;
$color_yellow: #F89406;
$color_green: #468847;
$color_red: #B94A48;
$color_status_draft: #999999;
$color_status_sent: #3A87AD;
$color_status_viewed: #F89406;
$color_status_paid_approved: #468847;
$color_status_rejected_overdue: #B94A48;
$color_status_canceled: #333333;
// Fonts
$font-family-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;