mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update line sequence to paid release
This commit is contained in:
19
app_web_enterprise/static/src/scss/primary_variables.scss
Normal file
19
app_web_enterprise/static/src/scss/primary_variables.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
///
|
||||
/// This file regroups the variables that style odoo components.
|
||||
/// They are available in every asset bundle.
|
||||
///
|
||||
|
||||
// Customize color
|
||||
$o-enterprise-color: #064475;
|
||||
$o-enterprise-color: #475DA4;
|
||||
$o-enterprise-color: #4187AE;
|
||||
$o-enterprise-color: #00796B;
|
||||
// Font sizes
|
||||
$o-font-size-base-touch: 15px;
|
||||
// Colors
|
||||
$o-brand-odoo: $o-enterprise-color;
|
||||
$o-brand-primary: $o-enterprise-primary-color;
|
||||
$o-brand-secondary: #8f8f8f;
|
||||
$o-brand-lightsecondary: $o-gray-100;
|
||||
|
||||
$o-main-text-color: #666666;
|
||||
Reference in New Issue
Block a user