Browse Source

publish muk_web_theme

16.0
Mathias Markl 1 year ago
parent
commit
42551473b0
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/colors.scss
  3. 27
      muk_web_theme/static/src/variables.scss

2
muk_web_theme/__manifest__.py

@ -43,7 +43,7 @@
{
'name': 'MuK Backend Theme',
'summary': 'Odoo Community Backend Theme',
'version': '16.0.1.0.1',
'version': '16.0.1.0.2',
'category': 'Themes/Backend',
'license': 'LGPL-3',
'author': 'MuK IT',

3
muk_web_theme/static/src/colors.scss

@ -46,6 +46,3 @@ $o-brand-primary: #5D8DA8;
$mk-menu-color: #f8f9fa;
$mk-appbar-color: #dee2e6;
$mk-appbar-background: #000000;
$mk-brand-gradient-start: lighten($o-brand-odoo, 10%);
$mk-brand-gradient-end: lighten($o-brand-odoo, 20%);

27
muk_web_theme/static/src/variables.scss

@ -40,18 +40,6 @@
*
**********************************************************************************/
//----------------------------------------------------------
// Helper
//----------------------------------------------------------
$mk-brand-gradient: linear-gradient(to right bottom, $mk-brand-gradient-start, $mk-brand-gradient-end);
//----------------------------------------------------------
// Fonts
//----------------------------------------------------------
$font-family-sans-serif: 'Roboto', 'Noto';
//----------------------------------------------------------
// Components
//----------------------------------------------------------
@ -60,12 +48,6 @@ $border-radius: 0;
$border-radius-lg: 0;
$border-radius-sm: 0;
//----------------------------------------------------------
// Links
//----------------------------------------------------------
$link-color: darken($o-brand-primary, 8%);
//----------------------------------------------------------
// AppBarMenu
//----------------------------------------------------------
@ -73,17 +55,8 @@ $link-color: darken($o-brand-primary, 8%);
$mk-sidebar-large-width: 146px;
$mk-sidebar-small-width: 46px;
//----------------------------------------------------------
// Sided Chatter
//----------------------------------------------------------
$mk-form-min-width: 835px;
$mk-chatter-min-width: 550px;
$mk-chatter-max-width: 600px;
//----------------------------------------------------------
// List View
//----------------------------------------------------------
$o-list-footer-bg-color: $o-brand-odoo;
Loading…
Cancel
Save