mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt ent color
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1128" viewBox="0 0 2000 1128">
|
||||
<polygon fill-opacity=".03" points="0 1077.844 392.627 778.443 1504.99 1127.745 0 1127.745"/>
|
||||
<polygon fill-opacity=".02" points="392.216 778.443 283.294 0 0 0 0 666.504"/>
|
||||
<polygon fill-opacity=".03" points="1000 0 2000 1009.98 2000 439.94 1749.817 0"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 366 B |
35
app_web_enterprise/static/src/scss/primary_variables.scss
Normal file
35
app_web_enterprise/static/src/scss/primary_variables.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
///
|
||||
/// 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;
|
||||
|
||||
$o-list-footer-bg-color: white;
|
||||
|
||||
$o-btn-secondary-bg: white;
|
||||
$o-btn-secondary-hover-bg: darken($o-btn-secondary-bg, 10%);
|
||||
$o-btn-secondary-active-bg: darken($o-btn-secondary-bg, 8%);
|
||||
|
||||
// Layout
|
||||
$o-statbutton-height: 44px;
|
||||
$o-statbutton-vpadding: 0px;
|
||||
$o-statbutton-spacing: 6px;
|
||||
|
||||
// Home menu
|
||||
$o-home-menu-container-size: 850px;
|
||||
$o-home-menu-app-icon-max-width: 70px;
|
||||
$o-home-studio-menu-shadow: 0 1px 0 rgba(black, 0.45);
|
||||
5
app_web_enterprise/static/src/scss/ui.scss
Normal file
5
app_web_enterprise/static/src/scss/ui.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
.o_home_menu_background {
|
||||
background: url(/app_web_enterprise/static/src/img/home-menu-bg-overlay.svg),
|
||||
linear-gradient(to right bottom, #00796B, #00463e);
|
||||
background-size: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user